From 47f0c0b6986b8dd423e81c77f341c829550e326d Mon Sep 17 00:00:00 2001
From: chenyincheng <501753378@qq.com>
Date: 星期一, 30 一月 2023 21:17:19 +0800
Subject: [PATCH] 更新api上传结果
---
electron/main/index.ts | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/electron/main/index.ts b/electron/main/index.ts
index 6245fad..b6fcd92 100644
--- a/electron/main/index.ts
+++ b/electron/main/index.ts
@@ -39,11 +39,6 @@
const store = new Store();
console.log(store.path)
-// 读
-// console.log(store.get('clientCode'))
-// console.log(store.get('deviceList'))
-// 写
-// store.set("testr","test001")
// Disable GPU Acceleration for Windows 7
if (release().startsWith('6.1')) app.disableHardwareAcceleration()
--
Gitblit v1.8.0