Go to file
LiuJiaNan 0fda288c22 chore(release): 更新发布脚本并修改.gitignore配置
- 在.gitignore中添加了_virtual目录,防止虚拟文件被提交
- 在package.json的scripts中添加prepublishOnly脚本确保发布前构建
- 将publish脚本重命名为release以提高语义清晰度
- 保持postinstall脚本提醒用户使用库的感谢信息
2026-08-24 08:45:00 +08:00
src fix(SelectTree): 修复Department Gwj类型定义遗漏问题 2026-08-18 16:30:15 +08:00
.editorconfig init 2025-10-22 14:43:42 +08:00
.gitignore chore(release): 更新发布脚本并修改.gitignore配置 2026-08-24 08:45:00 +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 chore(release): 更新发布脚本并修改.gitignore配置 2026-08-24 08:45:00 +08:00
rollup.config.js fix(build): 修正 peerDependencies 语法及外部依赖处理 2026-08-22 19:06:41 +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)

  • 🎉 优化编译效果