Commit Graph
14 Commits
Author SHA1 Message Date
MarSeventh ba18820b37 style: align dashboard breadcrumb controls 2026-06-29 22:48:28 +08:00
MarSeventh 92f60ecdd8 refactor: move wrangler.worker.toml into worker/ directory
- Rename to worker/wrangler.toml
- Update all paths (main, assets directory) to be relative to worker/
- Update package.json, workflow, generate-toml.js, .dockerignore
- Fix .gitignore to only ignore root wrangler.toml
2026-04-25 20:31:41 +08:00
MarSeventh 106a5c9ecf chore: remove worker-assets from .gitignore 2026-04-24 19:04:37 +08:00
MarSeventh 12f89d0b99 feat: add Cloudflare Workers deployment support
- worker/index.js: auto-generated route adapter for Workers
- worker/generate-routes.js: scans functions/ to generate routes
- worker/generate-toml.js: generates wrangler config from env vars
- worker/prepare-assets.js: collects frontend assets for deployment
- .github/workflows/deploy-worker.yml: GitHub Actions workflow
- wrangler.worker.toml: template config for local deployment
2026-04-24 17:06:56 +08:00
MarSeventh 61181b54ed refactor: move auth endpoints to /api/auth/ subdirectory
- login.js -> auth/login.js (/api/auth/login)
- logout.js -> auth/logout.js (/api/auth/logout)
- sessionCheck.js -> auth/sessionCheck.js (/api/auth/sessionCheck)
- resetAuth.js -> auth/resetAuth.js (/api/auth/resetAuth)
- Update import paths in moved files
2026-04-17 23:46:24 +08:00
MarSeventh 26c427a81f feat(docker): add client IP injection and update .gitignore
- Add getConnInfo to inject client real IP into x-real-ip header
  in Docker/Node.js environment (where cf-connecting-ip is unavailable)
- Strip IPv6-mapped IPv4 prefix (::ffff:) for clean IP values
- Add .claude/ to .gitignore
2026-03-04 12:11:34 +08:00
MarSeventh 6b78922652 update v2.5.1 2026-01-15 11:54:49 +08:00
MarSeventh b11e34fdbf Feat:新增discord/huggingface渠道支持;优化telegram大文件上传体验 2025-12-31 09:23:38 +08:00
axibayuit 0d31d77ea9 fix: 移除 docs 子目录的 submodule 引用 2025-12-30 15:11:02 +08:00
axibayuit ab9e3102ab fix: 移除 submodule 引用,将前端源码目录加入 gitignore 2025-12-29 23:28:08 +08:00
MarSeventh 2b9c2bb7af Opt:优化大文件上传和访问 2025-07-27 23:06:46 +08:00
MarSeventh 098e37e6b5 update gitignore 2025-06-16 16:22:43 +08:00
LoveDoLove 72f0f2d70f 无视node_modules的包,避免被上传 2025-03-02 21:53:58 +08:00
MarSeventh 4e0c55d1f9 init 2024-07-19 23:26:06 +08:00