Merge branch 'main' into 28060

This commit is contained in:
手瓜一十雪 2024-09-16 19:02:01 +08:00
commit d61d481965

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>>;