mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 21:10:23 +00:00
chore: 移除调试代码
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
|
||||
import { NTEventDispatch } from '@/common/utils/EventTask';
|
||||
import { GeneralCallResult, NTQQFileApi, NTQQUserApi, napCatCore } from '@/core';
|
||||
setTimeout(async () => {
|
||||
let ret = JSON.stringify(await NTQQFileApi.searchfile(['doc']));
|
||||
console.log(ret);
|
||||
}, 20000)
|
||||
export class NTQQSystemApi {
|
||||
static async hasOtherRunningQQProcess() {
|
||||
return napCatCore.util.hasOtherRunningQQProcess();
|
||||
|
||||
Reference in New Issue
Block a user