From 3cc691688146056b766094a2734fc02e01914bf6 Mon Sep 17 00:00:00 2001 From: Chavy Date: Sat, 15 Aug 2020 02:16:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0[BoxJs=20TF]:=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E9=A6=96=E9=A1=B5=E5=9B=BE=E6=A0=87=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- box/chavy.boxjs.html | 27 +++++++++++++++++---------- box/chavy.boxjs.js | 1 + box/release/box.release.tf.json | 13 +++++++++++++ 3 files changed, 31 insertions(+), 10 deletions(-) diff --git a/box/chavy.boxjs.html b/box/chavy.boxjs.html index a150f818f..74d52d782 100644 --- a/box/chavy.boxjs.html +++ b/box/chavy.boxjs.html @@ -308,16 +308,23 @@ - -
- -

+ +

+ + + + +

{{app.name}}

diff --git a/box/chavy.boxjs.js b/box/chavy.boxjs.js index e5bcee024..b320d840b 100644 --- a/box/chavy.boxjs.js +++ b/box/chavy.boxjs.js @@ -37,6 +37,7 @@ $.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 fb73a9b8e..4a42af913 100644 --- a/box/release/box.release.tf.json +++ b/box/release/box.release.tf.json @@ -1,5 +1,18 @@ { "releases": [ + { + "version": "0.7.15", + "tags": ["beta"], + "author": "@chavyleung", + "icon": "https://avatars3.githubusercontent.com/u/29748519", + "repo": "https://github.com/chavyleung", + "notes": [ + { + "name": "优化", + "descs": ["首页图标样式"] + } + ] + }, { "version": "0.7.14", "tags": ["beta"],