1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
This commit is contained in:
bergyu 2021-07-19 21:55:05 +08:00
parent 3b7c5bb195
commit 20a13e4dac
2 changed files with 3 additions and 5 deletions

View File

@ -4,18 +4,16 @@ refer "官网" `
文档 https://developer.mozilla.org/
源码 https://github.com/chromium/chromium/
`
premenu
chapter "安装"
field chrome web.code.chrome.chrome
chapter "应用"
field "同步流" web.code.chrome.sync
field "收藏夹" web.code.chrome.favor
field "浏览器" web.space
field "蜘蛛侠" web.code.chrome.spide
field "缓存池" web.code.chrome.cache
field "浏览器" web.space
section "命令行"
refer `

View File

@ -48,7 +48,7 @@ func init() {
m.Cmdy(FAVOR, ice.OptionFields("zone,count,time"))
}
}},
FAVOR: {Name: "favor zone name", Help: "收藏", Hand: func(m *ice.Message, arg ...string) {
FAVOR: {Name: "favor zone=some name", Help: "收藏", Hand: func(m *ice.Message, arg ...string) {
m.Cmdy(m.Prefix(FAVOR), mdb.INSERT, m.OptionSimple("zone,type,name,text"))
}},
}, Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) {