1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shylinux 2021-10-20 16:51:35 +08:00
parent c280a97c4d
commit 4f18f75dc8
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
# beike action create type "beike" text "https://ke.com/ershoufang/rs" # beike action create type "beike" text "https://ke.com/ershoufang/rs"
~cli ~cli
target web.chat.wework target web.chat.wx
~ctx ~ctx

View File

@ -9,6 +9,7 @@ import (
_ "shylinux.com/x/icebergs/misc/lark" _ "shylinux.com/x/icebergs/misc/lark"
_ "shylinux.com/x/icebergs/misc/mp" _ "shylinux.com/x/icebergs/misc/mp"
_ "shylinux.com/x/icebergs/misc/wework"
_ "shylinux.com/x/icebergs/misc/wx" _ "shylinux.com/x/icebergs/misc/wx"
_ "shylinux.com/x/golang-story/src/compile" _ "shylinux.com/x/golang-story/src/compile"
@ -37,4 +38,3 @@ import (
) )
func main() { print(ice.Run()) } func main() { print(ice.Run()) }