From 4b8d2552076e6a7695574761240f8a07541f5acc Mon Sep 17 00:00:00 2001 From: Roe-xin Date: Mon, 29 Dec 2025 15:52:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(media):=20=E6=B7=BB=E5=8A=A0=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E5=92=8C=E4=BE=A7=E8=BE=B9=E6=A0=8F=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=EF=BC=8C=E5=B9=B6=E6=9B=B4=E6=96=B0=20package.json=20=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=9B=BE=E6=A0=87=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...{ICCoder主页标志.png => homepage-logo.png} | Bin media/{图案(方底).png => icon.png} | Bin media/{侧边栏logo.png => sidebar-icon.png} | Bin package.json | 34 ++---------------- 4 files changed, 2 insertions(+), 32 deletions(-) rename media/{ICCoder主页标志.png => homepage-logo.png} (100%) rename media/{图案(方底).png => icon.png} (100%) rename media/{侧边栏logo.png => sidebar-icon.png} (100%) diff --git a/media/ICCoder主页标志.png b/media/homepage-logo.png similarity index 100% rename from media/ICCoder主页标志.png rename to media/homepage-logo.png diff --git a/media/图案(方底).png b/media/icon.png similarity index 100% rename from media/图案(方底).png rename to media/icon.png diff --git a/media/侧边栏logo.png b/media/sidebar-icon.png similarity index 100% rename from media/侧边栏logo.png rename to media/sidebar-icon.png diff --git a/package.json b/package.json index cb1a5c4..e8f0541 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "engines": { "vscode": "^1.80.0" }, - "icon": "media/图案(方底).png", + "icon": "media/icon.png", "categories": [ "Other" ], @@ -44,36 +44,6 @@ "command": "ic-coder.openVCDViewer", "title": "打开 VCD 波形查看器", "category": "IC Coder" - }, - { - "command": "ic-coder.viewHistory", - "title": "查看会话历史", - "category": "IC Coder" - }, - { - "command": "ic-coder.newSession", - "title": "新建会话", - "category": "IC Coder" - }, - { - "command": "ic-coder.exportSession", - "title": "导出当前会话", - "category": "IC Coder" - }, - { - "command": "ic-coder.deleteSession", - "title": "删除会话", - "category": "IC Coder" - }, - { - "command": "ic-coder.clearHistory", - "title": "清空会话历史", - "category": "IC Coder" - }, - { - "command": "ic-coder.searchSession", - "title": "搜索会话", - "category": "IC Coder" } ], "viewsContainers": { @@ -81,7 +51,7 @@ { "id": "ic-coder-sidebar", "title": "IC Coder", - "icon": "media/侧边栏logo.png" + "icon": "media/sidebar-icon.png" } ] },