From 79475b7c4cf9773c0e6aee03d47f951d78f13046 Mon Sep 17 00:00:00 2001 From: 0xfe <2953427626@qq.com> Date: Sat, 31 Jan 2026 16:02:15 +0800 Subject: [PATCH 01/17] WIP: basic ui logic command bar --- app/app.vue | 1 + app/components/CommandBar.vue | 80 +++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 app/components/CommandBar.vue diff --git a/app/app.vue b/app/app.vue index 2e9d67ea2..92363bb4d 100644 --- a/app/app.vue +++ b/app/app.vue @@ -69,6 +69,7 @@ if (import.meta.client) {