feat: 添加通知功能自定义telegram域名功能

This commit is contained in:
Baobhan Sith
2025-05-11 13:02:09 +08:00
parent 598df938bf
commit d7bee11383
34 changed files with 121 additions and 71 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ onUnmounted(() => {
});
// *** 新增:计算属性,判断是否在 workspace 路由 ***
// *** 计算属性,判断是否在 workspace 路由 ***
const isWorkspaceRoute = computed(() => route.path === '/workspace');
watch(route, () => {