ccman 3.3.19 → 3.3.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -422,7 +422,7 @@ var init_codex = __esm({
|
|
|
422
422
|
};
|
|
423
423
|
GMN_PROVIDER_HOSTS = [
|
|
424
424
|
"gmn.chuangzuoli.com",
|
|
425
|
-
"cdn.
|
|
425
|
+
"cdn-gmn.chuangzuoli.com",
|
|
426
426
|
"gmncodex.com",
|
|
427
427
|
"gmncode.cn",
|
|
428
428
|
"cdn.gmncode.cn",
|
|
@@ -7334,18 +7334,18 @@ function pickDefaultEndpoint(results) {
|
|
|
7334
7334
|
var GMN_PROFILE = {
|
|
7335
7335
|
commandName: "gmn",
|
|
7336
7336
|
title: "GMN",
|
|
7337
|
-
endpointGroupLabel: "\
|
|
7338
|
-
endpointGroupDescription: "\u4EC5\u5305\u542B
|
|
7337
|
+
endpointGroupLabel: "GMN \u57DF\u540D\u7EBF\u8DEF",
|
|
7338
|
+
endpointGroupDescription: "\u4EC5\u5305\u542B\u4E3B\u57DF\u540D\u548C CDN \u7684 2 \u6761\u5730\u5740",
|
|
7339
7339
|
baseUrls: [
|
|
7340
7340
|
{
|
|
7341
|
-
label: "\
|
|
7341
|
+
label: "GMN \u4E3B\u7AD9",
|
|
7342
7342
|
url: "https://gmn.chuangzuoli.com",
|
|
7343
|
-
description: "
|
|
7343
|
+
description: "GMN \u4E3B\u57DF\u540D\u5165\u53E3"
|
|
7344
7344
|
},
|
|
7345
7345
|
{
|
|
7346
|
-
label: "
|
|
7347
|
-
url: "https://cdn.
|
|
7348
|
-
description: "
|
|
7346
|
+
label: "GMN CDN",
|
|
7347
|
+
url: "https://cdn-gmn.chuangzuoli.com",
|
|
7348
|
+
description: "GMN CDN \u52A0\u901F\u5165\u53E3"
|
|
7349
7349
|
}
|
|
7350
7350
|
]
|
|
7351
7351
|
};
|