Commit Graph

10 Commits

Author SHA1 Message Date
严浩
df6ffb99c8 ci: 更新 Playwright 配置以使用预览服务器
- 将 baseURL 固定为 http://localhost:4173,不再根据环境变量区分 CI 和本地环境
- 修改启动命令为先构建再启动预览服务器
- 设置 reuseExistingServer 为 true,优化服务器重用逻辑
2025-09-09 23:05:41 +08:00
严浩
394294904d build(deps): 更新依赖并添加 .npmrc 配置 2025-09-09 22:48:04 +08:00
严浩
8cb4369276 build(deps): 更新 Vite 依赖并移除 pnpm overrides 2025-09-09 19:36:34 +08:00
严浩
da1da07474 build(配置): 优化代码分割配置 2025-09-09 19:14:04 +08:00
严浩
4851b83c37 feat: enhance project configuration and add new features 2025-09-09 18:19:23 +08:00
严浩
706c60ddb8 ci: 完善项目持续集成配置并添加 Playwright 测试 2025-09-09 15:37:16 +08:00
严浩
7c92f4496e feat: 添加 Cloudflare Workers 支持
- 在 package.json 中添加 @cloudflare/vite-plugin 依赖
- 新增 server/index.ts 文件实现 Cloudflare Workers 逻辑
- 更新 vite.config.ts 配置,添加 cloudflare 插件
- 新增 tsconfig.worker.json 配置 TypeScript 编译选项
- 更新 App.vue,添加从 API 获取名称的功能
2025-09-09 12:28:27 +08:00
严浩
07e8ca247f build(deploy): 添加部署脚本并集成 Wrangler 2025-09-09 12:18:59 +08:00
严浩
8a0a98fc11 feat(dev): 配置 VSCode 开发环境并优化项目设置 2025-09-09 11:52:41 +08:00
严浩
5f082a9bc9 initial commit 2025-09-09 11:37:43 +08:00