feat(health): 表单验证升级为 zod schema + 异常值警告 + 录入后清除缓存
Some checks failed
CI / rust-check (push) Has been cancelled
CI / rust-test (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / security-audit (push) Has been cancelled

This commit is contained in:
iven
2026-04-24 12:39:36 +08:00
parent a9861a0cde
commit 4f2efdb643
3 changed files with 51 additions and 24 deletions

View File

@@ -29,6 +29,7 @@
"echarts-taro3-react": "^1.0.13",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"zod": "^4.3.6",
"zustand": "^5.0.0"
},
"devDependencies": {