4 Commits

Author SHA1 Message Date
cfb6a1cf11 feat: 添加 nCode 组件及相关 API,支持创建、查询、更新和删除操作 2026-03-03 14:17:06 +08:00
ad9c26e278 feat: 更新 HTTP 路由处理,移除旧的自定义端点并添加新的 API 路由;更新依赖版本 2026-03-02 23:36:52 +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