chore: sync additional local changes and e2e artifacts

This commit is contained in:
Your Name
2026-03-23 18:42:57 +08:00
parent 2ef0f17961
commit 8d0f590264
20 changed files with 2512 additions and 12 deletions

View File

@@ -64,7 +64,7 @@ test.describe('🦟 蚊子项目 E2E测试 - API可用性验证', () => {
});
test('前端服务可访问', async ({ page }, testInfo) => {
const FRONTEND_URL = process.env.PLAYWRIGHT_BASE_URL || 'http://localhost:5173';
const FRONTEND_URL = process.env.PLAYWRIGHT_BASE_URL || 'http://localhost:5176';
await page.goto(FRONTEND_URL);