1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-28 18:22:02 +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://developer.mozilla.org/
源码 https://github.com/chromium/chromium/ 源码 https://github.com/chromium/chromium/
` `
premenu
chapter "安装" chapter "安装"
field chrome web.code.chrome.chrome field chrome web.code.chrome.chrome
chapter "应用" chapter "应用"
field "同步流" web.code.chrome.sync field "同步流" web.code.chrome.sync
field "收藏夹" web.code.chrome.favor field "收藏夹" web.code.chrome.favor
field "浏览器" web.space
field "蜘蛛侠" web.code.chrome.spide field "蜘蛛侠" web.code.chrome.spide
field "缓存池" web.code.chrome.cache field "缓存池" web.code.chrome.cache
field "浏览器" web.space
section "命令行" section "命令行"
refer ` refer `

View File

@ -48,7 +48,7 @@ func init() {
m.Cmdy(FAVOR, ice.OptionFields("zone,count,time")) 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")) 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) { }, Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) {