mirror of
https://github.com/LamGC/oracle-manager.git
synced 2025-07-01 04:47:27 +00:00
refactor: 预留网络管理扩展的按钮.
提前预留按钮.
This commit is contained in:
@ -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"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user