为 PluginCard 组件添加实时日志弹窗功能

This commit is contained in:
jxxghp
2025-05-26 12:32:22 +08:00
parent 6353d56beb
commit d81120ab8f
7 changed files with 263 additions and 177 deletions

View File

@@ -270,7 +270,7 @@ onMounted(() => {
</VCardItem>
<VDivider />
<VCardText>
<LoggingView />
<LoggingView logfile="moviepilot.log" />
</VCardText>
</VCard>
</VDialog>