mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-08-20 09:23:23 +08:00
[Feat] Early support for PLS & Use JSDoc (Partially)
This commit is contained in:
4
src/aura/ui/pages/configSubPages/disableLimitations/settings/auth.js
Normal file → Executable file
4
src/aura/ui/pages/configSubPages/disableLimitations/settings/auth.js
Normal file → Executable file
@@ -114,8 +114,8 @@ const authSettings = [
|
||||
].enabled;
|
||||
},
|
||||
defaultValue: "hybrid",
|
||||
templates: ["hybrid", "remoteOnly", "passwordOnly"],
|
||||
templateLabels: ["混合", "仅二维码", "仅密码"],
|
||||
templates: ["default", "hybrid", "remoteOnly", "passwordOnly"],
|
||||
templateLabels: ["默认", "混合", "仅二维码", "仅密码"],
|
||||
valueGetter: () => {
|
||||
return global.__HUGO_AURA_CONFIG__.rewrite[
|
||||
"vendor/passwordValidation"
|
||||
|
||||
Reference in New Issue
Block a user