This commit is contained in:
手瓜一十雪 2024-09-16 19:01:01 +08:00
parent 73b6d3be84
commit 6b346ee1de

View File

@ -84,7 +84,7 @@ import { GetGroupFileSystemInfo } from '@/onebot/action/go-cqhttp/GetGroupFileSy
import { GetGroupRootFiles } from '@/onebot/action/go-cqhttp/GetGroupRootFiles';
import { GetGroupFilesByFolder } from '@/onebot/action/go-cqhttp/GetGroupFilesByFolder';
import { GetGroupSystemMsg } from './system/GetSystemMsg';
import { FetchOtherProfileLike } from './extends/fetchOtherProfileLike';
import { FetchOtherProfileLike } from '@/onebot/action/extends/fetchOtherProfileLike';
export type ActionMap = Map<string, BaseAction<any, any>>;