mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
style: type
This commit is contained in:
parent
adc366a959
commit
8f465e376e
@ -77,5 +77,3 @@ export class QQBasicInfoWrapper {
|
|||||||
return { appid: systemPlatform === 'linux' ? '537240795' : '537240709', qua: this.getQUAInternal() };
|
return { appid: systemPlatform === 'linux' ? '537240795' : '537240709', qua: this.getQUAInternal() };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export let QQBasicInfo: QQBasicInfoWrapper | undefined;
|
|
||||||
|
@ -156,7 +156,7 @@ export interface OB11MessageCustomMusic {
|
|||||||
|
|
||||||
export interface OB11MessageJson {
|
export interface OB11MessageJson {
|
||||||
type: OB11MessageDataType.json;
|
type: OB11MessageDataType.json;
|
||||||
data: { config: { token: string } } & any;
|
data: { config: { token: string }, data: string };
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface OB11MessageDice {
|
export interface OB11MessageDice {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user