11 Commits

Author SHA1 Message Date
92e80bd93a feat: 重构权限管理,添加短链接支持,更新 API 导入路径,移除旧的 convex.ts 文件 2026-03-03 15:48:43 +08:00
2f2064a803 feat: 更新版本号至 0.0.3 2026-03-03 14:38:07 +08:00
cfb6a1cf11 feat: 添加 nCode 组件及相关 API,支持创建、查询、更新和删除操作 2026-03-03 14:17:06 +08:00
e8598e418d feat: 更新版本号至 0.0.2,并添加 .npmrc 文件以配置 NPM 认证 2026-03-02 23:40:20 +08:00
ad9c26e278 feat: 更新 HTTP 路由处理,移除旧的自定义端点并添加新的 API 路由;更新依赖版本 2026-03-02 23:36:52 +08:00
9464a5c85f feat: 添加 GitHub 相关的 API 操作,包括获取、创建、更新和删除 starred 项目 2026-02-13 19:15:23 +08:00
8ea5c56ba5 feat: 添加 exports 字段到 package.json 并创建 readme.md 文件 2026-02-12 21:39:26 +08:00
0ddb9da94a update 2026-02-12 21:19:18 +08:00
7c56a1d7f9 test 2026-02-12 21:17:17 +08:00
55414d0693 feat: update .gitignore, auth configuration, and add GitHub API client 2026-02-12 21:14:23 +08:00
d808f8b59b feat: update environment configuration and add new API utilities
- Added .env.example with self-hosted admin key and site URL.
- Updated .gitignore to include .env files.
- Generated new API utility files: api.d.ts, api.js, dataModel.d.ts, server.d.ts, and server.js.
- Implemented auth configuration for JWT authentication.
- Created GitHub starred query and HTTP routes for authentication and JWKS.
- Defined schema for GitHub starred and user tables.
- Updated package.json with new dependencies and author information.
- Enhanced tsconfig.json with target and path configurations.
2026-02-05 19:26:55 +08:00