Merge branch 'main' into feat/hitl-frontend

This commit is contained in:
twwu
2025-12-30 09:34:30 +08:00
226 changed files with 49186 additions and 467 deletions

View File

@ -65,7 +65,7 @@ jobs:
- name: Generate i18n translations
if: env.FILES_CHANGED == 'true'
working-directory: ./web
run: pnpm run auto-gen-i18n ${{ env.FILE_ARGS }}
run: pnpm run i18n:gen ${{ env.FILE_ARGS }}
- name: Create Pull Request
if: env.FILES_CHANGED == 'true'