This commit is contained in:
心隨緣動 2025-09-07 02:10:08 +08:00 committed by GitHub
parent d9696558fa
commit d6ddf3c9fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -498,8 +498,15 @@
<a-col :style="{ width: '100%' }">
<h2 class="title headline zoom">
<span class="words-wrapper">
<b class="is-visible">{{ i18n "pages.login.hello" }}</b>
<b>{{ i18n "pages.login.title" }}</b>
<!-- 第一帧:上下两行组成整体 -->
<b class="is-visible">
<div>X-Panel</div>
<div>{{ i18n "pages.login.XPanelSystem" }}</div>
</b>
<!-- 第二帧:单独一行 -->
<b>
<div>{{ i18n "pages.login.title" }}</div>
</b>
</span>
</h2>
</a-col>
@ -634,4 +641,4 @@
}
});
</script>
{{ template "page/body_end" .}}
{{ template "page/body_end" .}}