add:添加sqlite保存激活记录

This commit is contained in:
贾同学
2025-10-24 15:10:23 +08:00
parent 005b5137cf
commit ba143138d1
15 changed files with 758 additions and 313 deletions

View File

@@ -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,