diff --git a/misc/chrome/chrome.go b/misc/chrome/chrome.go index d573ca60..d6a55750 100644 --- a/misc/chrome/chrome.go +++ b/misc/chrome/chrome.go @@ -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) { diff --git a/misc/chrome/chrome.shy b/misc/chrome/chrome.shy index 892a012b..2b247d45 100644 --- a/misc/chrome/chrome.shy +++ b/misc/chrome/chrome.shy @@ -18,9 +18,4 @@ section "命令行" refer ` 终端 terminal:// 博客 https://www.cnblogs.com/lymvv/p/8431238.html - -` -section "weixin" -refer ` -weixin://dl/moments ` diff --git a/misc/chrome/page.go b/misc/chrome/page.go index 902d9671..9f0a4026 100644 --- a/misc/chrome/page.go +++ b/misc/chrome/page.go @@ -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