mirror of
https://github.com/LamGC/oracle-manager.git
synced 2025-04-29 14:17:33 +00:00
feat: 将账号设置由"账号管理"转移至"设置"按钮.
将"账号管理"腾出以在将来支持 Oracle 身份管理扩展.
This commit is contained in:
parent
c96f868ef6
commit
d336f1c198
@ -267,6 +267,10 @@ class OracleAccountManagerExtension(private val bot: BaseAbilityBot) : AbilityEx
|
||||
.newRow()
|
||||
.addButton {
|
||||
text("账号管理")
|
||||
callbackData(keyboardCallback.next("oc_identity_menu"))
|
||||
}
|
||||
.rowButton {
|
||||
text("设置")
|
||||
callbackData(keyboardCallback.next("oc_account_edit"))
|
||||
}
|
||||
.rowButton {
|
||||
|
Loading…
Reference in New Issue
Block a user