Skip to content

Commit 73bc08e

Browse files
committed
更新[BoxJs]: 勿扰模式, 应用界面双击底栏能返回应用列表
1 parent 2689329 commit 73bc08e

4 files changed

Lines changed: 41 additions & 14 deletions

File tree

Env.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,12 @@ function Env(name, opts) {
319319
return undefined
320320
}
321321
}
322-
if (this.isSurge() || this.isLoon()) {
323-
$notification.post(title, subt, desc, toEnvOpts(opts))
324-
} else if (this.isQuanX()) {
325-
$notify(title, subt, desc, toEnvOpts(opts))
322+
if (!$.isMute) {
323+
if (this.isSurge() || this.isLoon()) {
324+
$notification.post(title, subt, desc, toEnvOpts(opts))
325+
} else if (this.isQuanX()) {
326+
$notify(title, subt, desc, toEnvOpts(opts))
327+
}
326328
}
327329
this.logs.push('', '==============📣系统通知📣==============')
328330
this.logs.push(title)

Env.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

box/release/box.release.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
22
"releases": [
3+
{
4+
"version": "0.6.17",
5+
"tags": ["beta"],
6+
"author": "@chavyleung",
7+
"icon": "https://avatars3.githubusercontent.com/u/29748519",
8+
"repo": "https://github.com/chavyleung",
9+
"notes": [
10+
{
11+
"name": "新增",
12+
"descs": ["勿扰模式", "应用界面双击底栏能返回应用列表"]
13+
},
14+
{
15+
"name": "注意",
16+
"descs": ["勿扰模式下仍然可以通过日志查看通过内容"]
17+
}
18+
]
19+
},
320
{
421
"version": "0.6.16",
522
"tags": ["beta"],

0 commit comments

Comments
 (0)