@@ -51,7 +51,7 @@ export const GlobalPath: MajsoulPlus.GlobalPath = {
5151
5252// tslint:disable-next-line
5353export const RemoteDomains = [
54- { id : 0 , name : 'zh' , domain : 'https://majsoul.union-game. com/0 /' } ,
54+ { id : 0 , name : 'zh' , domain : 'https://www. majsoul.com/1 /' } ,
5555 { id : 1 , name : 'jp' , domain : 'https://game.mahjongsoul.com/' } ,
5656 { id : 2 , name : 'en' , domain : 'https://mahjongsoul.game.yo-star.com/' }
5757]
@@ -65,7 +65,7 @@ export const Global: MajsoulPlus.Global = {
6565 ResourcePackConfigPath : '' ,
6666 ExtensionConfigPath : '' ,
6767 ToolConfigPath : '' ,
68- UserConfigPath : path . join ( appDataDir , 'configs- user.json' ) ,
68+ UserConfigPath : path . join ( appDataDir , 'user-config .json' ) ,
6969 LocalCachePath : path . join ( appDataDir , GlobalPath . LocalDir ) ,
7070 ResourceFolderPath : path . join ( appDataDir , GlobalPath . ResourcePackDir ) ,
7171 ExtensionFolderPath : path . join ( appDataDir , GlobalPath . ExtensionDir ) ,
@@ -77,11 +77,6 @@ export const Global: MajsoulPlus.Global = {
7777 frame : true ,
7878 resizable : true ,
7979 backgroundColor : '#000000' ,
80- webPreferences : {
81- // webSecurity: false
82- // nodeIntegration: false
83- // plugins: true
84- } ,
8580 autoHideMenuBar : true ,
8681 // useContentSize: true,
8782 icon : appIcon ,
@@ -96,7 +91,6 @@ export const Global: MajsoulPlus.Global = {
9691 backgroundColor : '#FFFFFF' ,
9792 webPreferences : {
9893 webSecurity : false
99- // allowRunningInsecureContent: true
10094 } ,
10195 title : '雀魂Plus' ,
10296 autoHideMenuBar : true ,
0 commit comments