rename: 使用@搜寻

This commit is contained in:
手瓜一十雪
2024-11-21 11:16:25 +08:00
parent b2075130d9
commit e898915d01
103 changed files with 102 additions and 102 deletions

View File

@@ -1,5 +1,5 @@
import { OneBotAction } from '@/onebot/action/OneBotAction';
import { ActionName } from '../types';
import { ActionName } from '@/onebot/action/router';
import fs from 'fs';
import { join as joinPath } from 'node:path';
import { calculateFileMD5, httpDownload } from '@/common/file';