shell: 移除旧代码实现

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

View File

@@ -45,8 +45,8 @@ export async function NCoreInitShell() {
// from constructor
const engine = new wrapper.NodeIQQNTWrapperEngine();
//const util = wrapper.NodeQQNTWrapperUtil.get();
const loginService = new wrapper.NodeIKernelLoginService();
const session = new wrapper.NodeIQQNTWrapperSession();
const loginService = wrapper.NodeIKernelLoginService.get();
const session = wrapper.NodeIQQNTWrapperSession.create();
// from get dataPath
const [dataPath, dataPathGlobal] = (() => {