shell: 移除旧代码实现

This commit is contained in:
手瓜一十雪
2024-09-17 11:23:41 +08:00
parent fe48123fd6
commit abe8f4fe14
3 changed files with 6 additions and 7 deletions

View File

@@ -59,9 +59,9 @@ export interface QuickLoginResult {
}
export interface NodeIKernelLoginService {
get(): NodeIKernelLoginService;
connect(): boolean;
// eslint-disable-next-line @typescript-eslint/no-misused-new
new(): NodeIKernelLoginService;
addKernelLoginListener(listener: NodeIKernelLoginListener): number;

View File

@@ -143,9 +143,8 @@ export interface NodeQQNTWrapperUtil {
}
export interface NodeIQQNTWrapperSession {
// eslint-disable-next-line @typescript-eslint/no-misused-new
new(): NodeIQQNTWrapperSession;
create(): NodeIQQNTWrapperSession;
init(
wrapperSessionInitConfig: WrapperSessionInitConfig,
nodeIDependsAdapter: NodeIDependsAdapter,