This commit is contained in:
Baobhan Sith
2025-04-25 08:54:46 +08:00
parent 838ff11395
commit 429e1f89ef
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
{
"appName": "Nexus Terminal",
"projectName": "Nexus Terminal",
"slogan":"Stir the stars, command the terminal.",
"nav": {
"dashboard": "Dashboard",
"terminal": "Terminal",
+1
View File
@@ -1,6 +1,7 @@
{
"appName": "星枢终端",
"projectName": "星枢终端",
"slogan": "星垂平野阔,枢动万端通",
"nav": {
"dashboard": "仪表盘",
"terminal": "终端",
+1 -1
View File
@@ -42,7 +42,7 @@ const handleSubmit = async () => {
<div class="z-10 text-center">
<img src="../assets/logo.png" alt="Project Logo" class="h-20 w-auto mb-5 mx-auto">
<h1 class="text-3xl font-bold mb-2">{{ t('projectName') }}</h1>
<p class="text-base opacity-80">nexus terminal</p> <!-- Example Slogan -->
<p class="text-base opacity-80">{{ t('slogan') }}</p> <!-- Example Slogan -->
</div>
</div>
+1 -1
View File
@@ -83,7 +83,7 @@
</div>
<div class="flex items-center justify-between">
<button type="submit" :disabled="twoFactorLoading"
class="px-4 py-2 bg-error text-white rounded-md shadow-sm hover:bg-error/80 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-error disabled:opacity-50 disabled:cursor-not-allowed transition duration-150 ease-in-out text-sm font-medium">
class="px-4 py-2 bg-button text-button-text rounded-md shadow-sm hover:bg-button-hover focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary disabled:opacity-50 disabled:cursor-not-allowed transition duration-150 ease-in-out text-sm font-medium">
{{ twoFactorLoading ? $t('common.loading') : $t('settings.twoFactor.disable.button') }}
</button>
</div>