feat: 导入名单改为下拉并更新协作提交规则

This commit is contained in:
JSR
2026-03-26 16:22:11 +08:00
parent cdb3c8ccad
commit ec98aba087
5 changed files with 22 additions and 39 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
- 所有代码跑`pnpm run typecheck` or `cargo typecheck`必须通过。
## 提交与推送要求
- 每次代码修改后,除非用户说明需要一次 Git 提交(commit,否则不进行
- 每次代码修改后,必须进行一次 Git 提交(commit并推送(git push
- 提交信息必须使用中文。
- 提交信息必须遵循 Conventional Commits 规范,格式示例:`feat: 新增登录页表单校验``fix: 修复导出报告空指针问题`
- 每次提交完成后,必须将对应提交推送到远端仓库(`git push`)。