fix some bugs

This commit is contained in:
Cutls 2019-03-18 23:01:45 +09:00
parent bacac4486b
commit ef5dbcf040
4 changed files with 11 additions and 4 deletions

View File

@ -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 = [{

View File

@ -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,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -17,7 +17,7 @@ var envConstruction=[
width:50, width:50,
text:{ text:{
head:"@@popup@@", head:"@@popup@@",
desc:"@@popupwarn@@", desc:'@@popupwarn@@',
after:"@@s@@" after:"@@s@@"
} }
},{ },{