feat: remove AI toolbar button, show AI panel by default

This commit is contained in:
2026-06-16 16:43:36 +08:00
parent 9a990274d6
commit 0616f4a702
2 changed files with 1 additions and 4 deletions

View File

@@ -112,9 +112,6 @@ onMounted(() => restoreOrLoad())
<button @click="showPreview = !showPreview" :class="{ secondary: true, active: showPreview }">
{{ showPreview ? '📐 图谱' : '🎬 预览' }}
</button>
<button @click="store.showAIPanel = !store.showAIPanel" :class="{ secondary: true, active: store.showAIPanel }">
🤖 AI
</button>
</div>
</div>