发布v2.6.3版本

This commit is contained in:
雨中磐石
2024-05-04 17:53:06 +08:00
parent b0d1a233bd
commit 3048af398c
26 changed files with 176 additions and 56 deletions

View File

@@ -94,6 +94,10 @@ var nwjs={
if(!this.execcmd)this.execcmd= require('child_process').exec;
this.execcmd(cmd);
},
openfile:function(path){
var ss = this.getpath()+'/'+path;
this.runcmd(ss);
},
openurl:function(url){
this.runcmd(''+this.getpath()+'/images/start.bat '+url+'');
},
@@ -118,6 +122,9 @@ var nwjs={
if(!bo)this.jumptime=setTimeout('nwjs.jumpicon('+oi+')',500);
if(bo)this.changeicon(this.wdshu);
},
reload:function(){
this.win.reloadIgnoringCache();
},
jumpclear:function(){
this.jumpicon(0,true);
},