Skip to content

Commit

Permalink
更新[BoxJs TF]: 调整搜索条样式,搜索操作界面
Browse files Browse the repository at this point in the history
  • Loading branch information
chavyleung committed Aug 16, 2020
1 parent e596ccf commit 817e7ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions 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.25'
$.version = '0.7.26'
$.versionType = 'beta'

/**
Expand Down Expand Up @@ -37,7 +37,6 @@ $.html = $.name // `页面`类请求的响应体

// 页面源码地址
$.web = `https://cdn.jsdelivr.net/gh/chavyleung/scripts@${$.version}/box/chavy.boxjs.html?_=${new Date().getTime()}`
$.web = `http://192.168.50.109:8080/box/chavy.boxjs.html?_=${new Date().getTime()}`
// 版本说明地址 (Release Note)
$.ver = 'https://gitee.com/chavyleung/scripts/raw/master/box/release/box.release.tf.json'

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.7.25",
"version": "0.7.26",
"tags": ["beta"],
"author": "@chavyleung",
"icon": "https://avatars3.githubusercontent.com/u/29748519",
Expand Down

0 comments on commit 817e7ab

Please sign in to comment.