Skip to content

Commit

Permalink
喝水支持剩余一天、一天以内的水也给喝了
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwuyou committed Sep 15, 2024
1 parent 8667747 commit 027cf4f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
30 changes: 15 additions & 15 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"entry": "Barter_random"
},
{
"name": "在主界面喝完(/上限)2天过期的水(需要喝水请选择,无需则无视,注意!目前仅支持还剩两天就过期的水",
"name": "在主界面喝完(/上限)支持剩余1天,一天以内的水一并喝了",
"entry": "drink_a_2day_water"
},
{
Expand Down Expand Up @@ -565,29 +565,29 @@
}
]
},
"和合版本":{
"cases":[
"和合版本": {
"cases": [
{
"name":"和合·椅",
"param":{
"combine-choose":{
"next":"combine-chair"
"name": "和合·椅",
"param": {
"combine-choose": {
"next": "combine-chair"
}
}
},
{
"name":"和合·朝代",
"param":{
"combine-choose":{
"next":"combine-dynasty"
"name": "和合·朝代",
"param": {
"combine-choose": {
"next": "combine-dynasty"
}
}
},
{
"name":"和合·船",
"param":{
"combine-choose":{
"next":"combine-ship"
"name": "和合·船",
"param": {
"combine-choose": {
"next": "combine-ship"
}
}
}
Expand Down
Binary file added assets/resource_picli/base/image/Research/121.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource_picli/base/image/Research/122.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion assets/resource_picli/base/pipeline/6_(02)water.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@
},
"sub_2daywater": {
"recognition": "OCR",
"expected": "2天",
"expected": [
"2天",
"1天",
""
],
"threshold": 0.85,
"roi": [
390,
Expand Down

0 comments on commit 027cf4f

Please sign in to comment.