diff --git a/public/download/MobileHome.zip b/public/download/MobileHome.zip index 23d0c84..9cb3b26 100644 Binary files a/public/download/MobileHome.zip and b/public/download/MobileHome.zip differ diff --git a/public/download/PVHome.zip b/public/download/PVHome.zip index 0d01c1c..337c696 100644 Binary files a/public/download/PVHome.zip and b/public/download/PVHome.zip differ diff --git a/public/download/StdUI.zip b/public/download/StdUI.zip index b85d0ef..6ab4522 100644 Binary files a/public/download/StdUI.zip and b/public/download/StdUI.zip differ diff --git a/public/download/aichat.zip b/public/download/aichat.zip index ca21fbf..64ce781 100644 Binary files a/public/download/aichat.zip and b/public/download/aichat.zip differ diff --git a/public/download/books.zip b/public/download/books.zip index e7b174b..4711ada 100644 Binary files a/public/download/books.zip and b/public/download/books.zip differ diff --git a/public/download/coke.zip b/public/download/coke.zip index 91c11bd..ec1c667 100644 Binary files a/public/download/coke.zip and b/public/download/coke.zip differ diff --git a/public/download/editkit.zip b/public/download/editkit.zip index aa3871d..b2a7edf 100644 Binary files a/public/download/editkit.zip and b/public/download/editkit.zip differ diff --git a/public/download/files.zip b/public/download/files.zip index e886a32..4f04129 100644 Binary files a/public/download/files.zip and b/public/download/files.zip differ diff --git a/public/download/homekit.zip b/public/download/homekit.zip index fb4b92d..6998823 100644 Binary files a/public/download/homekit.zip and b/public/download/homekit.zip differ diff --git a/public/download/tabedit.zip b/public/download/tabedit.zip index dc8ea52..6ebf0ef 100644 Binary files a/public/download/tabedit.zip and b/public/download/tabedit.zip differ diff --git a/public/download/tabos.zip b/public/download/tabos.zip index 7aba7cf..551e456 100644 Binary files a/public/download/tabos.zip and b/public/download/tabos.zip differ diff --git a/public/download/terminal.zip b/public/download/terminal.zip index 210bf35..4a31b4e 100644 Binary files a/public/download/terminal.zip and b/public/download/terminal.zip differ diff --git a/public/setup.html b/public/setup.html index 8b998cc..043507d 100644 --- a/public/setup.html +++ b/public/setup.html @@ -14136,7 +14136,7 @@ var diskInfo = [ { "name": "coke", - "versionIdx": 147, + "versionIdx": 150, "zip": "coke.zip" }, { @@ -14161,12 +14161,12 @@ }, { "name": "-tabedit", - "versionIdx": 95, + "versionIdx": 96, "zip": "tabedit.zip" }, { "name": "-editkit", - "versionIdx": 113, + "versionIdx": 114, "zip": "editkit.zip" }, { @@ -14176,7 +14176,7 @@ }, { "name": "-aichat", - "versionIdx": 31, + "versionIdx": 32, "zip": "aichat.zip" }, { @@ -14194,7 +14194,7 @@ var mobileDiskInfo = [ { "name": "coke", - "versionIdx": 147, + "versionIdx": 150, "zip": "coke.zip" }, { @@ -14224,7 +14224,7 @@ }, { "name": "-aichat", - "versionIdx": 31, + "versionIdx": 32, "zip": "aichat.zip" }, { @@ -14242,7 +14242,7 @@ var previewDiskInfo = [ { "name": "coke", - "versionIdx": 147, + "versionIdx": 150, "zip": "coke.zip" }, { @@ -14257,7 +14257,7 @@ }, { "name": "-aichat", - "versionIdx": 31, + "versionIdx": 32, "zip": "aichat.zip" }, { @@ -14267,7 +14267,7 @@ }, { "name": "-PVHome", - "versionIdx": 3, + "versionIdx": 4, "zip": "PVHome.zip" } ]; @@ -14336,15 +14336,19 @@ if(location.host.startsWith("pv.")){ appCfg.isPreview=true; appCfg.diskInfo=previewDiskInfo; + appCfg.minCokeVsn=149; }else if(VFACT.appParams.key&&VFACT.appParams.slot&&VFACT.appParams.userId){ appCfg.isPreview=true; appCfg.diskInfo=previewDiskInfo; + appCfg.minCokeVsn=148; }else if(window.screen.width<500){ appCfg.isMobile=true; appCfg.diskInfo=mobileDiskInfo; + appCfg.minCokeVsn=148; }else { appCfg.isMobile=false; appCfg.diskInfo=diskInfo; + appCfg.minCokeVsn=148; } /*Cody Project Doc*/ //{ @@ -14919,9 +14923,16 @@ let list,vo; list=appCfg.diskInfo; for(vo of list){ - if(!await this.checkDiskVersion(vo.name,checkVersion?vo.versionIdx:1)){ - logger.log("Disk "+vo.name+": Failed."); - return false; + if(!checkVersion && vo.name==="coke"){ + if(!await this.checkDiskVersion(vo.name,appCfg.minCokeVsn)){ + logger.log("Disk "+vo.name+": Failed."); + return false; + } + }else { + if(!await this.checkDiskVersion(vo.name,checkVersion?vo.versionIdx:1)){ + logger.log("Disk "+vo.name+": Failed."); + return false; + } } logger.log("Disk "+vo.name+": OK."); } @@ -15758,7 +15769,7 @@ // "type": "objclass", // "def": "ObjClass", // "jaxId": "1GFLV36AF0", -// "editVersion": 24, +// "editVersion": 26, // "attrs": { // "constructArgs": { // "type": "object", @@ -17003,7 +17014,7 @@ cssVO.maybeInstall=async function(){ let checkVersion; if(appCfg.isPreview){ - checkVersion=true; + checkVersion=false; }else if(appCfg.isMobile){ checkVersion=true; }else { @@ -17229,6 +17240,10 @@ // "editVersion": 0, // "attrs": {} // }, +// "segs": { +// "type": "array", +// "attrs": [] +// }, // "exportTarget": "\"jax\"", // "gearName": "", // "gearIcon": "gears.svg", @@ -17342,7 +17357,7 @@ // "type": "hudobj", // "def": "text", // "jaxId": "1GG1LG6II0", -// "editVersion": 21, +// "editVersion": 22, // "attrs": { // "properties": { // "type": "object", @@ -17509,7 +17524,7 @@ // "type": "hudobj", // "def": "box", // "jaxId": "1GFLTTKRI0", -// "editVersion": 22, +// "editVersion": 23, // "attrs": { // "properties": { // "type": "object", @@ -17872,7 +17887,7 @@ // "type": "hudobj", // "def": "text", // "jaxId": "1GFLU72L70", -// "editVersion": 22, +// "editVersion": 23, // "attrs": { // "properties": { // "type": "object", @@ -18035,7 +18050,7 @@ // "type": "hudobj", // "def": "hud", // "jaxId": "1GFLUAVAR0", -// "editVersion": 24, +// "editVersion": 25, // "attrs": { // "properties": { // "type": "object", @@ -18159,7 +18174,7 @@ // "type": "hudobj", // "def": "hud", // "jaxId": "1GKJRQNAK0", -// "editVersion": 22, +// "editVersion": 23, // "attrs": { // "properties": { // "type": "object", @@ -18202,7 +18217,7 @@ // "type": "hudobj", // "def": "box", // "jaxId": "1GKJS0SDA0", -// "editVersion": 22, +// "editVersion": 23, // "attrs": { // "properties": { // "type": "object", @@ -18577,7 +18592,7 @@ // "type": "hudobj", // "def": "box", // "jaxId": "1GKJSP42O0", -// "editVersion": 21, +// "editVersion": 22, // "attrs": { // "properties": { // "type": "object",