feat(admin): add stop toggle and badge to route editor UI

This commit is contained in:
RhenCloud 2026-08-08 00:54:13 +08:00
parent feada32e83
commit ab98c84896
5 changed files with 24 additions and 0 deletions

View file

@ -17,6 +17,7 @@
>{{ tg.platform === "telegram" ? "Telegram" : "Discord" }}</span
>
<span v-if="route.fallback" class="badge fallback">{{ t("route.fallback") }}</span>
<span v-if="route.stop" class="badge stop">{{ t("route.stop") }}</span>
</div>
<div class="card-actions">
<button