feat: 大幅提升语音解密速度;优化引导页面;优化图片密钥扫描逻辑

This commit is contained in:
cc
2026-01-25 14:25:24 +08:00
parent 16cbc6adb1
commit 1d9e8aded0
10 changed files with 942 additions and 10472 deletions

View File

@@ -209,10 +209,11 @@ function createOnboardingWindow() {
: join(process.resourcesPath, 'icon.ico')
onboardingWindow = new BrowserWindow({
width: 1100,
height: 720,
width: 960,
height: 680,
minWidth: 900,
minHeight: 600,
minHeight: 620,
resizable: false,
frame: false,
transparent: true,
backgroundColor: '#00000000',