mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-08-20 12:23:24 +08:00
[Feat] Bump version to 0.1.0-beta && 1st rel
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
<div
|
||||
id="acs-disable-limit-root-el"
|
||||
class="aura-config-subpage-disable-limit-root acs-disable-limit-root-hidden"
|
||||
>
|
||||
<ul class="nav nav-underline mb-3" role="tablist">
|
||||
<li class="nav-item" role="presentation">
|
||||
<button
|
||||
class="nav-link active"
|
||||
id="auth-subpage-tab"
|
||||
data-bs-toggle="pill"
|
||||
data-bs-target="#auth-subpage"
|
||||
type="button"
|
||||
role="tab"
|
||||
aria-controls="auth-subpage"
|
||||
aria-selected="true"
|
||||
>
|
||||
认证与基础设施
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<button
|
||||
class="nav-link"
|
||||
id="disable-audit-tab"
|
||||
data-bs-toggle="pill"
|
||||
data-bs-target="#disable-audit-subpage"
|
||||
type="button"
|
||||
role="tab"
|
||||
aria-controls="disable-audit-subpage"
|
||||
aria-selected="false"
|
||||
>
|
||||
上报屏蔽
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="tab-content">
|
||||
<div
|
||||
class="tab-pane fade show active"
|
||||
id="auth-subpage"
|
||||
role="tabpanel"
|
||||
aria-labelledby="auth-subpage-tab"
|
||||
></div>
|
||||
<div
|
||||
class="tab-pane fade"
|
||||
id="disable-audit-subpage"
|
||||
role="tabpanel"
|
||||
aria-labelledby="disable-audit-tab"
|
||||
></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user