Skip to content

Commit

Permalink
1.50.02 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kalcaddle committed May 10, 2024
1 parent 3dc236e commit 5e6c1b0
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion app/sdks/archiveLib/bin/data.bin

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id":"client",
"name":"{{LNG['client.meta.name']}}",
"title":"{{LNG['client.meta.title']}}",
"version":"1.31",
"version":"1.32",
"source":{
"icon":"{{pluginHost}}static/images/icon.png"
},
Expand Down
6 changes: 3 additions & 3 deletions plugins/client/static/down/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ ClassBase.define({
url: 'https://api.kodcloud.com/?app/version',
dataType:'jsonp',
success:function(result){
var time = 3600*2;
if(!result || !result.data) time = 60*5;
result.time = time()+time; // 过期时间:正常2小时,失败5分钟
var tmpTime = 3600*2;
if(!result || !result.data) tmpTime = 60*5;
result.time = time()+tmpTime; // 过期时间:正常2小时,失败5分钟
LocalData.set(key, jsonEncode(result));
setLink(result);
}
Expand Down
4 changes: 2 additions & 2 deletions static/app/dist/api.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/app/dist/lib.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/app/dist/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/app/dist/sdk.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/app/dist/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/style/dist/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/style/dist/sdk.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/style/lib/main.css

Large diffs are not rendered by default.

0 comments on commit 5e6c1b0

Please sign in to comment.