ForcePilot/web
Wenjie Zhang ee7b149381 refactor: 更新系统路由和信息配置
- 移除 `get_default_info_config` 函数,简化信息配置加载逻辑。
- 在 `info.template.yaml` 中更新品牌信息和功能特性,添加新的统计信息和操作链接。
- 修改 `HomeView.vue` 以支持新的功能特性和操作链接展示,优化页面布局和样式。
- 删除过时的 `models.yaml` 文件,集中管理模型配置。
2025-11-08 20:59:24 +08:00
..
public feat(agent): 添加智能体元数据支持和示例问题展示 2025-09-09 20:25:48 +08:00
src refactor: 更新系统路由和信息配置 2025-11-08 20:59:24 +08:00
.eslintrc.cjs first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
.gitignore first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
.prettierrc.json first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
index.html rename 2024-09-14 02:45:35 +08:00
package.json docs: pre-release 0.3.0 2025-11-05 16:22:51 +08:00
pnpm-lock.yaml build(deps-dev): bump vite from 7.1.4 to 7.1.5 in /web (#283) 2025-09-23 09:05:38 +08:00
vite.config.js 继续优化接口,移除无关模块:(1)移除原本的 Token 管理模块;(2)所有 API 请求使用 /api 前缀;(3)移除重复的中间件验证;(4)前后端都移除工具模块;(5)移除原本的 safe_config 模块;(6)其他小细节优化 2025-05-10 10:53:14 +08:00