feat(config): update rabbitmq and membership settings, add redis and cache configurations
Deployment Config CI / Deployment Config (push) Successful in 12s
Frontend CI / Frontend (push) Has been cancelled

This commit is contained in:
2026-05-01 13:40:45 +08:00
parent 035d0d6da8
commit cb4c4eece9
4 changed files with 75 additions and 18 deletions
+2 -2
View File
@@ -49,8 +49,8 @@
},
"build": {
"appId": "com.geo.rankly.desktop",
"productName": "GEO Rankly Desktop",
"copyright": "Copyright © 2026 GEO Rankly",
"productName": "省心推",
"copyright": "Copyright © 2026 shengxintui.com. All Rights Reserved.",
"directories": {
"output": "release",
"buildResources": "build"
@@ -128,7 +128,7 @@ function normalizeDeepSeekProviderModelLabel(value: unknown): string | null {
return null;
}
if (/r1|reasoner|deepthink|深度思考/.test(compact)) {
return "DeepSeek-R1";
return "DeepSeek";
}
const versionMatch =
@@ -1511,7 +1511,7 @@ async function readDeepSeekPageSnapshot(
return null;
}
if (/r1|reasoner|deepthink|深度思考/.test(compact)) {
return "DeepSeek-R1";
return "DeepSeek";
}
const versionMatch =