
- 优化工具列表显示:工具名称优先显示,描述悬停提示 - 集成OpenRouter支持:400+模型一键访问 - 改进模型选择界面:支持搜索过滤和分类显示 - 自动同步新提供商配置 - 版本升级至0.1.7 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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
进行打包