mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-13 00:10:27 +00:00
refactor: core
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user