- 在 utils 中新增 executeWithCache 函数用于统一缓存处理 - 将 Dictionary Cascader 组件中的全局缓存逻辑替换为新工具函数 - 将 Department LeftTree 组件中的全局缓存逻辑替换为新工具函数 - 将 Dictionary LeftTree 组件中的全局缓存逻辑替换为新工具函数 - 将 Dictionary Select 组件中的全局缓存逻辑替换为新工具函数 - 将 Personnel Select 组件中的全局缓存逻辑替换为新工具函数 - 将 Department SelectTree 组件中的全局缓存逻辑替换为新工具函数 - 将 Dictionary SelectTree 组件中的全局缓存逻辑替换为新工具函数 - 移除各组件中的重复缓存实现代码 - 为新工具函数添加类型定义支持 |
||
|---|---|---|
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .npmignore | ||
| README.md | ||
| eslint.config.js | ||
| npm | ||
| package.json | ||
| rollup.config.js | ||
README.md
zy-react-library
📦 安装
# yarn
yarn add zy-react-library
📄 更新日志
v1.0.0 (2025-10-22)
- 🎉 初始版本发布
v1.1.2 (2025-12-25)
- 🎉 优化编译效果