Skip to content

Commit

Permalink
fix: licenseType
Browse files Browse the repository at this point in the history
  • Loading branch information
gideonsenku committed Mar 22, 2023
1 parent e3629c6 commit 8ef2f50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions box/chavy.boxjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1769,6 +1769,7 @@ <h2 :class="version === ver.version ? 'primary--text' : undefined">v{{ver.versio
purchaseDate: null,
cost: 0,
licenseTypes: ["1 Device License", "3 Devices License", "5 Devices License"],
licenseType: ''
}
},
computed: {
Expand Down
2 changes: 1 addition & 1 deletion box/chavy.boxjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const $ = new Env('BoxJs')
// 为 eval 准备的上下文环境
const $eval_env = {}

$.version = '0.12.8'
$.version = '0.12.9'
$.versionType = 'beta'

// 发出的请求需要需要 Surge、QuanX 的 rewrite
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.12.8",
"version": "0.12.9",
"tags": ["beta"],
"author": "@GideonSenku",
"msg": "让 openAI 写了个 Surge 费用计算器",
Expand Down
2 changes: 1 addition & 1 deletion box/release/box.release.tf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"releases": [
{
"version": "0.12.8",
"version": "0.12.9",
"tags": ["beta"],
"author": "@GideonSenku",
"msg": "让 openAI 写了个 Surge 费用计算器",
Expand Down

0 comments on commit 8ef2f50

Please sign in to comment.