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