Meghan Morrow dad8d41e46 feat: 工具模块界面优化 + OpenRouter集成
- 优化工具列表显示:工具名称优先显示,描述悬停提示
- 集成OpenRouter支持:400+模型一键访问
- 改进模型选择界面:支持搜索过滤和分类显示
- 自动同步新提供商配置
- 版本升级至0.1.7

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-15 19:27:54 +08:00
..
2025-06-13 23:07:27 +08:00
2025-05-18 21:05:49 +08:00
2025-05-18 21:05:49 +08:00
2025-05-16 03:32:53 +08:00
2025-05-15 22:30:02 +08:00
2025-05-15 23:10:08 +08:00
2025-06-05 20:21:31 +08:00
2025-05-18 21:05:49 +08:00
2025-06-05 20:21:31 +08:00
2025-05-15 22:30:02 +08:00

dev

如果想要部署到公网中,想要通过密码认证才能进入,进行如下步骤:

touch .env.website.local

写入:

VITE_USE_AUTH=true
VITE_WEBSOCKET_URL=wss://<IP>/<路径>

使用 npm run serve:website 进行测试(服务端使用 ts-node src/server.ts

使用 npm run build:website 进行打包