Skip to content

Commit

Permalink
feat(boxjs): 发现新版本时可跳转至 app 内触发资源更新
Browse files Browse the repository at this point in the history
  • Loading branch information
chavyleung committed May 12, 2022
1 parent a85d330 commit ec92e50
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 @@ -1748,7 +1748,7 @@ <h2 :class="version === ver.version ? 'primary--text' : undefined">v{{ver.versio
const vers = this.box.versions
if (curver && vers && vers.length > 0) {
const lastestVer = vers[0].version
return this.compareVersion(lastestVer, curver) >= 0
return this.compareVersion(lastestVer, curver) > 0
}
},
timeagoLang() {
Expand Down
2 changes: 1 addition & 1 deletion box/release/box.release.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"releases": [
{
"version": "0.11.0",
"version": "0.11.1",
"tags": ["beta"],
"author": "@chavyleung",
"msg": "feat(boxjs): 发现新版本时可跳转至 app 内触发资源更新",
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,15 +1,15 @@
{
"releases": [
{
"version": "0.11.0",
"version": "0.11.1",
"tags": ["beta"],
"author": "@chavyleung",
"msg": "feat(boxjs): 发现新版本时可导航至 App 的资源更新页面",
"msg": "feat(boxjs): 发现新版本时可跳转至 app 内触发资源更新",
"notes": [
{
"name": "新增",
"descs": [
"发现新版本时可导航至 App 的资源更新页面",
"发现新版本时可跳转至 app 内触发资源更新",
"目前支持 (TestFlight):",
"1. Loon: v2.1.19 (386) 及以上",
"2. Quantumult X: v1.0.29 (670) 及以上"
Expand Down

0 comments on commit ec92e50

Please sign in to comment.