refactor: core

This commit is contained in:
linyuchen
2024-04-26 13:55:35 +08:00
parent 2dc33d5b85
commit 4772b61d8c
56 changed files with 111 additions and 129 deletions

View File

@@ -1,8 +1,8 @@
import BaseAction from '../BaseAction';
import { getGroupMember } from '@/common/data';
import { GroupMemberRole } from '@/core/qqnt/entities';
import { GroupMemberRole } from '@/core/entities';
import { ActionName } from '../types';
import { NTQQGroupApi } from '@/core/qqnt/apis/group';
import { NTQQGroupApi } from '@/core/apis/group';
interface Payload {
group_id: number,