Skip to content

Commit 8ef2f50

Browse files
committed
fix: licenseType
1 parent e3629c6 commit 8ef2f50

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

box/chavy.boxjs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,6 +1769,7 @@ <h2 :class="version === ver.version ? 'primary--text' : undefined">v{{ver.versio
17691769
purchaseDate: null,
17701770
cost: 0,
17711771
licenseTypes: ["1 Device License", "3 Devices License", "5 Devices License"],
1772+
licenseType: ''
17721773
}
17731774
},
17741775
computed: {

box/chavy.boxjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const $ = new Env('BoxJs')
33
// 为 eval 准备的上下文环境
44
const $eval_env = {}
55

6-
$.version = '0.12.8'
6+
$.version = '0.12.9'
77
$.versionType = 'beta'
88

99
// 发出的请求需要需要 Surge、QuanX 的 rewrite

box/release/box.release.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"releases": [
33
{
4-
"version": "0.12.8",
4+
"version": "0.12.9",
55
"tags": ["beta"],
66
"author": "@GideonSenku",
77
"msg": "让 openAI 写了个 Surge 费用计算器",

box/release/box.release.tf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"releases": [
33
{
4-
"version": "0.12.8",
4+
"version": "0.12.9",
55
"tags": ["beta"],
66
"author": "@GideonSenku",
77
"msg": "让 openAI 写了个 Surge 费用计算器",

0 commit comments

Comments
 (0)