mirror of
https://github.com/LamGC/oracle-manager.git
synced 2025-04-29 14:17:33 +00:00
refactor: 预留网络管理扩展的按钮.
提前预留按钮.
This commit is contained in:
parent
d336f1c198
commit
2b6983b8ec
@ -264,8 +264,11 @@ class OracleAccountManagerExtension(private val bot: BaseAbilityBot) : AbilityEx
|
||||
text("服务器列表")
|
||||
callbackData(keyboardCallback.next("oc_server_list"))
|
||||
}
|
||||
.newRow()
|
||||
.addButton {
|
||||
.rowButton {
|
||||
text("网络管理")
|
||||
callbackData(keyboardCallback.next("oc_network_menu"))
|
||||
}
|
||||
.rowButton {
|
||||
text("账号管理")
|
||||
callbackData(keyboardCallback.next("oc_identity_menu"))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user