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
c1a4fce529
feat: add ConfigProvider component for locale management
- Introduced ConfigProvider component to manage locale settings.
- Implemented useLocale hook for localization support.
- Added language JSON files for English and Chinese.
- Created utility hooks for context management and namespace handling.
- Developed various UI components with corresponding styles.
- Integrated Vite plugin for automatic style injection based on component usage.
- Established a Nuxt module for easy integration of Bolt UI components and styles.
3 weeks ago
.agents/skills/ impeccable
Add pinning functionality for sub-commands as standalone skill shortcuts
1 month ago
.claude/ skills
Add pinning functionality for sub-commands as standalone skill shortcuts
1 month ago
.codex
feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件
1 month ago
.vscode
feat(oauth): 实现 GitHub OAuth2 登录功能
3 weeks ago
app
feat: redesign admin users management with filtering, sorting, and batch operations
3 weeks ago
build-files
add
1 month ago
docs/ superpowers
feat: redesign admin users management with filtering, sorting, and batch operations
3 weeks ago
packages
feat: add ConfigProvider component for locale management
3 weeks ago
public
init
1 month ago
scripts
add
1 month ago
server
fix bug
3 weeks ago
static
feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件
1 month ago
.env.example
feat: 添加公共配置和路由白名单,优化 OAuth 登录重定向逻辑;更新环境变量以支持管理员凭据
3 weeks ago
.gitignore
init
1 month ago
.mcp.json
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
1 month ago
AGENTS.md
feat: 添加用户管理功能,包括用户创建、删除和查询接口
3 weeks ago
CLAUDE.md
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
1 month ago
DESIGN.md
refactor: remove unused Tailwind CSS import and update dependencies
1 month ago
PRODUCT.md
feat: 添加产品文档,更新样式和组件,优化卡片动画效果
1 month ago
README.md
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
1 month ago
bun.lock
feat: add ConfigProvider component for locale management
3 weeks ago
nuxt.config.ts
feat: add ConfigProvider component for locale management
3 weeks ago
package.json
feat: add ConfigProvider component for locale management
3 weeks ago
skills-lock.json
Add pinning functionality for sub-commands as standalone skill shortcuts
1 month ago
tsconfig.json
init
1 month ago
文档
开发与部署
用 Linux 开发与部署,包管理器采用 bun@1.3.11。数据库为 sqlite (通过 DATABASE_URL 连接;本地可参考 .env.example 复制为 .env)。部署时可直接打包 .output 目录,在服务器环境执行迁移命令,省时省力。