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 @@
-
播种
+
出售作物
@@ -548,7 +548,7 @@
操作提示
- • 不填写作物名将售卖仓库种全部作物 + • 不填写作物名将售卖仓库种全部作物
• 填作物名不填数量将指定作物全部出售
@@ -666,6 +666,110 @@
+ +
+
+
+ +
+
作物加锁
+
+ +
+
参数列表
+
+
+ 必填 + 地块ID +
+
+
+ +
+
操作提示
+
+ • 地块ID通过农场详述获取 +
+
+
+ +
+
+
+ +
+
作物解锁
+
+ +
+
参数列表
+
+
+ 必填 + 地块ID +
+
+
+ +
+
操作提示
+
+ • 地块ID通过农场详述获取 +
+
+
+ +
+
+
+ +
+
我的点券
+
+ +
+
参数列表
+
+
+ 必填 + 地块ID +
+
+
+ +
+
操作提示
+
+ • 地块ID通过农场详述获取 +
+
+
+ +
+
+
+ +
+
点券兑换
+
+ +
+
参数列表
+
+
+ 必填 + 地块ID +
+
+
+ +
+
操作提示
+
+ • 地块ID通过农场详述获取 +
+
+