all_poke替换成send_poke

This commit is contained in:
Shua-github
2024-12-27 13:15:10 +08:00
parent a9e471deca
commit fb405a5c1c
4 changed files with 7 additions and 7 deletions

View File

@@ -146,5 +146,5 @@ export const ActionName = {
GetClientkey: "get_clientkey",
AllPoke: 'all_poke',
SendPoke: 'send_poke',
} as const;