From 735e9afd8dfb7d13b8ec188705e667d5b26b9d2c Mon Sep 17 00:00:00 2001 From: Xi Xu Date: Sat, 28 Mar 2026 21:31:32 +0800 Subject: [PATCH] fix: update DEFAULT_README_URL to use raw.gitcode.com for consistency --- skills/xget/scripts/xget.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/xget/scripts/xget.mjs b/skills/xget/scripts/xget.mjs index 5b22646cb..e0de80e87 100644 --- a/skills/xget/scripts/xget.mjs +++ b/skills/xget/scripts/xget.mjs @@ -5,7 +5,7 @@ import { pathToFileURL } from 'node:url'; const DEFAULT_SOURCE_URL = 'https://raw.gitcode.com/xixu-me/xget/raw/main/src/config/platform-catalog.js'; -const DEFAULT_README_URL = 'https://raw.githubusercontent.com/xixu-me/xget/main/README.md'; +const DEFAULT_README_URL = 'https://raw.gitcode.com/xixu-me/xget/raw/main/README.md'; const DEFAULT_BASE_PLACEHOLDER = 'https://xget.example.com'; const DEFAULT_PUBLIC_BASE_URL = 'https://xget.xi-xu.me';