feat: add tg bot send way

This commit is contained in:
engigu
2026-01-14 20:51:58 +08:00
parent 1d13bc69ab
commit 53a60b54b2
10 changed files with 321 additions and 2 deletions
@@ -338,8 +338,8 @@ const saveButtonText = computed(() => {
<span
class="cursor-help inline-flex items-center justify-center w-4 h-4 rounded-full border border-gray-300 hover:border-gray-400 text-xs">?</span>
</TooltipTrigger>
<TooltipContent>
<p class="text-sm">{{ currentChannelConfig.tips.desc }}</p>
<TooltipContent class="max-w-md">
<div class="text-sm" v-html="currentChannelConfig.tips.desc"></div>
</TooltipContent>
</Tooltip>
</TooltipProvider>