From 12c66f89bb0ab237a8084b15cbdd7963e4839c21 Mon Sep 17 00:00:00 2001 From: shy Date: Sun, 12 May 2024 23:40:58 +0800 Subject: [PATCH] add some --- core/chat/macos/desktop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/chat/macos/desktop.go b/core/chat/macos/desktop.go index c3bd44b6..3b402544 100644 --- a/core/chat/macos/desktop.go +++ b/core/chat/macos/desktop.go @@ -42,7 +42,7 @@ func init() { DESKTOP: {Help: "桌面", Role: aaa.VOID, Actions: ice.MergeActions(ice.Actions{ // web.DREAM_ACTION: {Hand: func(m *ice.Message, arg ...string) { web.DreamProcessIframe(m, arg...) }}, // web.DREAM_ACTION: {Hand: func(m *ice.Message, arg ...string) { web.DreamProcess(m, "", arg, arg...) }}, - }, web.DreamTablesAction(), PodCmdAction(), CmdHashAction(mdb.NAME), mdb.ExportHashAction())}, + }, web.DreamTablesAction(), PodCmdAction(), CmdHashAction(ctx.INDEX), mdb.ExportHashAction())}, }) }