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 c5f47df7e2 test(auth): add auth service tests - password/jwt/rate-limit 1 week ago
.agents/skills/impeccable Add pinning functionality for sub-commands as standalone skill shortcuts 1 week ago
.claude/skills Add pinning functionality for sub-commands as standalone skill shortcuts 1 week ago
.codex feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件 2 weeks ago
.vscode chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version 2 weeks ago
app Refactor Bento section layout and styles for improved editorial rhythm and responsiveness; enhance interlude and dark wall sections with new design elements and spacing adjustments. 1 week ago
build-files add 2 weeks ago
docs/superpowers docs: add auth system design spec 1 week ago
packages fix(auth): correct nickname migration, add autoincrement, remove redundant index 1 week ago
public init 2 weeks ago
scripts add 2 weeks ago
server test(auth): add auth service tests - password/jwt/rate-limit 1 week ago
static feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件 2 weeks ago
.env.example feat(cache): implement caching system with Redis and memory fallback; update API endpoints to utilize caching 1 week ago
.gitignore init 2 weeks ago
.mcp.json chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version 2 weeks ago
AGENTS.md feat: 更新AGENTS文档,添加tsconfig配置,优化日志记录,修改well-known插件逻辑 2 weeks ago
CLAUDE.md chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version 2 weeks ago
DESIGN.md refactor: remove unused Tailwind CSS import and update dependencies 2 weeks ago
PRODUCT.md feat: 添加产品文档,更新样式和组件,优化卡片动画效果 1 week ago
README.md chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version 2 weeks ago
bun.lock chore: add jose and uuid dependencies for auth system 1 week ago
nuxt.config.ts docs: add homepage fluid canvas design spec 1 week ago
package.json chore: add jose and uuid dependencies for auth system 1 week ago
skills-lock.json Add pinning functionality for sub-commands as standalone skill shortcuts 1 week ago
tsconfig.json init 2 weeks ago

README.md

文档

开发与部署

用 Linux 开发与部署,包管理器采用 bun@1.3.11。数据库为 sqlite(通过 DATABASE_URL 连接;本地可参考 .env.example 复制为 .env)。部署时可直接打包 .output 目录,在服务器环境执行迁移命令,省时省力。