修复可能导致收件失败问题回退优化自动刷新

This commit is contained in:
eoao
2026-01-28 22:13:23 +08:00
parent bfb896bae6
commit 5d2b49ff70
6 changed files with 52 additions and 59 deletions

View File

@@ -829,7 +829,11 @@ const regKeyOptions = computed(() => [
const authRefreshOptions = computed(() => [
{label: t('disable'), value: 0},
{label: t('enable'), value: 1},
{label: '3s', value: 3},
{label: '5s', value: 5},
{label: '10s', value: 10},
{label: '15s', value: 15},
{label: '20s', value: 20},
])
const tgChatId = ref([])