You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
npmrun
fc5a7d892f
chore: 升级 ai-sdk v4 → v7
- ai@4.3.16 → ai@7.0.52
- @ai-sdk/openai-compatible@3.0.23 (不变)
- zod@4.3.6 已满足 v7 要求
Co-authored-by: CodeFree <codefree@chinatelcom.cn>
|
1 day ago |
|
.agents/skills/impeccable
|
Add pinning functionality for sub-commands as standalone skill shortcuts
|
3 months ago |
|
.claude/skills
|
Add pinning functionality for sub-commands as standalone skill shortcuts
|
3 months ago |
|
.codex
|
feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件
|
3 months ago |
|
.reasonix
|
feat: add project management API endpoints and site icon configuration
|
1 month ago |
|
.vscode
|
feat(oauth): 实现 GitHub OAuth2 登录功能
|
2 months ago |
|
app
|
feat: add datetime, json formatter, regex tester, and uuid executors
|
1 day ago |
|
build-files
|
feat: 移除公共 slug 生成逻辑,简化用户插入操作
|
1 month ago |
|
docs
|
chore: remove unused dependencies and files
|
2 days ago |
|
packages
|
feat: add datetime, json formatter, regex tester, and uuid executors
|
1 day ago |
|
public
|
init
|
3 months ago |
|
scripts
|
add
|
3 months ago |
|
server
|
feat: add datetime, json formatter, regex tester, and uuid executors
|
1 day ago |
|
static
|
feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件
|
3 months ago |
|
.env.example
|
log
|
3 days ago |
|
.gitignore
|
feat: 添加 static/upload 目录到 .gitignore
|
2 months ago |
|
.mcp.json
|
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
|
3 months ago |
|
AGENTS.md
|
feat: 添加推理功能支持,优化聊天组件,更新依赖项
|
2 days ago |
|
CLAUDE.md
|
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
|
3 months ago |
|
DESIGN.md
|
refactor: remove unused Tailwind CSS import and update dependencies
|
3 months ago |
|
PRODUCT.md
|
feat: 添加产品文档,更新样式和组件,优化卡片动画效果
|
3 months ago |
|
README.md
|
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
|
3 months ago |
|
bun.lock
|
chore: 升级 ai-sdk v4 → v7
|
1 day ago |
|
nuxt.config.ts
|
feat: 引入 env 包以集中管理环境变量,更新相关代码以使用新的 env 结构
|
1 month ago |
|
package.json
|
chore: 升级 ai-sdk v4 → v7
|
1 day ago |
|
skills-lock.json
|
Add pinning functionality for sub-commands as standalone skill shortcuts
|
3 months ago |
|
tsconfig.json
|
init
|
3 months ago |
文档
开发与部署
用 Linux 开发与部署,包管理器采用 bun@1.3.11。数据库为 sqlite(通过 DATABASE_URL 连接;本地可参考 .env.example 复制为 .env)。部署时可直接打包 .output 目录,在服务器环境执行迁移命令,省时省力。