From 12ae077ac7a204d84dc0b0982d127bb0b0b0b1ec Mon Sep 17 00:00:00 2001 From: ydy0615 Date: Tue, 7 Apr 2026 12:46:00 +0800 Subject: [PATCH] refactor(frontend): adopt GitHub-style file tree design MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 统一采用GitHub风格的UI设计:文件树标题改为'Code',调整缩进和悬停样式,移除视图切换按钮,使用GitHub配色变量。 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/components/FileTree.vue | 23 +++++++++++--------- src/style.css | 24 +++++++++++++++++++++ src/views/DocsView.vue | 37 +++----------------------------- src/views/EditorView.vue | 42 ------------------------------------- 4 files changed, 40 insertions(+), 86 deletions(-) diff --git a/src/components/FileTree.vue b/src/components/FileTree.vue index bf84580..0d119c7 100644 --- a/src/components/FileTree.vue +++ b/src/components/FileTree.vue @@ -99,8 +99,8 @@ function getIconClass(type, name) {