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 823009e998 fix: make ApiError generic to preserve type information 2 weeks ago
.vscode init 2 weeks ago
app fix: make ApiError generic to preserve type information 2 weeks ago
build-files add 2 weeks ago
docs/superpowers docs: add registration page improvement implementation plan 2 weeks ago
packages feat: add MCP server configuration and enhance scheduler task modal with advanced settings 2 weeks ago
public init 2 weeks ago
scripts add 2 weeks ago
server fix: return data parameter in R.error response helper 2 weeks ago
static add 2 weeks ago
.env.example feat: wire scheduler lifecycle into Nitro plugin 2 weeks ago
.gitignore docs: add registration page design spec 2 weeks ago
.mcp.json feat: add MCP server configuration and enhance scheduler task modal with advanced settings 2 weeks ago
AGENTS.md feat: add MCP server configuration and enhance scheduler task modal with advanced settings 2 weeks ago
README.md init 2 weeks ago
bun.lock chore: add svg-captcha dependency 2 weeks ago
nuxt.config.ts init 2 weeks ago
package.json chore: add svg-captcha dependency 2 weeks ago
tsconfig.json init 2 weeks ago

README.md

文档

开发与部署

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

计划

  • 支持定时任务