Merge branch 'main' into extend

This commit is contained in:
手瓜一十雪 2024-08-20 20:27:22 +08:00
commit 4054756035

View File

@ -108,5 +108,5 @@ export enum ActionName {
GetGuildProfile = "get_guild_service_profile",
SetModelShow = "_set_model_show",
SetInputStatus = "set_input_status",
GetCSRF = "get_csrf_token"
GetCSRF = "get_csrf_token",
}