From 7e6823c7a7cbf64834e7795f1ad70fce3a7f317b Mon Sep 17 00:00:00 2001 From: Chavy Date: Fri, 14 Aug 2020 01:51:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0[BoxJs=20TF]:=20=E8=AE=A2?= =?UTF-8?q?=E9=98=85=E4=B8=AD=E7=9A=84=E6=9B=B4=E5=A4=9A=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E9=93=BE=E6=8E=A5=E5=88=B0=E4=BD=9C=E8=80=85?= =?UTF-8?q?=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- box/chavy.boxjs.html | 4 ++-- box/chavy.boxjs.js | 2 +- box/release/box.release.tf.json | 13 +++++++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/box/chavy.boxjs.html b/box/chavy.boxjs.html index 153b71c71..155076afa 100644 --- a/box/chavy.boxjs.html +++ b/box/chavy.boxjs.html @@ -712,8 +712,8 @@

{{curapp.name}}

mdi-dots-vertical - - 更新 + + 仓库 复制 diff --git a/box/chavy.boxjs.js b/box/chavy.boxjs.js index ecea876ef..b667cb7ae 100644 --- a/box/chavy.boxjs.js +++ b/box/chavy.boxjs.js @@ -1,6 +1,6 @@ const $ = new Env('BoxJs') -$.version = '0.7.9' +$.version = '0.7.10' $.versionType = 'beta' /** diff --git a/box/release/box.release.tf.json b/box/release/box.release.tf.json index f3d61562c..9e7e0cea3 100644 --- a/box/release/box.release.tf.json +++ b/box/release/box.release.tf.json @@ -1,5 +1,18 @@ { "releases": [ + { + "version": "0.7.10", + "tags": ["beta"], + "author": "@chavyleung", + "icon": "https://avatars3.githubusercontent.com/u/29748519", + "repo": "https://github.com/chavyleung", + "notes": [ + { + "name": "新增", + "descs": ["订阅中的更多按钮可以链接到作者仓库"] + } + ] + }, { "version": "0.7.9", "tags": ["beta"],