feat: auto generate settings lang

This commit is contained in:
Noah Hsu
2022-08-27 18:35:05 +08:00
parent cc9ccc4e9b
commit fbcf082ca7
4 changed files with 41 additions and 6 deletions

View File

@ -39,7 +39,7 @@ jobs:
cd ..
- name: Copy lang file
run: |
cp -f ./alist/drivers.json ./alist-web/src/lang/en/
cp -f ./alist/lang/*.json ./alist-web/src/lang/en/
- name: Commit git
run: |