Skip to content

Commit

Permalink
更新[BoxJs TF]: 订阅中的更多按钮可以链接到作者仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
chavyleung committed Aug 13, 2020
1 parent 256441c commit 7e6823c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions box/chavy.boxjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,8 @@ <h2>{{curapp.name}}</h2>
<v-btn icon v-on="on"><v-icon>mdi-dots-vertical</v-icon></v-btn>
</template>
<v-list dense>
<v-list-item @click="reloadAppSub(sub)">
<v-list-item-title>更新</v-list-item-title>
<v-list-item @click="window.open(sub.repo)">
<v-list-item-title>仓库</v-list-item-title>
</v-list-item>
<v-list-item @click="copy(sub.url)">
<v-list-item-title>复制</v-list-item-title>
Expand Down
2 changes: 1 addition & 1 deletion box/chavy.boxjs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const $ = new Env('BoxJs')

$.version = '0.7.9'
$.version = '0.7.10'
$.versionType = 'beta'

/**
Expand Down
13 changes: 13 additions & 0 deletions box/release/box.release.tf.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down

0 comments on commit 7e6823c

Please sign in to comment.