- 10 Oct, 2025 18 commits
-
-
feitianbubu committed
-
CaIon committed
-
feat: add qwen channel auto disabled
Seefs committed -
feat: pplx channel
Calcium-Ion committed -
Seefs committed
-
支持Sora做为上游渠道
Calcium-Ion committed -
feitianbubu committed
-
fix: channel remark ignore issue
Calcium-Ion committed -
feat(web): add settings & pages of privacy policy & user agreement
Calcium-Ion committed -
Seefs committed
-
feat: enhance HTTP client wit redirect handling and SSRF protection
Calcium-Ion committed -
fix: test model #1993
Calcium-Ion committed -
feitianbubu committed
-
CaIon committed
-
Seefs committed
-
fix: avoid get model consuming body
Seefs committed -
feitianbubu committed
-
Seefs committed
-
- 09 Oct, 2025 12 commits
-
-
キュビビイ committed
-
新增Sora视频渠道
Seefs committed -
feitianbubu committed
-
feitianbubu committed
-
feitianbubu committed
-
CaIon committed
-
chore(deps-dev): bump electron from 28.3.3 to 35.7.5 in /electron
Calcium-Ion committed -
CaIon committed
-
Bumps [electron](https://github.com/electron/electron) from 28.3.3 to 35.7.5. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v28.3.3...v35.7.5) --- updated-dependencies: - dependency-name: electron dependency-version: 35.7.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] committed -
fix(openai): account cached tokens for zhipu_v4 usage
Seefs committed -
feat: add GetClaudeAuthHeader function and update FetchUpstreamModels to support Anthropic channel type
Seefs committed -
feat: gemini imagen quality value
Seefs committed
-
- 08 Oct, 2025 6 commits
-
-
feat: add GetClaudeAuthHeader function and update FetchUpstreamModels to support Anthropic channel type
RedwindA committed -
Sh1n3zZ committed
-
CaIon committed
-
zhipu_v4 usage
RedwindA committed -
Extracted the User Agreement and Privacy Policy presentation into a reusable DocumentRenderer component (web/src/components/common/DocumentRenderer). Unified rendering logic and i18n source for these documents, removed the legacy contentDetector utility, and updated the related pages to use the new component. Adjusted controller/backend (controller/misc.go) and locale files to support the new rendering approach. This improves reuse, maintainability, and future extensibility.
キュビビイ committed -
キュビビイ committed
-
- 07 Oct, 2025 3 commits
-
-
❤ fix(topup): prevent nil-pointer in Epay callback; reset page on searchSeefs committed -
❤ Add early return when Epay client is missing in controller/topup.go to avoid panic Introduce handleKeywordChange in TopupHistoryModal.jsx to reset page to 1 when keyword updates Wire input onChange to new handler; minor UX improvement to avoid empty results on pagination mismatch
Apple\Apple committed -
✨ feat: Add topup billing history with admin manual completionSeefs committed
-
- 06 Oct, 2025 1 commit
-
-
🔎 Enable searching topup records by trade_no across both admin-wide and user-only views. Frontend - TopupHistoryModal.jsx: - Add search input with prefix icon (IconSearch) to filter by order number - Send `keyword` query param to backend; works with both endpoints: - Admin: GET /api/user/topup?p=1&page_size=10&keyword=... - User: GET /api/user/topup/self?p=1&page_size=10&keyword=... - Keep endpoint auto-switching based on role (isAdmin) - Minor UI polish: outlined admin action button; keep Coins icon for amount Backend - model/topup.go: - Add SearchUserTopUps(userId, keyword, pageInfo) - Add SearchAllTopUps(keyword, pageInfo) - Both support pagination and `trade_no LIKE %keyword%` filtering (ordered by id desc) - controller/topup.go: - GetUserTopUps / GetAllTopUps accept optional `keyword` and route to search functions when present Routes - No new endpoints; search is enabled via `keyword` on existing: - GET /api/user/topup - GET /api/user/topup/self Affected files - model/topup.go - controller/topup.go - web/src/components/topup/modals/TopupHistoryModal.jsxApple\Apple committed
-