Skip to content

Commit

Permalink
更新[BoxJs TF]: 修复非壁纸模式下上滑仍然重新渲染壁纸
Browse files Browse the repository at this point in the history
  • Loading branch information
chavyleung committed Aug 20, 2020
1 parent 5ae2271 commit 0f54b58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion box/chavy.boxjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
class="fill-height"
v-show="view === ''"
v-touch="{ up: () => {
if (isWallpaper) {
if (isWallpaperMode) {
clearWallpaper()
setWallpaper()
}
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.42'
$.version = '0.7.43'
$.versionType = 'beta'

/**
Expand Down
6 changes: 3 additions & 3 deletions box/release/box.release.tf.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"releases": [
{
"version": "0.7.42",
"version": "0.7.43",
"tags": ["beta"],
"author": "@chavyleung",
"icon": "https://avatars3.githubusercontent.com/u/29748519",
"repo": "https://github.com/chavyleung",
"msg": "更新[BoxJs TF]: 新的手势, 优化样式",
"msg": "更新[BoxJs TF]: 修复非壁纸模式下上滑仍然重新渲染壁纸",
"notes": [
{
"name": "新增",
"descs": ["在顶栏上滑可隐藏顶栏", "在底栏下滑可以隐藏底栏", "壁纸模式上滑可以重新渲染壁纸"]
},
{
"name": "修复",
"descs": ["代码编辑器不显示问题", "二次进入搜索界面无法自动获取焦点"]
"descs": ["代码编辑器不显示问题", "二次进入搜索界面无法自动获取焦点", "非壁纸模式下上滑仍然重新渲染壁纸"]
}
]
},
Expand Down

0 comments on commit 0f54b58

Please sign in to comment.