mirror of
https://github.com/LamGC/oracle-manager.git
synced 2025-04-29 22:27:33 +00:00
refactor: 优化选择保留 IP 时的提示信息.
This commit is contained in:
parent
4063c6bafd
commit
956d695f0a
@ -643,6 +643,7 @@ class OracleServerExtension(private val bot: BaseAbilityBot) : AbilityExtension
|
|||||||
.text(
|
.text(
|
||||||
"""
|
"""
|
||||||
选择一个绑定到 ${instanceInfo.displayName} 的公共 IP:
|
选择一个绑定到 ${instanceInfo.displayName} 的公共 IP:
|
||||||
|
(仅显示可以绑定的保留 IP,如果保留 IP 处于移动中的状态,请稍后再检查列表是否存在该 IP)
|
||||||
""".trimIndent()
|
""".trimIndent()
|
||||||
)
|
)
|
||||||
.build().execute(bot)
|
.build().execute(bot)
|
||||||
|
Loading…
Reference in New Issue
Block a user