From 817e7aba8177ca52c137cd782417186a7046af18 Mon Sep 17 00:00:00 2001 From: Chavy Date: Mon, 17 Aug 2020 00:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0[BoxJs=20TF]:=20=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E6=90=9C=E7=B4=A2=E6=9D=A1=E6=A0=B7=E5=BC=8F,?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=93=8D=E4=BD=9C=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- box/chavy.boxjs.js | 3 +-- box/release/box.release.tf.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/box/chavy.boxjs.js b/box/chavy.boxjs.js index 850bade23..5ef57fbb9 100644 --- a/box/chavy.boxjs.js +++ b/box/chavy.boxjs.js @@ -1,6 +1,6 @@ const $ = new Env('BoxJs') -$.version = '0.7.25' +$.version = '0.7.26' $.versionType = 'beta' /** @@ -37,7 +37,6 @@ $.html = $.name // `页面`类请求的响应体 // 页面源码地址 $.web = `https://cdn.jsdelivr.net/gh/chavyleung/scripts@${$.version}/box/chavy.boxjs.html?_=${new Date().getTime()}` -$.web = `http://192.168.50.109:8080/box/chavy.boxjs.html?_=${new Date().getTime()}` // 版本说明地址 (Release Note) $.ver = 'https://gitee.com/chavyleung/scripts/raw/master/box/release/box.release.tf.json' diff --git a/box/release/box.release.tf.json b/box/release/box.release.tf.json index a52bea26e..5877764ce 100644 --- a/box/release/box.release.tf.json +++ b/box/release/box.release.tf.json @@ -1,7 +1,7 @@ { "releases": [ { - "version": "0.7.25", + "version": "0.7.26", "tags": ["beta"], "author": "@chavyleung", "icon": "https://avatars3.githubusercontent.com/u/29748519",