Merge pull request #410 from LLOneBot/main

merge branch
This commit is contained in:
idranme 2024-09-11 20:50:38 +08:00 committed by GitHub
commit 8bcea090ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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