|
|
@@ -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: {
|
|
|
@@ -58,7 +58,7 @@ module.exports = (appInfo) => {
|
|
|
*/
|
|
|
config.remoteUrl = {
|
|
|
enable: false,
|
|
|
- url: "http://electron-egg.kaka996.com/",
|
|
|
+ url: 'http://tkk.pubdata.cn'
|
|
|
};
|
|
|
|
|
|
/**
|