update appversion url
This commit is contained in:
parent
c29a4d6d12
commit
eea36a2fa1
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
configs/
|
||||
node_modules/
|
||||
pnpm-lock.yaml
|
2
index.js
2
index.js
@ -48,7 +48,7 @@ log.info("检测完毕!")
|
||||
|
||||
log.info("正在获取版本号")
|
||||
var appversion = AppVersion();
|
||||
appversion = appversion.data.config["cg.key_function_controller"].versions[appversion.data.config["cg.key_function_controller"].versions.length-1]
|
||||
appversion = appversion.data.config["cg.key_function_video_mode"].versions["0"]
|
||||
log.info(`获取成功!当前版本号:${appversion}`)
|
||||
var successNum = 0,totalNum = 0;
|
||||
for(key in configs) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user