style: type

This commit is contained in:
手瓜一十雪 2024-08-25 21:59:07 +08:00
parent adc366a959
commit 8f465e376e
2 changed files with 1 additions and 3 deletions

View File

@ -77,5 +77,3 @@ export class QQBasicInfoWrapper {
return { appid: systemPlatform === 'linux' ? '537240795' : '537240709', qua: this.getQUAInternal() };
}
}
export let QQBasicInfo: QQBasicInfoWrapper | undefined;

View File

@ -156,7 +156,7 @@ export interface OB11MessageCustomMusic {
export interface OB11MessageJson {
type: OB11MessageDataType.json;
data: { config: { token: string } } & any;
data: { config: { token: string }, data: string };
}
export interface OB11MessageDice {