fix: name max 30 && /external/api/send_mail not return result (#222)

This commit is contained in:
Dream Hunter
2024-05-10 22:57:31 +08:00
committed by GitHub
parent cdc5c5202b
commit 46e04fd94a
3 changed files with 16 additions and 12 deletions

View File

@@ -68,12 +68,15 @@ onMounted(() => {
<div v-if="openSettings.cfTurnstileSiteKey" class="center">
<n-spin description="loading..." :show="turnstileLoading">
<n-form-item-row>
<div id="cf-turnstile"></div>
<n-button text @click="checkCfTurnstile(true)">
{{ t('refresh') }}
</n-button>
<n-flex vertical>
<div id="cf-turnstile"></div>
<n-button text @click="checkCfTurnstile(true)">
{{ t('refresh') }}
</n-button>
</n-flex>
</n-form-item-row>
</n-spin>
</div>
</template>