diff --git a/src/gateway/gateway.go b/src/gateway/gateway.go index 06742da..b5de055 100644 --- a/src/gateway/gateway.go +++ b/src/gateway/gateway.go @@ -17,7 +17,7 @@ import ( type gateway struct { travel.Travel - list string `name:"list space auto" help:"应用网关"` + list string `name:"list space auto" help:"服务网关"` } func (s gateway) List(m *ice.Message, arg ...string) { diff --git a/src/main.go b/src/main.go index 59c183e..761c34e 100644 --- a/src/main.go +++ b/src/main.go @@ -1,8 +1,9 @@ package main import ( - _ "2025-dev.shylinux.com/x/20250211-service/src/gateway" "shylinux.com/x/ice" + + _ "2025-dev.shylinux.com/x/20250211-service/src/gateway" ) func main() { print(ice.Run()) } diff --git a/src/main.shy b/src/main.shy index ee9e712..e5b3893 100644 --- a/src/main.shy +++ b/src/main.shy @@ -1,4 +1,7 @@ title "ContextOS-Service" refer ` -网址 https://dev.shylinux.com -` \ No newline at end of file +官网 https://dev.shylinux.com +源码 https://git.shylinux.com/dev/service +后台 https://dev.shylinux.com/s/20250211-service +` +field web.chat.dev.service.gateway \ No newline at end of file