Skip to content

Commit

Permalink
更新[BoxJs TF]: 修复首页图标点击无效问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chavyleung committed Aug 14, 2020
1 parent a5f0b12 commit a058803
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion box/chavy.boxjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
class="pa-4 py-1 py-md-4 py-lg-8 d-flex justify-space-around"
>
<div>
<v-img style="border-radius: 12px; max-width: 58px;" :src="app.icon"></v-img>
<v-img v-ripple style="border-radius: 12px; max-width: 58px;" :src="app.icon" @click="switchAppView(app.id)"></v-img>
<p class="text-center ma-0" @click="switchAppView(app.id)">
<span class="d-inline-block text-truncate" style="font-size: 10px; max-width: 58px;">{{app.name}}</span>
</p>
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.13'
$.version = '0.7.14'
$.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.14",
"tags": ["beta"],
"author": "@chavyleung",
"icon": "https://avatars3.githubusercontent.com/u/29748519",
"repo": "https://github.com/chavyleung",
"notes": [
{
"name": "修复",
"descs": ["首页图标点击无效问题"]
}
]
},
{
"version": "0.7.13",
"tags": ["beta"],
Expand Down

0 comments on commit a058803

Please sign in to comment.