mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
@@ -1,7 +1,7 @@
|
||||
import { OneBotAction } from '@/onebot/action/OneBotAction';
|
||||
import { ActionName } from '@/onebot/action/router';
|
||||
import { z } from 'zod';
|
||||
import { actionType } from '@/common/coerce';
|
||||
import { actionType } from '../type';
|
||||
const SchemaData = z.object({
|
||||
face_id: actionType.string(),// 参考 face_config.json 的 QSid
|
||||
face_type: actionType.string().default('1'),
|
||||
|
||||
Reference in New Issue
Block a user