mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 21:10:23 +00:00
refactor: 持续重构project结构与定义
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ChatType, Peer } from '../types';
|
||||
import { ChatType, Peer } from '@/core/types';
|
||||
import { NodeIKernelRecentContactListener } from '../listeners/NodeIKernelRecentContactListener';
|
||||
import { GeneralCallResult } from './common';
|
||||
import { FSABRecentContactParams } from '../types/contact';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { GetFileListParam, MessageElement, Peer } from '../types';
|
||||
import { GetFileListParam, MessageElement, Peer } from '@/core/types';
|
||||
import { GeneralCallResult } from './common';
|
||||
|
||||
export enum UrlFileDownloadType {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ChatType } from '../types';
|
||||
import { ChatType } from '@/core/types';
|
||||
import { GeneralCallResult } from './common';
|
||||
|
||||
export interface NodeIKernelSearchService {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { MessageElement, Peer } from '../types';
|
||||
import { MessageElement, Peer } from '@/core/types';
|
||||
|
||||
export interface NodeIkernelTestPerformanceService {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user