diff --git a/app/components/AppShell.vue b/app/components/AppShell.vue index d4e8acc..ece463d 100644 --- a/app/components/AppShell.vue +++ b/app/components/AppShell.vue @@ -191,6 +191,16 @@ async function logout() { variant="soft" icon="i-lucide-notebook-pen" size="sm" + class="md:hidden" + aria-label="打开速记" + @click="quickNoteModalOpen = true" + /> +