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 );