feat(ui): add brand identity and police record
giteabot / giteabot (push) Canceled after 0s
giteabot backport / giteabot (push) Canceled after 0s
release-nightly-snapcraft / build-and-publish (push) Canceled after 0s
release-nightly / nightly-binary (push) Canceled after 0s
release-nightly / nightly-container (push) Canceled after 0s

Assisted-by: Codex: GPT-5
This commit is contained in:
2026-08-18 13:24:34 +08:00
parent 3a3bf9468a
commit a3957a415e
5 changed files with 54 additions and 0 deletions
+6
View File
@@ -3,6 +3,12 @@
<!-- the logo -->
<a class="item" id="navbar-logo" href="{{AppSubUrl}}/" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home_title"}}{{end}}">
<img width="30" height="30" src="{{AssetUrlPrefix}}/img/logo.png" alt="{{ctx.Locale.Tr "logo"}}" aria-hidden="true">
{{if .PageIsSignIn}}
<span class="navbar-brand-copy" aria-hidden="true">
<strong>荣刻科技</strong>
<small>RONCARVE TECHNOLOGY</small>
</span>
{{end}}
</a>
<!-- mobile right menu, it must be here because in mobile view, each item is a flex column, the first item is a full row column -->