feat(config): update rabbitmq and membership settings, add redis and cache configurations
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user