2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00

Merge remote-tracking branch 'origin/main'

This commit is contained in:
2025-10-15 17:00:36 +08:00
15 changed files with 3798 additions and 3666 deletions

View File

@@ -18,7 +18,7 @@ jobs:
run_install: true
package_json_file: web/package.json
- name: Setup Node.js
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version: 22
cache: 'pnpm'

View File

@@ -24,7 +24,7 @@ jobs:
run_install: true
package_json_file: web/package.json
- name: Setup Node.js
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version: 22
cache: 'pnpm'

View File

@@ -19,7 +19,7 @@ jobs:
run_install: true
package_json_file: web/package.json
- name: Setup Node.js
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version: 22
cache: 'pnpm'
@@ -29,6 +29,9 @@ jobs:
with:
cache: true
go-version: 'stable'
- name: Install gettext
run: |
sudo apt-get install -y gettext
- name: Install xgotext
run: |
go install github.com/leonelquinteros/gotext/cli/xgotext@latest
@@ -36,7 +39,7 @@ jobs:
run: |
~/go/bin/xgotext -default backend -pkg-tree ./cmd/ace -out ./pkg/embed/locales
cd web && pnpm run gettext:extract
- uses: stefanzweifel/git-auto-commit-action@v6
- uses: stefanzweifel/git-auto-commit-action@v7
name: Commit changes
with:
commit_message: "chore(l10n): update pot files"

View File

@@ -49,7 +49,7 @@ jobs:
run_install: true
package_json_file: web/package.json
- name: Setup Node.js
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version: 22
cache: 'pnpm'

View File

@@ -23,7 +23,7 @@ jobs:
run: |
~/go/bin/mockery
git pull
- uses: stefanzweifel/git-auto-commit-action@v6
- uses: stefanzweifel/git-auto-commit-action@v7
name: Commit changes
with:
commit_message: "chore: update mocks"