refactor: 整理action & data

This commit is contained in:
手瓜一十雪
2024-06-19 13:35:42 +08:00
parent 91a5055dee
commit 3a88c21a3b
6 changed files with 2 additions and 17 deletions

View File

@@ -1,6 +1,3 @@
import { OB11User } from '../../types';
import { OB11Constructor } from '../../constructor';
import { friends } from '@/core/data';
import BaseAction from '../BaseAction';
import { ActionName, BaseCheckResult } from '../types';
import { NTQQSystemApi, NTQQUserApi } from '@/core/apis';