Files
random-background-api/.github/pull_request_template.md
shumengya f45a0068a2 chore: 完善开源项目文档与结构,移除敏感原始图片
- 重写 README.md,添加在线体验、API 文档、部署指南、技术栈等
- 添加 MIT LICENSE
- 添加 CONTRIBUTING.md 贡献指南
- 添加 GitHub Issue/PR 模板
- 完善 .gitignore,防止原始图片和敏感文件误提交
- 从 git 中移除 25 个原始图片文件(.png/.jpg/非序号 webp)
- 项目结构迁移:functions/ -> src/,根目录静态文件 -> public/
- 添加 wrangler.toml 与 package.json 配置
2026-06-06 20:52:59 +08:00

27 lines
564 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 描述
请简要描述这个 PR 的内容和目的。
## 变更类型
- [ ] Bug 修复
- [ ] 新功能
- [ ] 文档更新
- [ ] 代码重构
- [ ] 性能优化
- [ ] 其他
## 检查清单
- [ ] 代码已测试,本地 `npm run dev` 可正常运行
- [ ] 没有提交敏感信息API Key、账号等
- [ ] 没有提交原始图片到根目录 `mobile-image/` / `desketop-image/`
- [ ] 相关文档已更新README / CONTRIBUTING
- [ ] 提交信息符合 Conventional Commits 规范
## 关联 Issue
如有,请填写:
Fixes #(issue 编号)