diff --git a/lua/app/module/gm/gm_const.lua b/lua/app/module/gm/gm_const.lua index 7460ba4b..d891f70d 100644 --- a/lua/app/module/gm/gm_const.lua +++ b/lua/app/module/gm/gm_const.lua @@ -98,6 +98,12 @@ args:不掉落的元素类型 Example: set_seal_element 1 2 3]], type = "set_seal_element" }, + { + title = "账号解绑", + desc = [[账号解绑 type:unbind +Example: unbind google]], + type = "unbind" + }, } return GMConst \ No newline at end of file