fix(compute): Codex displayName 去掉冗余 (订阅) 后缀 (#58)

* fix(compute): Codex 模型 displayName 去掉多余的"(订阅)"后缀

整个 openai-codex provider 就是 ChatGPT 订阅接入,displayName 上
逐个标注"(订阅)"是冗余信息,用户在 provider 层面已经清楚。

* chore(manifest): bump presetDataVersion 74 -> 75
This commit is contained in:
2026-07-19 17:46:40 +08:00
committed by GitHub
parent 97bde1fe00
commit d5d0dfafbd
2 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"version": "1.0.0",
"presetDataVersion": 74,
"presetDataVersion": 75,
"updatedAt": "2026-07-19",
"description": "DesireCore 官方配置中心"
}