chore: 配置 Git Hooks 工作流自动化
- 安装 husky 和 lint-staged 依赖 - 创建 pre-commit hook(代码检查、改动规模评估、CHANGELOG 检查) - 创建 commit-msg hook(提交信息格式验证) - 创建 pre-push hook(推送前检查) - 创建 post-commit hook(提交成功反馈) - 修复 src/pages/mine/index.vue 中的 ESLint 错误(删除未定义的 store 引用) 相关文档: - docs/code-review-2026-02-05.md(代码审核报告) - docs/userinfo-storage-logic-analysis.md(用户信息存储逻辑分析)
Showing
8 changed files
with
1182 additions
and
2 deletions
.husky/commit-msg
0 → 100755
.husky/post-commit
0 → 100755
.husky/pre-commit
0 → 100755
.husky/pre-push
0 → 100755
docs/code-review-2026-02-05.md
0 → 100644
docs/userinfo-storage-logic-analysis.md
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment