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 843f926ef1 feat(ui-ux-pro-max): add BM25 search engine for UI/UX style guides with design system generation and persistence options 2 months ago
.vscode init 2 months ago
.agents/skills/ui-ux-pro-max feat(ui-ux-pro-max): add BM25 search engine for UI/UX style guides with design system generation and persistence options 2 months ago
.claude/skills feat(ui-ux-pro-max): add BM25 search engine for UI/UX style guides with design system generation and persistence options 2 months ago
app refactor: decompose register page into component-driven architecture 2 months ago
build-files add 2 months ago
docs/superpowers docs: add registration page improvement implementation plan 2 months ago
packages feat(ui-ux-pro-max): add BM25 search engine for UI/UX style guides with design system generation and persistence options 2 months ago
public init 2 months ago
scripts add 2 months ago
server feat: add field-level error metadata to register endpoint responses 2 months ago
static add 2 months ago
.env.example feat: wire scheduler lifecycle into Nitro plugin 2 months ago
.gitignore docs: add registration page design spec 2 months ago
.mcp.json feat: add MCP server configuration and enhance scheduler task modal with advanced settings 2 months ago
.nuxtrc feat(ui-ux-pro-max): add BM25 search engine for UI/UX style guides with design system generation and persistence options 2 months ago
AGENTS.md feat(ui-ux-pro-max): add BM25 search engine for UI/UX style guides with design system generation and persistence options 2 months ago
CLAUDE.md feat(ui-ux-pro-max): add BM25 search engine for UI/UX style guides with design system generation and persistence options 2 months ago
README.md feat(ui-ux-pro-max): add BM25 search engine for UI/UX style guides with design system generation and persistence options 2 months ago
bun.lock feat(ui-ux-pro-max): add BM25 search engine for UI/UX style guides with design system generation and persistence options 2 months ago
nuxt.config.ts feat(ui-ux-pro-max): add BM25 search engine for UI/UX style guides with design system generation and persistence options 2 months ago
package.json feat(ui-ux-pro-max): add BM25 search engine for UI/UX style guides with design system generation and persistence options 2 months ago
skills-lock.json feat(ui-ux-pro-max): add BM25 search engine for UI/UX style guides with design system generation and persistence options 2 months ago
tsconfig.json init 2 months ago
vitest.config.ts chore: add vitest and @nuxt/test-utils for testing 2 months ago

README.md

文档

开发与部署

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

计划

  • 支持定时任务