From 52ec78ba499acdcea7b4d6a9a37c35c3c8bced47 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 17 Oct 2024 23:46:21 +0800 Subject: [PATCH] add some --- src/main.go | 2 ++ src/option.go | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main.go b/src/main.go index 855e0f4..db26222 100644 --- a/src/main.go +++ b/src/main.go @@ -10,3 +10,5 @@ import ( ) func main() { print(ice.Run()) } + +func init() { ice.Info.NodeMain = "web.team.guanlixitong.portal" } diff --git a/src/option.go b/src/option.go index 513fb8d..e00d429 100644 --- a/src/option.go +++ b/src/option.go @@ -1,7 +1,8 @@ package main import ( - _ "shylinux.com/x/community/src/renzhengshouquan" _ "shylinux.com/x/ice/devops" _ "shylinux.com/x/mysql-story/src/db/mysql" + + _ "shylinux.com/x/community/src/renzhengshouquan" )