fix some bugs
This commit is contained in:
		@@ -54,10 +54,10 @@ function parseColumn() {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
	var acctlist=obj;
 | 
						var acctlist=obj;
 | 
				
			||||||
	console.log(obj);
 | 
						console.log(obj);
 | 
				
			||||||
	var xed=localStorage.getItem("xed");
 | 
						/*var xed=localStorage.getItem("xed");
 | 
				
			||||||
	if(xed){
 | 
						if(xed){
 | 
				
			||||||
		xpand();
 | 
							xpand();
 | 
				
			||||||
	}
 | 
						}*/
 | 
				
			||||||
	var col = localStorage.getItem("column");
 | 
						var col = localStorage.getItem("column");
 | 
				
			||||||
	if (!col) {
 | 
						if (!col) {
 | 
				
			||||||
		var obj = [{
 | 
							var obj = [{
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -53,13 +53,20 @@
 | 
				
			|||||||
      "output": "../build"
 | 
					      "output": "../build"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "win": {
 | 
					    "win": {
 | 
				
			||||||
      "icon": "thedesk.ico",
 | 
					      "icon": "build/thedesk.ico",
 | 
				
			||||||
      "target": [
 | 
					      "target": [
 | 
				
			||||||
        "nsis",
 | 
					        "nsis",
 | 
				
			||||||
        "portable",
 | 
					        "portable",
 | 
				
			||||||
        "appx"
 | 
					        "appx"
 | 
				
			||||||
      ]
 | 
					      ]
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "appx": {
 | 
				
			||||||
 | 
					      "identityName":"53491Cutls.TheDesk",
 | 
				
			||||||
 | 
					      "applicationId":"Cutls.TheDesk",
 | 
				
			||||||
 | 
					      "publisherDisplayName":"Cutls",
 | 
				
			||||||
 | 
					      "publisher":"CN=629757F5-A5EE-474F-9562-B304A89A9FD1",
 | 
				
			||||||
 | 
					      "languages":["JA-JP","EN-US"]
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "nsis": {
 | 
					    "nsis": {
 | 
				
			||||||
      "oneClick": false,
 | 
					      "oneClick": false,
 | 
				
			||||||
      "allowToChangeInstallationDirectory": true,
 | 
					      "allowToChangeInstallationDirectory": true,
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								app/thedesk.ico
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								app/thedesk.ico
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 12 KiB  | 
@@ -17,7 +17,7 @@ var envConstruction=[
 | 
				
			|||||||
        width:50,
 | 
					        width:50,
 | 
				
			||||||
        text:{
 | 
					        text:{
 | 
				
			||||||
            head:"@@popup@@",
 | 
					            head:"@@popup@@",
 | 
				
			||||||
            desc:"@@popupwarn@@",
 | 
					            desc:'@@popupwarn@@',
 | 
				
			||||||
            after:"@@s@@"
 | 
					            after:"@@s@@"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },{
 | 
					    },{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user