feat: 所有的类型检查

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

View File

@@ -2,7 +2,7 @@ import fs from 'fs';
import { stat } from 'fs/promises';
import crypto, { randomUUID } from 'crypto';
import path from 'node:path';
import { solveProblem } from '@/napcat-common/helper';
import { solveProblem } from '@/napcat-common/src/helper';
export interface HttpDownloadOptions {
url: string;