From 0b610ba05bb9146f0967de59d427c0d6ba966056 Mon Sep 17 00:00:00 2001 From: shylinux Date: Sun, 16 Jul 2023 16:05:00 +0800 Subject: [PATCH] opt some --- core/chat/macos/applications.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/chat/macos/applications.go b/core/chat/macos/applications.go index c5e90b7f..d1d3aad1 100644 --- a/core/chat/macos/applications.go +++ b/core/chat/macos/applications.go @@ -27,7 +27,10 @@ func init() { AppInstall(m, "Grapher", web.WIKI_DRAW) AppInstall(m, "Photos", web.WIKI_FEEL) AppInstall(m, "Books", web.WIKI_WORD) - AppInstall(m, "", web.CODE_VIMER) + AppInstall(m, "", web.DREAM, mdb.ICON, "usr/icons/Mission Control.png") + AppInstall(m, "", web.CODE_VIMER, mdb.ICON, "usr/icons/vimer.png") + AppInstall(m, "", web.CODE_COMPILE, mdb.ICON, "usr/icons/go.png") + AppInstall(m, "", web.CODE_GIT_STATUS, mdb.ICON, "usr/icons/git.jpg") }}, code.INSTALL: {Hand: func(m *ice.Message, arg ...string) { AppInstall(m, arg[0], arg[1], arg[2:]...) }}, }, CmdHashAction("index,args"))},