diff --git a/etc/init.shy b/etc/init.shy index f0dae9da..acdf327b 100644 --- a/etc/init.shy +++ b/etc/init.shy @@ -53,7 +53,7 @@ # beike action create type "beike" text "https://ke.com/ershoufang/rs" ~cli - target web.chat.wework + target web.chat.wx ~ctx diff --git a/src/main.go b/src/main.go index e05eebe1..d570ed19 100644 --- a/src/main.go +++ b/src/main.go @@ -9,6 +9,7 @@ import ( _ "shylinux.com/x/icebergs/misc/lark" _ "shylinux.com/x/icebergs/misc/mp" + _ "shylinux.com/x/icebergs/misc/wework" _ "shylinux.com/x/icebergs/misc/wx" _ "shylinux.com/x/golang-story/src/compile" @@ -37,4 +38,3 @@ import ( ) func main() { print(ice.Run()) } -