1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00

opt chrome

This commit is contained in:
bergyu 2021-07-20 22:32:34 +08:00
parent 20a13e4dac
commit e2396e398d

View File

@ -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)
}},