改进更新功能

This commit is contained in:
2019-10-27 11:38:00 +08:00
parent 9ac873ff00
commit 9269b33349
5 changed files with 127 additions and 42 deletions

View File

@ -9,6 +9,7 @@ var cssUrl = localStorage.getItem("cssUrl");
var jsUrl = localStorage.getItem("jsUrl");
var version = localStorage.getItem("version");
function qlgUrl(url) {
console.log(webUrl)
return webUrl + url;
}