快速面板模块

This commit is contained in:
zhongluofeng
2026-08-04 13:37:42 +08:00
parent 5656193b5c
commit 126f8896b6
23 changed files with 4048 additions and 52 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ import {
Camera,
Activity,
Download,
Search
Command
} from '@lucide/vue'
/**
@@ -23,7 +23,7 @@ export const moduleIconMap: Record<string, Component> = {
screenshot: Camera,
monitor: Activity,
downloader: Download,
finder: Search
quickpanel: Command
}
/** 获取模块图标组件,未找到时回退到 Settings 图标 */