mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
Merge branch 'v2' of https://github.com/NapNeko/NapCatQQ into v2
This commit is contained in:
@@ -18,7 +18,7 @@ export interface CacheScanResult {
|
||||
export interface ChatCacheList {
|
||||
pageCount: number;
|
||||
infos: ChatCacheListItem[]
|
||||
};
|
||||
}
|
||||
|
||||
export interface ChatCacheListItem {
|
||||
chatType: ChatType;
|
||||
|
@@ -4,4 +4,4 @@ export * from './msg';
|
||||
export * from './notify';
|
||||
export * from './cache';
|
||||
export * from './system';
|
||||
export * from './webapi';
|
||||
export * from './webapi';
|
||||
|
@@ -504,7 +504,7 @@ export interface PicElement {
|
||||
thumbPath: Map<number, string>;
|
||||
originImageMd5?: string;
|
||||
originImageUrl?: string; // http url, 没有host,host是https://gchat.qpic.cn/, 带download参数的是https://multimedia.nt.qq.com.cn
|
||||
};
|
||||
}
|
||||
|
||||
export enum GrayTipElementSubType {
|
||||
INVITE_NEW_MEMBER = 12,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { SelfInfo } from "./user"
|
||||
import { SelfInfo } from "./user";
|
||||
|
||||
export interface LineDevice {
|
||||
instanceId: number
|
||||
@@ -13,4 +13,4 @@ export interface OBLineDevice {
|
||||
export interface CoreCache {
|
||||
selfInfo: SelfInfo,
|
||||
DeviceList: OBLineDevice[]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user