feat: 所有的类型检查

This commit is contained in:
手瓜一十雪
2025-11-15 12:57:19 +08:00
parent 19888d52dc
commit df824d77ae
50 changed files with 477 additions and 94 deletions

View File

@@ -1,7 +1,7 @@
// import './init-dynamic-dirname';
import { WebUiConfig } from '../index';
import { WebUiConfig } from '../../index';
import { AuthHelper } from '../helper/SignToken';
import type { WebUiCredentialJson } from '@/napcat-webui-backend/types';
import type { WebUiCredentialJson } from '@/napcat-webui-backend/src/types';
import { LogWrapper } from 'napcat-common/src/log';
import { WebSocket, WebSocketServer } from 'ws';
import os from 'os';