mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
opt some
This commit is contained in:
parent
486391fa36
commit
8e3feecfc9
@ -66,3 +66,5 @@
|
|||||||
target web.chat.wx.menu
|
target web.chat.wx.menu
|
||||||
|
|
||||||
target web.chat.meet.miss
|
target web.chat.meet.miss
|
||||||
|
target web.chat.lark.msg
|
||||||
|
|
||||||
|
10
src/main.go
10
src/main.go
@ -15,19 +15,13 @@ import (
|
|||||||
_ "github.com/shylinux/icebergs/misc/lark"
|
_ "github.com/shylinux/icebergs/misc/lark"
|
||||||
_ "github.com/shylinux/icebergs/misc/mp"
|
_ "github.com/shylinux/icebergs/misc/mp"
|
||||||
_ "github.com/shylinux/icebergs/misc/wx"
|
_ "github.com/shylinux/icebergs/misc/wx"
|
||||||
// _ "github.com/shylinux/icebergs/misc/md"
|
|
||||||
// _ "github.com/shylinux/icebergs/misc/pi"
|
|
||||||
//
|
|
||||||
// _ "github.com/shylinux/icebergs/misc/fyne"
|
|
||||||
|
|
||||||
_ "github.com/shylinux/redis-story/src/client"
|
|
||||||
_ "github.com/shylinux/redis-story/src/server"
|
|
||||||
|
|
||||||
_ "github.com/shylinux/golang-story/src/compile"
|
_ "github.com/shylinux/golang-story/src/compile"
|
||||||
_ "github.com/shylinux/golang-story/src/project"
|
_ "github.com/shylinux/golang-story/src/project"
|
||||||
_ "github.com/shylinux/golang-story/src/runtime"
|
_ "github.com/shylinux/golang-story/src/runtime"
|
||||||
|
|
||||||
_ "github.com/shylinux/nginx-story/src/server"
|
_ "github.com/shylinux/nginx-story/src/server"
|
||||||
|
_ "github.com/shylinux/redis-story/src/client"
|
||||||
|
_ "github.com/shylinux/redis-story/src/server"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() { ice.Run() }
|
func main() { ice.Run() }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user