feat: 将账号设置由"账号管理"转移至"设置"按钮.

将"账号管理"腾出以在将来支持 Oracle 身份管理扩展.
This commit is contained in:
LamGC 2022-04-21 20:50:36 +08:00
parent c96f868ef6
commit d336f1c198
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -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 {