fix: SenseNova卡片不再混入OpenCode Go组

- accounts.json移除key8/9/10(它们是同一SenseNova账户的3个模型视角,非OCG账号)
  否则OCG采集器会把它们当OCG账户采集,前端归到OpenCode Go组
- /api/keys: 注册表外的用量条目(sensenova)以独立provider追加,不进OCG
- 前端provider名映射补sensenova
This commit is contained in:
hmo
2026-07-23 22:52:53 +08:00
parent 0a3986238e
commit 3e2a74d4d9
2 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -416,7 +416,7 @@ document.getElementById('rdp-status-txt').textContent=fOn?'Connected':e4.rdp_ena
groups[p].push(a);
}
// Provider names
var pn={opencode_go:'OpenCode Go',kimi:'Kimi'};
var pn={opencode_go:'OpenCode Go',kimi:'Kimi',sensenova:'SenseNova'};
for(var gi=0;gi<order.length;gi++){
var p=order[gi];
if(groups[p].length>0){