chore: 扩展

This commit is contained in:
手瓜一十雪
2024-09-11 22:13:45 +08:00
parent 47a7295477
commit 336dd3ce10
2 changed files with 11 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ export class NTQQFileApi {
constructor(context: InstanceContext, core: NapCatCore) {
this.context = context;
this.core = core;
this.rkeyManager = new RkeyManager('https://llob.linyuchen.net/rkey', this.context.logger);
this.rkeyManager = new RkeyManager(['https://llob.linyuchen.net/rkey', 'http://napcat-sign.wumiao.wang:2082/rkey'], this.context.logger);
}
async copyFile(filePath: string, destPath: string) {