forked from x/icebergs
opt some
This commit is contained in:
parent
d173c0b5af
commit
0b610ba05b
@ -27,7 +27,10 @@ func init() {
|
|||||||
AppInstall(m, "Grapher", web.WIKI_DRAW)
|
AppInstall(m, "Grapher", web.WIKI_DRAW)
|
||||||
AppInstall(m, "Photos", web.WIKI_FEEL)
|
AppInstall(m, "Photos", web.WIKI_FEEL)
|
||||||
AppInstall(m, "Books", web.WIKI_WORD)
|
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:]...) }},
|
code.INSTALL: {Hand: func(m *ice.Message, arg ...string) { AppInstall(m, arg[0], arg[1], arg[2:]...) }},
|
||||||
}, CmdHashAction("index,args"))},
|
}, CmdHashAction("index,args"))},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user