Skip to content

Commit

Permalink
🔧 Automated build: v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2023
1 parent 52abecb commit 0c79634
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/bilibili-live-tasks-helper.min.user.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/bilibili-live-tasks-helper.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
noReport: {
enabled: false
},
sleepDetection: {
noSleep: {
enabled: false
}
},
Expand Down Expand Up @@ -3238,7 +3238,7 @@
class NoSleep extends BaseModule {
constructor() {
super(...arguments);
__publicField(this, "config", this.moduleStore.moduleConfig.EnhanceExperience.sleepDetection);
__publicField(this, "config", this.moduleStore.moduleConfig.EnhanceExperience.noSleep);
}
async run() {
this.logger.log("屏蔽挂机检测模块开始运行");
Expand Down Expand Up @@ -4388,11 +4388,11 @@
vue.createVNode(_component_el_space, { wrap: "" }, {
default: vue.withCtx(() => [
vue.createVNode(_component_el_switch, {
modelValue: vue.unref(config).sleepDetection.enabled,
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.unref(config).sleepDetection.enabled = $event),
modelValue: vue.unref(config).noSleep.enabled,
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.unref(config).noSleep.enabled = $event),
"active-text": "屏蔽挂机检测"
}, null, 8, ["modelValue"]),
vue.createVNode(_component_Info, { id: "EnhanceExperience.sleepDetection" })
vue.createVNode(_component_Info, { id: "EnhanceExperience.noSleep" })
]),
_: 1
})
Expand Down Expand Up @@ -4860,7 +4860,7 @@
])
])
},
sleepDetection: {
noSleep: {
title: "屏蔽挂机检测",
message: vue.h("p", [
vue.h("div", "屏蔽B站直播间的挂机检测。"),
Expand Down

0 comments on commit 0c79634

Please sign in to comment.