refactor(commandPanel): 重命名指令模块目录为 commandPanel

This commit is contained in:
Ocetars
2025-12-04 16:05:49 +08:00
parent 26a27776ab
commit 238aa30331
10 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const MainRoutes = {
{
name: 'Commands',
path: '/commands',
component: () => import('@/views/command/index.vue')
component: () => import('@/views/commandPanel/index.vue')
},
{
name: 'ExtensionMarketplace',