mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 09:34:05 +08:00
opt some
This commit is contained in:
parent
d9f14f0138
commit
dc36e64f4c
@ -19,6 +19,9 @@ func _share_domain(m *ice.Message) string {
|
||||
if link == "" {
|
||||
link = m.Cmd(SPACE, SPIDE_DEV, kit.SSH_PWD).Append(kit.MDB_LINK)
|
||||
}
|
||||
if link == "" {
|
||||
link = m.Cmd(SPACE, SPIDE_SHY, kit.SSH_PWD).Append(kit.MDB_LINK)
|
||||
}
|
||||
if link == "" {
|
||||
link = kit.Format("http://%s:%s", m.Cmd(tcp.HOST).Append(tcp.IP), m.Cmd(SERVE).Append(tcp.PORT))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user