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 dc52b6c9e3 refactor: migrate from ByteMD to Vditor for Markdown editor 1 week ago
.agents/skills/impeccable Add pinning functionality for sub-commands as standalone skill shortcuts 4 weeks ago
.claude/skills Add pinning functionality for sub-commands as standalone skill shortcuts 4 weeks ago
.codex feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件 4 weeks ago
.vscode feat(oauth): 实现 GitHub OAuth2 登录功能 3 weeks ago
app refactor: migrate from ByteMD to Vditor for Markdown editor 1 week ago
build-files add 1 month ago
docs feat: add favorites functionality for cards 1 week ago
packages refactor: migrate from ByteMD to Vditor for Markdown editor 1 week ago
public init 1 month ago
scripts add 1 month ago
server feat(cards): add content field to cards schema and API 1 week ago
static feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件 4 weeks ago
.env.example feat: 添加 Gitea OAuth 支持,更新环境变量和登录页面 2 weeks ago
.gitignore feat: 添加 static/upload 目录到 .gitignore 1 week ago
.mcp.json chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version 4 weeks ago
AGENTS.md add 2 weeks ago
CLAUDE.md chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version 4 weeks ago
DESIGN.md refactor: remove unused Tailwind CSS import and update dependencies 4 weeks ago
PRODUCT.md feat: 添加产品文档,更新样式和组件,优化卡片动画效果 4 weeks ago
README.md chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version 4 weeks ago
bun.lock refactor: migrate from ByteMD to Vditor for Markdown editor 1 week ago
db.sqlite feat: add article management API endpoints and update card associations 1 week ago
nuxt.config.ts feat: update line clamping and padding in various WaterfallCard components for improved text display 1 week ago
package.json refactor: migrate from ByteMD to Vditor for Markdown editor 1 week ago
skills-lock.json Add pinning functionality for sub-commands as standalone skill shortcuts 4 weeks ago
tsconfig.json init 1 month ago

README.md

文档

开发与部署

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