Revert "fix"

This reverts commit a2d11a7d7d.
This commit is contained in:
手瓜一十雪
2025-04-19 10:57:32 +08:00
parent ac5df6946c
commit 9cc1ef5b31
88 changed files with 88 additions and 87 deletions

View File

@@ -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'),