From a901d62c89f6f25d21d9cf4290601dd0f7a63336 Mon Sep 17 00:00:00 2001 From: shy Date: Sat, 26 Mar 2022 23:08:09 +0800 Subject: [PATCH] opt some --- base/web/spide.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/web/spide.go b/base/web/spide.go index d04f861c..820d7e48 100644 --- a/base/web/spide.go +++ b/base/web/spide.go @@ -344,7 +344,8 @@ func init() { conf := m.Confm(cli.RUNTIME, "conf") m.Cmd(SPIDE, mdb.CREATE, ice.OPS, kit.Select("http://:9020", conf["ctx_ops"])) m.Cmd(SPIDE, mdb.CREATE, ice.DEV, kit.Select("http://contexts.woa.com:80", conf["ctx_dev"])) - m.Cmd(SPIDE, mdb.CREATE, ice.SHY, kit.Select("https://contexts.com.cn:443", conf["ctx_shy"])) + // m.Cmd(SPIDE, mdb.CREATE, ice.SHY, kit.Select("https://contexts.com.cn:443", conf["ctx_shy"])) + m.Cmd(SPIDE, mdb.CREATE, ice.SHY, kit.Select("https://shylinux.com:443", conf["ctx_shy"])) }}, mdb.CREATE: {Name: "create name address", Help: "添加", Hand: func(m *ice.Message, arg ...string) { _spide_create(m, m.Option(mdb.NAME), m.Option(ADDRESS))