diff --git a/command.py b/command.py index fd6f37d..a490a48 100644 --- a/command.py +++ b/command.py @@ -96,7 +96,7 @@ diuse_farm = on_alconna( Subcommand("change-name", Args["name?", str], help_text="更改农场名"), Subcommand("sign-in", help_text="农场签到"), Subcommand("admin-up", Args["num?", int], help_text="农场下阶段"), - Subcommand("point-to-vipPoint", Args["num?", int], help_text="农场币换点券"), + Subcommand("point-to-vipPoint", Args["num?", int], help_text="点券兑换"), Subcommand("my-vipPoint", help_text="我的点券"), Subcommand("farm-help", help_text="农场帮助"), ), diff --git a/resource/db/plant.db b/resource/db/plant.db index 7597ade..f9f0150 100644 Binary files a/resource/db/plant.db and b/resource/db/plant.db differ diff --git a/resource/html/help.html b/resource/html/help.html index db64177..d900a58 100644 --- a/resource/html/help.html +++ b/resource/html/help.html @@ -528,7 +528,7 @@