提交 54211d84 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

adjust code struct

上级 318cec8f
import {app} from "electron";
import path from "path";
const fs = require('fs');
import {DEBUG} from '../utils/consts';
import LangHelper from '../utils/lang';
import {logInfo} from "../utils/log";
import LangHelper from '../utils/lang';
const langHelper = new LangHelper();
......
import {app} from 'electron';
import {spawn} from 'child_process';
import path from 'path';
import {spawn} from 'child_process';
import express from 'express';
import {DEBUG, portClient} from '../utils/consts';
......
import {app} from 'electron';
import os from 'os';
import path from 'path';
import {execSync, spawn} from 'child_process';
import os from 'os';
import {app} from 'electron';
import {IS_WINDOWS_OS} from "../utils/env";
import {DEBUG, portServer, uuid} from '../utils/consts';
import {IS_WINDOWS_OS} from "../utils/env";
import {logErr, logInfo} from '../utils/log';
let _ztfProcess;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册