宠汪汪喂食可设置为0(即不喂食)

This commit is contained in:
lxk0301
2021-03-29 09:35:57 +08:00
parent 029c325794
commit c8112c6214
4 changed files with 11 additions and 5 deletions

View File

@@ -413,6 +413,10 @@
"type": "radios",
"desc": "每次喂养狗粮克数(默认10g)",
"items": [
{
"key": "0",
"label": "不喂食"
},
{
"key": "10",
"label": "消耗10g"