From 48aaddd32be2f860fde03ed2b427557d6bf90cc9 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: Mon, 3 Mar 2025 12:28:55 +0800 Subject: [PATCH] feat:rkey --- src/core/apis/file.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/apis/file.ts b/src/core/apis/file.ts index 01f43f14..f058a15a 100644 --- a/src/core/apis/file.ts +++ b/src/core/apis/file.ts @@ -42,7 +42,7 @@ export class NTQQFileApi { this.core = core; this.rkeyManager = new RkeyManager([ 'https://ss.xingzhige.com/music_card/rkey', // 国内 - 'https://rkey.napneko.icu/rkeys' // Cloudflare + 'https://secret-service.bietiaop.com/rkeys',//国内 ], this.context.logger );