mirror of
https://gitee.com/pnoker/iot-dc3.git
synced 2026-09-19 02:04:37 +08:00
v2026.5.19
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
1. Prepare
gitVisual Studio Codenodejs>= 18, recommended to use 22pnpm, install usingcorepack enable && corepack prepare pnpm@latest --activate(ornpm install -g pnpm)
2. Source code
git clone https://github.com/pnoker/iot-dc3-web.git
3. Develop
cd iot-dc3-web
# install
pnpm install
# run
pnpm dev
Description
IoT DC3 是一个基于 Spring Cloud 的 100% 完全开源的、分布式的物联网(IoT)平台,用于快速开发物联网项目和管理物联设备,是一整套物联系统解决方案。
311 MiB
Languages
Java
75.7%
TypeScript
10.4%
Vue
8.3%
PLpgSQL
3.6%
JavaScript
0.9%
Other
1%