shared/ui
aiyimickey 47661c31f1 feat: 新增 useDirtyTracker Hook — 脏状态追踪
支持数组/表单'修改后才显示保存按钮'模式:
- isDirty(key, currentItem): 判断指定key是否相对上次保存有变更
- markClean(key, item): 标记为已保存,隐藏保存按钮
- removeItem(key): 清理已删除项的追踪记录
2026-07-13 16:41:10 +08:00
..
hooks feat: 新增 useDirtyTracker Hook — 脏状态追踪 2026-07-13 16:41:10 +08:00
Badge.tsx feat: 共享 UI 组件库 2026-06-29 18:40:02 +08:00
Button.tsx feat: 共享 UI 组件库 2026-06-29 18:40:02 +08:00
Card.tsx feat: 共享 UI 组件库 2026-06-29 18:40:02 +08:00
Input.tsx feat: 共享 UI 组件库 2026-06-29 18:40:02 +08:00
Modal.tsx feat: 共享 UI 组件库 2026-06-29 18:40:02 +08:00
Pagination.tsx feat: 共享 UI 组件库 2026-06-29 18:40:02 +08:00
Select.tsx feat: 共享 UI 组件库 2026-06-29 18:40:02 +08:00
Table.tsx feat: 共享 UI 组件库 2026-06-29 18:40:02 +08:00
Toast.tsx feat: 共享 UI 组件库 2026-06-29 18:40:02 +08:00
index.tsx feat: 共享 UI 组件库 2026-06-29 18:40:02 +08:00
login-page.tsx feat: 登录页添加「使用其他账号登录」按钮 2026-07-03 12:12:31 +08:00
package.json feat: 共享 UI 组件库 2026-06-29 18:40:02 +08:00