- 在 PdfProps 中添加 extraButtons 属性,用于传入自定义按钮内容 - 组件内新增对 extraButtons 的接收和渲染支持 - 弹窗底部按钮列表中合并渲染 extraButtons 内容实现扩展功能 |
||
|---|---|---|
| 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)
- 🎉 优化编译效果