This commit is contained in:
手瓜一十雪
2025-04-17 09:52:03 +08:00
parent 3f6249f39c
commit 54e6d5c3f2
88 changed files with 87 additions and 88 deletions

View File

@@ -5,7 +5,7 @@ import { MessageUnique } from '@/common/message-unique';
import { ChatType, ElementType, MsgSourceType, NTMsgType, RawMessage } from '@/core';
import { z } from 'zod';
import { isNumeric } from '@/common/helper';
import { actionType } from '../type';
import { actionType } from '@/common/coerce';
const SchemaData = z.object({
message_id: actionType.string().optional(),
id: actionType.string().optional(),