Documentation ¶
Index ¶
Constants ¶
View Source
const CACHE = "cache"
View Source
const CHROME = "chrome"
View Source
const FAVOR = "favor"
View Source
const FIELD = "field"
View Source
const Page = "page"
View Source
const SPIDE = "spide"
View Source
const STYLE = "style"
View Source
const SYNC = "sync"
Variables ¶
View Source
var Index = &ice.Context{Name: CHROME, Help: "浏览器", Configs: map[string]*ice.Config{ CHROME: {Name: CHROME, Help: "浏览器", Value: kit.Data()}, }, Commands: map[string]*ice.Command{ CHROME: {Name: "chrome wid tid url auto start build download", Help: "浏览器", Action: ice.MergeAction(map[string]*ice.Action{ mdb.INPUTS: {Name: "inputs", Help: "补全", Hand: func(m *ice.Message, arg ...string) { m.Cmd(CHROME).Table(func(index int, value map[string]string, head []string) { m.Cmd(CHROME, value["wid"]).Table(func(index int, value map[string]string, head []string) { m.Push(kit.MDB_ZONE, kit.ParseURL(value["url"]).Host) }) }) }}, cli.ORDER: {Name: "order", Help: "加载", Hand: func(m *ice.Message, arg ...string) { m.Cmdy(code.INSTALL, cli.ORDER, m.Config(cli.SOURCE), "_install/bin") }}, }, code.InstallAction()), Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { m.Cmdy(web.SPACE, CHROME, CHROME, arg) }}, }}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.