♻️refactor: rkey server url

This commit is contained in:
linyuchen 2024-09-10 17:35:14 +08:00
parent 92d780cf70
commit 66b3706524

View File

@ -38,7 +38,7 @@ export class NTQQFileApi extends Service {
constructor(protected ctx: Context) { constructor(protected ctx: Context) {
super(ctx, 'ntFileApi', true) super(ctx, 'ntFileApi', true)
this.rkeyManager = new RkeyManager(ctx, 'http://napcat-sign.wumiao.wang:2082/rkey') this.rkeyManager = new RkeyManager(ctx, 'https://llob.linyuchen.net/rkey')
} }
async getVideoUrl(peer: Peer, msgId: string, elementId: string) { async getVideoUrl(peer: Peer, msgId: string, elementId: string) {