feat: add cleanup example image folders functionality and UI integration

This commit is contained in:
Will Miao
2025-09-23 20:35:35 +08:00
parent 49fa37f00d
commit 656f1755fd
18 changed files with 568 additions and 126 deletions

View File

@@ -85,14 +85,8 @@
</div>
<div id="globalContextMenu" class="context-menu">
<div class="context-menu-item" data-action="placeholder-one">
<i class="fas fa-bolt"></i> <span>Global action one</span>
</div>
<div class="context-menu-item" data-action="placeholder-two">
<i class="fas fa-layer-group"></i> <span>Global action two</span>
</div>
<div class="context-menu-item" data-action="placeholder-three">
<i class="fas fa-cog"></i> <span>Global action three</span>
<div class="context-menu-item" data-action="cleanup-example-images-folders">
<i class="fas fa-trash-restore"></i> <span>{{ t('globalContextMenu.cleanupExampleImages.label') }}</span>
</div>
</div>
@@ -115,4 +109,4 @@
<div id="nodeSelector" class="node-selector">
<!-- Dynamic node list will be populated here -->
</div>
</div>