Files
config-center/manifest.json
Johnson 211d280c42 chore(internal-testing): 退役内置 provider;bump presetDataVersion to 52
internal-testing 一直作为内测阶段的硬编码 provider 存在,现在客户端已切换到
登录后绑定 desirecore-cloud(NewAPI 网关)方案,internal-testing 不再需要。

从此 commit 起:
- compute/providers/internal-testing.json 删除
- _index.json 移除 internal-testing 条目
- presetDataVersion 51 → 52,触发客户端重新合并预置

客户端需配套实现 retired-providers 清理逻辑:在 mergeBuiltinIfNewer 之后
执行一次性清理,移除本地 compute.json 中残留的 provider-internal-testing-001
+ secrets.json#internal-testing。
2026-05-25 15:49:58 +08:00

7 lines
131 B
JSON

{
"version": "1.0.0",
"presetDataVersion": 52,
"updatedAt": "2026-05-25",
"description": "DesireCore 官方配置中心"
}