feat(electron):优化跟卖精灵启动流程和UI细节
- 移除启动时的固定延时,改为即时反馈启动状态- 更新跟卖精灵描述文案,移除初始化时间说明 - 统一spinner样式类名,优化加载动画显示逻辑 - 调整菜单激活背景色,增强视觉层次感- 引入平台图标图片替代文字标识- 修改VIP状态栏背景及文字颜色,提升可读性 - 配置ChromeDriver国内镜像源并实现后台预加载 - 添加WebDriverManager依赖以自动管理浏览器驱动 -优化electron-builder资源打包配置
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
"compression": "maximum",
|
||||
"asarUnpack": [
|
||||
"public/jre/**/*",
|
||||
"public/icon/**/*",
|
||||
"public/icon/icon.png",
|
||||
"public/icon/image.png",
|
||||
"public/icon/img.png",
|
||||
"public/image/**/*",
|
||||
"public/splash.html",
|
||||
"public/config/**/*"
|
||||
@@ -48,7 +50,9 @@
|
||||
"to": "public",
|
||||
"filter": [
|
||||
"jre/**/*",
|
||||
"icon/**/*",
|
||||
"icon/icon.png",
|
||||
"icon/image.png",
|
||||
"icon/img.png",
|
||||
"image/**/*",
|
||||
"splash.html",
|
||||
"config/**/*",
|
||||
|
||||
Reference in New Issue
Block a user