Files
iot-dc3/.github/workflows
pnoker f389db5d2f refactor: eliminate any types in utils and settings, remove unused deps and duplicate scripts
- 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
2026-05-19 23:18:49 +08:00
..