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
1a6cd573cd
feat(llm): add CRUD operations for models and providers, including user authorization
- Implemented GET, POST, PUT, and DELETE endpoints for managing LLM models and providers.
- Added user authorization checks to ensure only authorized users can access or modify resources.
- Enhanced provider and model retrieval functions to include user-specific data.
- Updated database service functions to handle user IDs for better data isolation.
- Introduced error handling for invalid inputs and unauthorized actions.
1 month 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(llm): add CRUD operations for models and providers, including user authorization
1 month ago
build-files
feat: 移除公共 slug 生成逻辑,简化用户插入操作
1 month ago
docs
feat: add favorites functionality for cards
2 months ago
packages
feat(llm): add CRUD operations for models and providers, including user authorization
1 month ago
public
init
3 months ago
scripts
add
3 months ago
server
feat(llm): add CRUD operations for models and providers, including user authorization
1 month ago
static
feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件
3 months ago
.env.example
feat: add ideas API with CRUD operations and database schema
1 month 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(llm): add CRUD operations for providers and models
1 month 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
feat: 引入 env 包以集中管理环境变量,更新相关代码以使用新的 env 结构
1 month ago
nuxt.config.ts
feat: 引入 env 包以集中管理环境变量,更新相关代码以使用新的 env 结构
1 month ago
package.json
feat: 引入 env 包以集中管理环境变量,更新相关代码以使用新的 env 结构
1 month 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 目录,在服务器环境执行迁移命令,省时省力。