feat:聚合搜索支持订阅

This commit is contained in:
jxxghp
2024-06-02 19:50:28 +08:00
parent d667c4e45d
commit 18d778a1cc
7 changed files with 104 additions and 12 deletions

View File

@@ -133,6 +133,14 @@ const dropdownItems = ref([
},
},
])
// 监听插件窗口状态变化
watch(
() => props.media?.page_open,
(newOpenState, _) => {
if (newOpenState) editSubscribeDialog()
},
)
</script>
<template>