mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-25 18:54:29 +08:00
[Feat] Screen Lock overrides & Move Aura Settings to pref page
This commit is contained in:
49
src/aura/ui/pages/configSubPages/preferences/preferences.html
Executable file
49
src/aura/ui/pages/configSubPages/preferences/preferences.html
Executable file
@@ -0,0 +1,49 @@
|
||||
<div
|
||||
id="acs-preferences-root-el"
|
||||
class="aura-config-subpage-preferences-root acs-preferences-root-hidden"
|
||||
>
|
||||
<ul class="nav nav-underline mb-3" role="tablist">
|
||||
<li class="nav-item" role="presentation">
|
||||
<button
|
||||
class="nav-link active"
|
||||
id="aura-subpage-tab"
|
||||
data-bs-toggle="pill"
|
||||
data-bs-target="#aura-subpage"
|
||||
type="button"
|
||||
role="tab"
|
||||
aria-controls="aura-subpage"
|
||||
aria-selected="true"
|
||||
>
|
||||
Aura 设置
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<button
|
||||
class="nav-link"
|
||||
id="about-subpage-tab"
|
||||
data-bs-toggle="pill"
|
||||
data-bs-target="#about-subpage"
|
||||
type="button"
|
||||
role="tab"
|
||||
aria-controls="about-subpage"
|
||||
aria-selected="true"
|
||||
>
|
||||
关于项目
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="tab-content">
|
||||
<div
|
||||
class="tab-pane fade show active"
|
||||
id="aura-subpage"
|
||||
role="tabpanel"
|
||||
aria-labelledby="aura-subpage-tab"
|
||||
></div>
|
||||
<div
|
||||
class="tab-pane fade"
|
||||
id="about-subpage"
|
||||
role="tabpanel"
|
||||
aria-labelledby="about-subpage-tab"
|
||||
></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user