feat: 首页更新

This commit is contained in:
2025-11-11 18:48:54 +08:00
parent 230191f181
commit b48cce06f4
43 changed files with 3186 additions and 1029 deletions

View File

@@ -47,7 +47,7 @@ app.use(cors({
const API_TARGET = process.env.API_TARGET || 'https://51zhh5.notbug.org';
// 代理路径列表
const PROXY_PATHS = ['/api/v1', '/api/v2', '/api/v3'];
const PROXY_PATHS = ['/api/v2'];
// 为每个路径配置代理
PROXY_PATHS.forEach((path) => {