From 2d921c4577eaf03fae55247fd4fd610445a40c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sun, 23 Feb 2025 17:30:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20sisi=E7=9A=84=E5=A6=99=E5=A6=99rkey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/apis/file.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/apis/file.ts b/src/core/apis/file.ts index a6847ac7..01f43f14 100644 --- a/src/core/apis/file.ts +++ b/src/core/apis/file.ts @@ -41,7 +41,8 @@ export class NTQQFileApi { this.context = context; this.core = core; this.rkeyManager = new RkeyManager([ - 'https://rkey.napneko.icu/rkeys' + 'https://ss.xingzhige.com/music_card/rkey', // 国内 + 'https://rkey.napneko.icu/rkeys' // Cloudflare ], this.context.logger );