From e2396e398d7ba6df02a0470f9f1e562a7168902b Mon Sep 17 00:00:00 2001 From: bergyu Date: Tue, 20 Jul 2021 22:32:34 +0800 Subject: [PATCH] opt chrome --- misc/chrome/sync.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/chrome/sync.go b/misc/chrome/sync.go index 0611b41e..78a8f350 100644 --- a/misc/chrome/sync.go +++ b/misc/chrome/sync.go @@ -22,6 +22,8 @@ func init() { )}, }, Commands: map[string]*ice.Command{ + "/page": {Name: "/page", Help: "网页", Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { + }}, "/sync": {Name: "/sync", Help: "同步", Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { m.Cmdy(SYNC, mdb.INSERT, arg) }},