This commit is contained in:
gaoshuaixing
2021-02-03 16:30:56 +08:00
parent 853015660f
commit e29c4976e2
2 changed files with 0 additions and 6 deletions

View File

@@ -1,10 +1,5 @@
'use strict';
// 本地环境-配置文件
// const path = require('path');
// const os = require('os');
// const pkg = require('../package.json');
// const storageDir = path.normalize(os.userInfo().homedir + '/' + pkg.name + '/');
const storageDir = require('../electron/storage').getStorageDir();
/*

View File

@@ -1,6 +1,5 @@
'use strict';
// 本地环境-配置文件
const storageDir = require('../electron/storage').getStorageDir();
/*