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 7c852288e2 feat: 添加顶部导航组件,优化滚动动画,更新样式以支持自定义字体 1 week ago
.agents/skills/impeccable Add pinning functionality for sub-commands as standalone skill shortcuts 2 weeks ago
.claude/skills Add pinning functionality for sub-commands as standalone skill shortcuts 2 weeks 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 feat: 添加顶部导航组件,优化滚动动画,更新样式以支持自定义字体 1 week ago
build-files add 2 weeks ago
packages feat: 更新AGENTS文档,添加tsconfig配置,优化日志记录,修改well-known插件逻辑 2 weeks ago
public init 2 weeks ago
scripts add 2 weeks ago
server feat: add various Waterfall card components and enhance main.css with theme variables and styles 2 weeks ago
static feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件 2 weeks ago
.env.example add 2 weeks 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: 添加产品文档,更新样式和组件,优化卡片动画效果 2 weeks ago
README.md chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version 2 weeks ago
bun.lock refactor: remove unused Tailwind CSS import and update dependencies 2 weeks ago
nuxt.config.ts refactor: remove unused Tailwind CSS import and update dependencies 2 weeks ago
package.json refactor: remove unused Tailwind CSS import and update dependencies 2 weeks ago
skills-lock.json Add pinning functionality for sub-commands as standalone skill shortcuts 2 weeks ago
tsconfig.json init 2 weeks ago

README.md

文档

开发与部署

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