Quellcode durchsuchen

mod:修改配置

panqiuyao vor 1 Jahr
Ursprung
Commit
540a85bc13
1 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 6 6
      electron/config/config.default.js

+ 6 - 6
electron/config/config.default.js

@@ -16,15 +16,15 @@ module.exports = (appInfo) => {
   /**
    * 应用程序顶部菜单
    */
-  config.openAppMenu = true;
+  config.openAppMenu = false;
 
   /**
    * 主窗口
    */
   config.windowsOption = {
-    title: "EE框架",
-    width: 980,
-    height: 650,
+    title: "图扣扣AI图片处理",
+    width: 1400,
+    height: 800,
     minWidth: 400,
     minHeight: 300,
     webPreferences: {
@@ -57,8 +57,8 @@ module.exports = (appInfo) => {
    * 远程模式-web地址
    */
   config.remoteUrl = {
-    enable: false,
-    url: "http://electron-egg.kaka996.com/",
+    enable: true,
+    url: 'http://tkk.pubdata.cn'
   };
 
   /**