1
0
forked from x/icebergs
icebergs/misc/wx/wx.go
2023-11-10 02:12:48 +08:00

14 lines
263 B
Go

package wx
import (
ice "shylinux.com/x/icebergs"
"shylinux.com/x/icebergs/base/web"
"shylinux.com/x/icebergs/core/chat"
)
const WX = "wx"
var Index = &ice.Context{Name: WX, Help: "微信公众号"}
func init() { chat.Index.Register(Index, &web.Frame{}) }