mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-13 08:20:27 +00:00
@@ -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'),
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { actionType } from '@/common/coerce';
|
||||
import { actionType } from '@/onebot/action/type';
|
||||
import { z } from 'zod';
|
||||
|
||||
export const themeType = z.object(
|
||||
|
||||
Reference in New Issue
Block a user