This commit is contained in:
idranme 2024-09-10 17:16:47 +08:00
parent 20f2e66b11
commit 6d82dd1dad
No known key found for this signature in database
GPG Key ID: 926F7B5B668E495F
2 changed files with 4 additions and 4 deletions

View File

@ -66,9 +66,9 @@ export enum ActionName {
GoCQHTTP_DownloadFile = 'download_file', GoCQHTTP_DownloadFile = 'download_file',
GoCQHTTP_GetGroupMsgHistory = 'get_group_msg_history', GoCQHTTP_GetGroupMsgHistory = 'get_group_msg_history',
GoCQHTTP_GetForwardMsg = 'get_forward_msg', GoCQHTTP_GetForwardMsg = 'get_forward_msg',
GoCQHTTP_GetEssenceMsg = "get_essence_msg_list", GoCQHTTP_GetEssenceMsg = 'get_essence_msg_list',
GoCQHTTP_HandleQuickOperation = ".handle_quick_operation", GoCQHTTP_HandleQuickOperation = '.handle_quick_operation',
GetGroupHonorInfo = "get_group_honor_info", GetGroupHonorInfo = 'get_group_honor_info',
GoCQHTTP_SetEssenceMsg = 'set_essence_msg', GoCQHTTP_SetEssenceMsg = 'set_essence_msg',
GoCQHTTP_DelEssenceMsg = 'delete_essence_msg', GoCQHTTP_DelEssenceMsg = 'delete_essence_msg',
GoCQHTTP_DelGroupFile = 'delete_group_file', GoCQHTTP_DelGroupFile = 'delete_group_file',

View File

@ -1,4 +1,4 @@
import { selfInfo } from "@/common/globalVars" import { selfInfo } from '@/common/globalVars'
export enum EventType { export enum EventType {
META = 'meta_event', META = 'meta_event',