mirror of
https://gitee.com/pnoker/iot-dc3.git
synced 2026-09-19 02:04:37 +08:00
- Replace `any` with proper types (unknown, string, boolean) in clipboardUtil, validationUtil, storageUtil, dateUtil, notificationUtil - Rewrite dateFormat() to remove deprecated RegExp.$1 / substr usage - Type settings module files (role, user, group, label) with specific record and form types instead of `any` - Remove unused dependencies: clipboard, screenfull, @tauri-apps/api, @tauri-apps/plugin-shell - Deduplicate npm scripts: remove `type-check` (→ `check`) and `test:coverage` (→ `test:ci`), update CI and tooling references accordingly - Fix agentic.ts header assignment after getStorage() returns unknown