提交 Bug 报告
请通过 GitHub Issues 提交:- 浏览器和操作系统
- 复现步骤
- 预期 vs 实际行为
- 截图或控制台报错
功能建议
通过 Feature Request 告诉我们。贡献代码
开发环境
public/index.html 即可开始,无需安装依赖。
PR 流程
- Fork 仓库
- 创建分支:
git checkout -b feature/your-feature - 提交:
git commit -m "feat: add xxx" - 推送:
git push origin feature/your-feature - 发起 Pull Request
Commit 规范
翻译贡献
翻译文件位于public/locales/<lang>.json,欢迎修正或添加语言。
文档改进
- 修正错别字或过时信息
- 添加教程或截图
