增加下载同步功能,可以导出已下载作品。避免另一个设备的重复下载,修复日志bug
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ const CONFIG_FILE_DIR = require('appdata-path').getAppDataPath('pmanager');
|
||||
const CONFIG_FILE = Path.resolve(CONFIG_FILE_DIR, 'config.json');
|
||||
|
||||
// 创建logger实例
|
||||
const logger = defaultLogger.child('PixivBackend');
|
||||
const logger = defaultLogger.child('PixivCore');
|
||||
|
||||
// 默认配置
|
||||
const defaultConfig = {
|
||||
|
||||
Reference in New Issue
Block a user