MMEXA
|
5eddf4f9ee
|
细化 Antigravity 测试模型项目元数据补全
|
2026-07-08 22:45:30 +08:00 |
|
MMEXA
|
c7186e1720
|
完善 Antigravity 配额展示与 CI 断言
|
2026-07-08 22:34:29 +08:00 |
|
MMEXA
|
4866509938
|
移除 Antigravity 未知重置时间噪音
|
2026-07-08 22:34:29 +08:00 |
|
MMEXA
|
2122660a5c
|
对齐原生 Antigravity 控制面与显示模型
|
2026-07-08 22:34:29 +08:00 |
|
MMEXA
|
5c68ab896a
|
恢复历史 backfill 兼容 live 账本
|
2026-07-08 22:34:29 +08:00 |
|
MMEXA
|
f9c8ec41f4
|
完善 Antigravity 与 Gemini 跨格式兼容
|
2026-07-08 22:34:29 +08:00 |
|
MMEXA
|
b1ed6b24b0
|
触发 CI 复跑
|
2026-07-08 22:34:29 +08:00 |
|
MMEXA
|
c17c78ad4b
|
修正 Antigravity Gemini 3.5 Flash 档位展示
|
2026-07-08 22:34:29 +08:00 |
|
MMEXA
|
9ec48ab6b9
|
优化 Antigravity 配额展示顺序
|
2026-07-08 22:34:29 +08:00 |
|
MMEXA
|
accd250226
|
修正 Antigravity 配额模型标签
|
2026-07-08 22:34:29 +08:00 |
|
MMEXA
|
80a6579766
|
支持 Gemini Interactions 与 Antigravity 配额精细化
|
2026-07-08 22:34:29 +08:00 |
|
fawney19
|
1ca83ca3fb
|
Merge pull request #664 from MMEXA/codex/wallet-auth-cache-delay-20260706
修复钱包余额变更后的鉴权缓存延迟
|
2026-07-07 01:59:44 +08:00 |
|
fawney19
|
a931da0764
|
Merge pull request #662 from MMEXA/codex/reset-credit-20260704
增加 Codex 重置次数功能
|
2026-07-07 01:58:44 +08:00 |
|
fawney19
|
a61374c595
|
Merge pull request #661 from MMEXA/codex/frontend-debug-20260704
修复前端调试与基础交互问题
|
2026-07-07 01:57:41 +08:00 |
|
MMEXA
|
c3136126e5
|
修复钱包余额变更后的鉴权缓存延迟
|
2026-07-06 06:15:31 +08:00 |
|
MMEXA
|
b23d299533
|
重跑 Codex 重置次数 CI
|
2026-07-05 01:37:31 +08:00 |
|
MMEXA
|
b03aae18c3
|
修复 Codex 重置次数 CI 检查
|
2026-07-04 15:47:01 +08:00 |
|
MMEXA
|
99b6fe468f
|
简化 Codex 重置机会展示标签
|
2026-07-04 15:16:38 +08:00 |
|
MMEXA
|
ef77ec04ca
|
增加 Codex 重置次数功能
|
2026-07-04 06:10:53 +08:00 |
|
MMEXA
|
242081433e
|
修复前端调试与基础交互问题
|
2026-07-04 05:24:40 +08:00 |
|
ZheFox
|
b86d4e1f0c
|
Merge pull request #660 from zhefox/main
refactor(frontend): unify mobile menu background styles
|
2026-07-03 13:17:59 +08:00 |
|
ZheFox
|
a151f37d63
|
refactor(frontend): unify mobile menu background styles
|
2026-07-03 13:17:18 +08:00 |
|
ZheFox
|
42f7907740
|
Merge pull request #659 from zhefox/main
refactor(frontend): improve mobile overflow handling
|
2026-07-03 12:54:01 +08:00 |
|
ZheFox
|
e72e25c59c
|
refactor(frontend): improve mobile overflow handling
|
2026-07-03 12:53:22 +08:00 |
|
ZheFox
|
1b0440481b
|
Merge pull request #658 from zhefox/main
修复管理端额度显示、节点表格显示与移动端滚动问题
|
2026-07-03 12:49:15 +08:00 |
|
ZheFox
|
26d85681f0
|
refactor(frontend): improve mobile overflow and proxy node table
|
2026-07-03 12:25:53 +08:00 |
|
ZheFox
|
1dcee77055
|
refactor(frontend): improve dialog and mobile overflow handling
|
2026-07-03 11:26:40 +08:00 |
|
elky
|
1ac16005f9
|
Stabilize usage worker autoscale tests
|
2026-07-02 17:28:25 +08:00 |
|
elky
|
2f1cdb6a0b
|
Record exhausted usage failures synchronously
|
2026-07-02 16:08:04 +08:00 |
|
elky
|
ac93851b2a
|
Stabilize Gateway h2c transport test
|
2026-07-02 14:02:26 +08:00 |
|
elky
|
400b3125a4
|
Preserve terminal request candidate state
|
2026-07-02 01:40:57 +08:00 |
|
elky
|
2e5ff32e1a
|
perf(frontend): 收敛导航预取并去重首屏请求
- 导航预取仅保留 pointerdown 触发,移除 mouseenter/focus,避免鼠标划过误触发
- 后台预取只做组件懒加载,不再预取各页业务数据,减少首屏资源争抢
- 版本状态检查增加 sessionStorage 缓存(正常 20 分钟 / 错误 5 分钟 TTL)
- fetchModules、必读公告拉取增加请求去重,避免并发重复请求
- 更新检查改用可清理的定时器,组件卸载时清理
- UsageRecordsTable 搜索防抖改为自定义实现,卸载时取消挂起 emit 并补充测试
|
2026-07-01 20:42:52 +08:00 |
|
elky
|
a0f7074e59
|
chore: disable Redis persistence by default, document triage and policy
|
2026-07-01 14:15:16 +08:00 |
|
elky
|
7c32be46ca
|
Mark sync usage active earlier
|
2026-07-01 02:21:20 +08:00 |
|
Entropy.Xu
|
6ed2f9bd0a
|
fix: apply actual billing cost to wallet settlement
|
2026-07-01 01:12:40 +08:00 |
|
elky
|
778b106023
|
test: stabilize gateway nextest timing
|
2026-06-30 18:42:57 +08:00 |
|
elky
|
f179ee72f9
|
chore: update gateway pressure observability
|
2026-06-30 17:01:39 +08:00 |
|
elky
|
974def5fef
|
refactor(frontend): extract provider key identity block
|
2026-06-30 17:01:39 +08:00 |
|
elky
|
e5351b7d9d
|
refactor(frontend): extract provider key actions
|
2026-06-30 17:01:39 +08:00 |
|
elky
|
ed83184d55
|
refactor(frontend): extract provider quota display components
|
2026-06-30 17:01:39 +08:00 |
|
elky
|
15b6606c82
|
refactor(frontend): extract pool key display panels
|
2026-06-30 17:01:39 +08:00 |
|
elky
|
d7411a3104
|
refactor(frontend): extract pool header and theme toggle
|
2026-06-30 17:01:39 +08:00 |
|
elky
|
9f138d09e6
|
refactor(frontend): modularize i18n architecture
|
2026-06-30 17:01:39 +08:00 |
|
ZheFox
|
bf29129a4b
|
Merge pull request #654 from zhefox/main
Cancel upstream streams on client disconnect and void cancelled usage billing
|
2026-06-29 01:14:11 +08:00 |
|
zhefox
|
f6293b6812
|
fix(usage): void cancelled usage and cancel dropped streams
|
2026-06-29 00:30:41 +08:00 |
|
elky
|
7e9424008f
|
Add usage queue worker autoscaling
|
2026-06-26 14:02:57 +08:00 |
|
elky
|
6c5e70ccb1
|
fix monitoring error totals and counter health
|
2026-06-26 10:48:45 +08:00 |
|
elky
|
063834e95b
|
Split admin operations dashboard route
|
2026-06-26 01:48:37 +08:00 |
|
elky
|
c76d6b6396
|
Add admin operations dashboard and usage state fixes
|
2026-06-26 01:32:45 +08:00 |
|
elky
|
6f00e9fc67
|
Improve gateway transport and usage runtime
|
2026-06-25 22:36:27 +08:00 |
|