15815213711
2025-04-24 16c179b122eb8c69d31b0fab66c5e29b9c332b8d
electron/config/config.default.js
@@ -17,7 +17,7 @@
  /**
   * 应用程序顶部菜单
   */
  config.openAppMenu = true;
  config.openAppMenu = false;
  /**
   * 主窗口
@@ -152,7 +152,7 @@
    },
    tray: {
      enable: true,
      title: 'EE程序',
      title: '智能IC卡读写程序',
      icon: '/public/images/tray.png'
    },
    security: {
@@ -170,7 +170,7 @@
      linux: false,
      options: {
        provider: 'generic', 
        url: 'http://kodo.qiniu.com/'
        url: ''
      },
      force: false,
    }