修复检测问题与依赖问题

This commit is contained in:
cc
2026-04-02 22:27:45 +08:00
parent b9405765f9
commit 8aac9a795e
3 changed files with 772 additions and 544 deletions

View File

@@ -40,7 +40,7 @@ jobs:
version: 9
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm install --frozen-lockfile --ignore-scripts
# 1. npm audit - 检查依赖漏洞
- name: Dependency vulnerability audit