Go to file
LiuJiaNan bd08aa9da9 refactor(utils): 提取缓存逻辑到通用工具函数
- 在 utils 中新增 executeWithCache 函数用于统一缓存处理
- 将 Dictionary Cascader 组件中的全局缓存逻辑替换为新工具函数
- 将 Department LeftTree 组件中的全局缓存逻辑替换为新工具函数
- 将 Dictionary LeftTree 组件中的全局缓存逻辑替换为新工具函数
- 将 Dictionary Select 组件中的全局缓存逻辑替换为新工具函数
- 将 Personnel Select 组件中的全局缓存逻辑替换为新工具函数
- 将 Department SelectTree 组件中的全局缓存逻辑替换为新工具函数
- 将 Dictionary SelectTree 组件中的全局缓存逻辑替换为新工具函数
- 移除各组件中的重复缓存实现代码
- 为新工具函数添加类型定义支持
2026-05-07 15:00:41 +08:00
src refactor(utils): 提取缓存逻辑到通用工具函数 2026-05-07 15:00:41 +08:00
.editorconfig init 2025-10-22 14:43:42 +08:00
.gitignore 删除.claude文件 2026-04-21 16:00:54 +08:00
.npmignore 发布npm之前增加打包工具构建 2025-12-25 14:30:17 +08:00
README.md 发布npm之前增加打包工具构建 2025-12-25 14:30:17 +08:00
eslint.config.js 增加eslint 2026-02-26 16:08:22 +08:00
npm fix(form): 修复表单项隐藏逻辑错误 2026-04-30 14:25:43 +08:00
package.json 1.3.8 2026-04-30 17:11:24 +08:00
rollup.config.js 修复 2026-01-06 15:20:10 +08:00

README.md

zy-react-library

📦 安装

# yarn
yarn add zy-react-library

📄 更新日志

v1.0.0 (2025-10-22)

  • 🎉 初始版本发布

v1.1.2 (2025-12-25)

  • 🎉 优化编译效果