Merge pull request 'master' (#3) from master into prod
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 19m57s

Reviewed-on: #3
This commit is contained in:
2025-08-29 18:46:27 +08:00
17 changed files with 528 additions and 351 deletions

View File

@@ -24,7 +24,9 @@ jobs:
run: git config --global url."https://".insteadOf git://
- name: 安装依赖
run: pnpm install
run: |
git config --global url."https://".insteadOf git://
pnpm install
continue-on-error: false # 依赖安装失败则终止工作流
- name: 构建项目