chore: 增加 i18n 检查脚本与提交钩子

This commit is contained in:
alger
2026-02-04 20:09:11 +08:00
parent cd1c09889f
commit 14e35c7667
5 changed files with 244 additions and 3 deletions
+3
View File
@@ -4,4 +4,7 @@ npx lint-staged
echo "运行类型检查..."
npm run typecheck
echo "运行国际化检查..."
npm run lint:i18n
echo "所有检查通过,准备提交..."