Initial commit

This commit is contained in:
admin
2025-12-08 14:39:07 +08:00
commit 9d4f78656b
782 changed files with 66418 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# 📝 贡献指南 :id=contribution
本组件欢迎所有开发者对以下方面提交 [pr](https://github.com/jin-yufeng/mp-html/pulls),一起完善本组件
1. 针对 [issue](https://github.com/jin-yufeng/mp-html/issues) 中 *bug* 的修复
2. 实现新功能
- 在主包中添加(需确保该功能适用面广且体积不大)
- 新增扩展插件(参考 [开发插件](advanced/plugin#develop)
3. 文档错误修复
开发过程中请注意:
1. 不要修改 [dist](https://github.com/jin-yufeng/mp-html/tree/master/dist) 目录下的文件(该文件夹在版本更新时会进行构建)和配置文件
2. 代码风格参考 [standard](https://standardjs.com)
3. 可参考 [二次开发](advanced/develop) 中的说明
感谢所有 [贡献者](https://github.com/jin-yufeng/mp-html/graphs/contributors) 对本组件的贡献