1
0
mirror of https://shylinux.com/x/icebergs synced 2025-05-03 12:07:00 +08:00

opt chrome

This commit is contained in:
shaoying 2021-07-22 22:28:21 +08:00
parent 76fca9c644
commit 7f35725dd2
3 changed files with 2 additions and 7 deletions

View File

@ -18,7 +18,7 @@ var Index = &ice.Context{Name: CHROME, Help: "浏览器",
ice.CTX_INIT: {Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { m.Load() }},
ice.CTX_EXIT: {Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { m.Save() }},
CHROME: {Name: "chrome wid tid url auto 启动 构建 下载", Help: "浏览器", Action: map[string]*ice.Action{
CHROME: {Name: "chrome wid tid url auto start build download", Help: "浏览器", Action: map[string]*ice.Action{
web.DOWNLOAD: {Name: "download", Help: "下载", Hand: func(m *ice.Message, arg ...string) {
}},
cli.BUILD: {Name: "build", Help: "构建", Hand: func(m *ice.Message, arg ...string) {

View File

@ -18,9 +18,4 @@ section "命令行"
refer `
终端 terminal://
博客 https://www.cnblogs.com/lymvv/p/8431238.html
`
section "weixin"
refer `
weixin://dl/moments
`

View File

@ -21,7 +21,7 @@ func init() {
switch m.Option("hostname") {
case "music.163.com":
m.Option("top", "200")
m.Result("web.code.chrome.spide", "", m.Option("tid"))
m.Result(SPIDE, "", m.Option("tid"))
return
case "localhost", "fib.woa.com":
return