refactor: core

This commit is contained in:
linyuchen
2024-04-26 13:55:35 +08:00
parent 20dec19bfe
commit 0ff5b4e90b
56 changed files with 111 additions and 129 deletions

View File

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