mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-17 03:57:35 +08:00
feat: 更新发送事件和发送消息的副标题,明确任务执行内容
This commit is contained in:
@@ -23,7 +23,7 @@ defineProps({
|
||||
</VAvatar>
|
||||
</template>
|
||||
<VCardTitle>发送事件</VCardTitle>
|
||||
<VCardSubtitle>发送队列中的所有事件</VCardSubtitle>
|
||||
<VCardSubtitle>发送任务执行事件</VCardSubtitle>
|
||||
</VCardItem>
|
||||
<Handle id="edge_out" type="source" :position="Position.Right" />
|
||||
</VCard>
|
||||
|
||||
@@ -52,7 +52,7 @@ onMounted(() => {
|
||||
</VAvatar>
|
||||
</template>
|
||||
<VCardTitle>发送消息</VCardTitle>
|
||||
<VCardSubtitle>发送队列中的所有消息</VCardSubtitle>
|
||||
<VCardSubtitle>发送任务执行消息</VCardSubtitle>
|
||||
</VCardItem>
|
||||
<VDivider />
|
||||
<VCardText>
|
||||
|
||||
Reference in New Issue
Block a user