mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-08-20 09:23:23 +08:00
[Feat] New settings passwd UX & Config enc support
This commit is contained in:
@@ -8,7 +8,8 @@ const banAuditSettings = [
|
||||
id: "disableFridayReport",
|
||||
type: "switch",
|
||||
name: "禁用 Friday 错误统计",
|
||||
description: "重置 CVTE 的 Friday 错误收集服务载入 URL, 避免意外的信息上传",
|
||||
description:
|
||||
"重置 CVTE 的 Friday 错误收集服务载入 URL, 避免意外的信息上传",
|
||||
restart: true,
|
||||
reload: false,
|
||||
associateVal: null,
|
||||
@@ -39,7 +40,8 @@ const banAuditSettings = [
|
||||
restart: true,
|
||||
reload: false,
|
||||
tip: true,
|
||||
tipTitle: '启用后, 可能造成部分操作出现较长延迟 (如冰点操作)。希沃管家会尝试五次上报, 均失败后才会进行下一步操作',
|
||||
tipTitle:
|
||||
"启用后, 可能造成部分操作出现较长延迟 (如冰点操作)。希沃管家会尝试五次上报, 均失败后才会进行下一步操作",
|
||||
associateVal: null,
|
||||
auraIf: () => true,
|
||||
defaultValue: false,
|
||||
|
||||
@@ -225,8 +225,8 @@ const authSettings = [
|
||||
auraIf: () => {
|
||||
return (
|
||||
global.__HUGO_AURA_CONFIG__.rewrite["vendor/screenLock"].enabled &&
|
||||
global.__HUGO_AURA_CONFIG__.rewrite["vendor/screenLock"].authRewriteType ===
|
||||
"customActivationCode"
|
||||
global.__HUGO_AURA_CONFIG__.rewrite["vendor/screenLock"]
|
||||
.authRewriteType === "customActivationCode"
|
||||
);
|
||||
},
|
||||
defaultValue: "",
|
||||
|
||||
Reference in New Issue
Block a user