From ec5d5fbc827b94be4aa7e9185bd35a5dfcb868e2 Mon Sep 17 00:00:00 2001 From: chenxi Date: Fri, 2 Jun 2023 17:07:09 +0800 Subject: [PATCH] gm --- lua/app/module/gm/gm_const.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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