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
7e04425f7d
feat(llm): add CRUD operations for providers and models
- Implemented GET, POST, PUT, DELETE endpoints for LLM providers and models.
- Added validation for provider and model IDs.
- Introduced functions to list, create, update, and delete providers and models in the service layer.
- Enhanced error handling for invalid inputs and non-existent resources.
- Updated database schema to include new provider and model management features.
1 week ago
.agents/skills/ impeccable
Add pinning functionality for sub-commands as standalone skill shortcuts
2 months ago
.claude/ skills
Add pinning functionality for sub-commands as standalone skill shortcuts
2 months ago
.codex
feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件
2 months ago
.reasonix
feat: add project management API endpoints and site icon configuration
2 weeks ago
.vscode
feat(oauth): 实现 GitHub OAuth2 登录功能
2 months ago
app
feat(llm): add CRUD operations for providers and models
1 week ago
build-files
feat: 移除公共 slug 生成逻辑,简化用户插入操作
2 weeks ago
docs
feat: add favorites functionality for cards
1 month ago
packages
feat(llm): add CRUD operations for providers and models
1 week ago
public
init
2 months ago
scripts
add
2 months ago
server
feat(llm): add CRUD operations for providers and models
1 week ago
static
feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件
2 months ago
.env.example
feat: add ideas API with CRUD operations and database schema
2 weeks ago
.gitignore
feat: 添加 static/upload 目录到 .gitignore
1 month ago
.mcp.json
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
2 months ago
AGENTS.md
feat(llm): add CRUD operations for providers and models
1 week ago
CLAUDE.md
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
2 months ago
DESIGN.md
refactor: remove unused Tailwind CSS import and update dependencies
2 months ago
PRODUCT.md
feat: 添加产品文档,更新样式和组件,优化卡片动画效果
2 months ago
README.md
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
2 months ago
bun.lock
feat: 引入 env 包以集中管理环境变量,更新相关代码以使用新的 env 结构
2 weeks ago
nuxt.config.ts
feat: 引入 env 包以集中管理环境变量,更新相关代码以使用新的 env 结构
2 weeks ago
package.json
feat: 引入 env 包以集中管理环境变量,更新相关代码以使用新的 env 结构
2 weeks ago
skills-lock.json
Add pinning functionality for sub-commands as standalone skill shortcuts
2 months ago
tsconfig.json
init
2 months ago
文档
开发与部署
用 Linux 开发与部署,包管理器采用 bun@1.3.11。数据库为 sqlite (通过 DATABASE_URL 连接;本地可参考 .env.example 复制为 .env)。部署时可直接打包 .output 目录,在服务器环境执行迁移命令,省时省力。