mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-06 13:40:06 +00:00
update: 代码格式|前端入口移动至用户名下拉菜单
This commit is contained in:
15
resource/l10n/en-US.toml
vendored
15
resource/l10n/en-US.toml
vendored
@@ -469,21 +469,6 @@ other = "Services"
|
||||
[ScheduledTasks]
|
||||
other = "Scheduled Tasks"
|
||||
|
||||
[ApiManagement]
|
||||
other="API"
|
||||
|
||||
[IssueNewApiToken]
|
||||
other="Create Token"
|
||||
|
||||
[Token]
|
||||
other="Token"
|
||||
|
||||
[DeleteToken]
|
||||
other="Delete Token"
|
||||
|
||||
[ConfirmToDeleteThisToken]
|
||||
other="Confirm Delete?"
|
||||
|
||||
[YouAreNotAuthorized]
|
||||
other = "You are not authorized"
|
||||
|
||||
|
||||
15
resource/l10n/es-ES.toml
vendored
15
resource/l10n/es-ES.toml
vendored
@@ -469,21 +469,6 @@ other = "Monitorización del servicio"
|
||||
[ScheduledTasks]
|
||||
other = "Tareas programadas"
|
||||
|
||||
[ApiManagement]
|
||||
other="API"
|
||||
|
||||
[IssueNewApiToken]
|
||||
other="Create Token"
|
||||
|
||||
[Token]
|
||||
other="Token"
|
||||
|
||||
[DeleteToken]
|
||||
other="Delete Token"
|
||||
|
||||
[ConfirmToDeleteThisToken]
|
||||
other="Confirm Delete?"
|
||||
|
||||
[YouAreNotAuthorized]
|
||||
other = "Esta página requiere un acceso"
|
||||
|
||||
|
||||
4
resource/template/common/menu.html
vendored
4
resource/template/common/menu.html
vendored
@@ -9,7 +9,6 @@
|
||||
<a class='item{{if eq .MatchedPath "/monitor"}} active{{end}}' href="/monitor"><i class="rss icon"></i>{{tr "Services"}}</a>
|
||||
<a class='item{{if eq .MatchedPath "/cron"}} active{{end}}' href="/cron"><i class="clock icon"></i>{{tr "Task"}}</a>
|
||||
<a class='item{{if eq .MatchedPath "/notification"}} active{{end}}' href="/notification"><i class="bell icon"></i>{{tr "Notification"}}</a>
|
||||
<a class='item{{if eq .MatchedPath "/api"}} active{{end}}' href="/api"><i class="key icon"></i>API</a>
|
||||
<a class='item{{if eq .MatchedPath "/setting"}} active{{end}}' href="/setting">
|
||||
<i class="settings icon"></i>{{tr "Settings"}}
|
||||
</a>
|
||||
@@ -30,6 +29,9 @@
|
||||
<a class="item" href="/">
|
||||
<i class="chart area icon"></i>{{tr "BackToHomepage"}}
|
||||
</a>
|
||||
<a class="item" href="/api">
|
||||
<i class="chart key icon"></i>API Token
|
||||
</a>
|
||||
{{else}}
|
||||
<a class="item" href="/server">
|
||||
<i class="terminal icon"></i>{{tr "AdminPanel"}}
|
||||
|
||||
Reference in New Issue
Block a user