update
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div class="flex items-center justify-between">
|
||||
<button type="submit"
|
||||
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 transition duration-150 ease-in-out text-sm font-medium">
|
||||
{{ $t('settings.popupEditor.saveButton') }}
|
||||
{{ $t('common.save') }}
|
||||
</button>
|
||||
<p v-if="popupEditorMessage" :class="['text-sm', popupEditorSuccess ? 'text-success' : 'text-error']">{{ popupEditorMessage }}</p>
|
||||
</div>
|
||||
@@ -54,7 +54,7 @@
|
||||
<div class="flex items-center justify-between">
|
||||
<button type="submit"
|
||||
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 transition duration-150 ease-in-out text-sm font-medium">
|
||||
{{ $t('settings.shareEditorTabs.saveButton') }}
|
||||
{{ $t('common.save') }}
|
||||
</button>
|
||||
<p v-if="shareTabsMessage" :class="['text-sm', shareTabsSuccess ? 'text-success' : 'text-error']">{{ shareTabsMessage }}</p>
|
||||
</div>
|
||||
@@ -73,7 +73,7 @@
|
||||
<div class="flex items-center justify-between">
|
||||
<button type="submit"
|
||||
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 transition duration-150 ease-in-out text-sm font-medium">
|
||||
{{ $t('settings.autoCopyOnSelect.saveButton') }}
|
||||
{{ $t('common.save') }}
|
||||
</button>
|
||||
<p v-if="autoCopyMessage" :class="['text-sm', autoCopySuccess ? 'text-success' : 'text-error']">{{ autoCopyMessage }}</p>
|
||||
</div>
|
||||
@@ -178,7 +178,7 @@
|
||||
<div class="flex items-center justify-between">
|
||||
<button type="submit"
|
||||
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 transition duration-150 ease-in-out text-sm font-medium">
|
||||
{{ t('settings.terminalScrollback.saveButton', '保存') }}
|
||||
{{ t('common.save') }}
|
||||
</button>
|
||||
<p v-if="terminalScrollbackLimitMessage" :class="['text-sm', terminalScrollbackLimitSuccess ? 'text-success' : 'text-error']">{{ terminalScrollbackLimitMessage }}</p>
|
||||
</div>
|
||||
|
||||
@@ -126,7 +126,6 @@ const {
|
||||
isLoading: settingsLoading,
|
||||
error: settingsError,
|
||||
language: storeLanguage,
|
||||
captchaSettings, // <-- Import CAPTCHA settings state
|
||||
} = storeToRefs(settingsStore);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user