Revert "fix"

This reverts commit 54e6d5c3f2.
This commit is contained in:
手瓜一十雪
2025-04-19 10:57:32 +08:00
parent 7b365367f7
commit 30a75bc581
88 changed files with 88 additions and 87 deletions

View File

@@ -4,7 +4,7 @@ import { resolve } from 'node:path';
import { deepMerge } from '../utils/object';
import { themeType } from '../types/theme';
import { z } from 'zod';
import { actionType } from '@/common/coerce';
import { actionType } from '@/onebot/action/type';
// 定义配置的类型
const WebUiConfigSchema = z.object({
host: actionType.string().default('0.0.0.0'),

View File

@@ -1,4 +1,4 @@
import { actionType } from '@/common/coerce';
import { actionType } from '@/onebot/action/type';
import { z } from 'zod';
export const themeType = z.object(