Skip to content

Commit

Permalink
feat: add surge calc
Browse files Browse the repository at this point in the history
  • Loading branch information
chavyleung committed Mar 22, 2023
1 parent 6050b86 commit e3629c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.7'
$.version = '0.12.8'
$.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.7",
"version": "0.12.8",
"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.7",
"version": "0.12.8",
"tags": ["beta"],
"author": "@GideonSenku",
"msg": "让 openAI 写了个 Surge 费用计算器",
Expand Down
2 changes: 1 addition & 1 deletion chavy.box.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.6'
$.version = '0.12.8'
$.versionType = 'beta'

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

0 comments on commit e3629c6

Please sign in to comment.