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())}, }) }