add:添加sqlite保存激活记录
This commit is contained in:
@@ -8,10 +8,10 @@ const config: () => AppConfig = () => {
|
||||
singleLock: true,
|
||||
windowsOption: {
|
||||
title: 'PQS9100工具箱', // 软件标题
|
||||
width: 980, // 软件窗口宽度
|
||||
height: 650, // 软件窗口高度
|
||||
minWidth: 800, // 软件窗口最小宽度
|
||||
minHeight: 650, // 软件窗口最小高度
|
||||
width: 1366, // 软件窗口宽度
|
||||
height: 768, // 软件窗口高度
|
||||
minWidth: 1366, // 软件窗口最小宽度
|
||||
minHeight: 768, // 软件窗口最小高度
|
||||
autoHideMenuBar: true, // 默认不显示菜单栏,
|
||||
webPreferences: {
|
||||
webSecurity: true,
|
||||
|
||||
Reference in New Issue
Block a user