chore: 移除部分无用内容

This commit is contained in:
手瓜一十雪 2024-08-06 21:14:11 +08:00
parent 3099acfd00
commit 85a8cef628
2 changed files with 0 additions and 3 deletions

View File

@ -8,7 +8,6 @@ export interface MsgEmojiLike {
export class OB11GroupMsgEmojiLikeEvent extends OB11GroupNoticeEvent { export class OB11GroupMsgEmojiLikeEvent extends OB11GroupNoticeEvent {
notice_type = 'group_msg_emoji_like'; notice_type = 'group_msg_emoji_like';
message_id: number; message_id: number;
sub_type: 'ban' | 'lift_ban';
likes: MsgEmojiLike[]; likes: MsgEmojiLike[];
constructor(groupId: number, userId: number, messageId: number, likes: MsgEmojiLike[]) { constructor(groupId: number, userId: number, messageId: number, likes: MsgEmojiLike[]) {

View File

@ -1,6 +1,4 @@
import { OB11BaseNoticeEvent } from './OB11BaseNoticeEvent'; import { OB11BaseNoticeEvent } from './OB11BaseNoticeEvent';
import { selfInfo } from '@/core/data';
import { OB11BaseEvent } from '../OB11BaseEvent';
class OB11PokeEvent extends OB11BaseNoticeEvent { class OB11PokeEvent extends OB11BaseNoticeEvent {
notice_type = 'notify'; notice_type = 'notify';