Files
bettergi-scripts-list/repo/js/PurchaseArtifacts/manifest.json
skyflag2022 90f926feb7 给OCR一点时间 (#2597)
* 给OCR一点时间

OCR识别前增加等待时间,增加两模板匹配

* Update README.md

* 增加重购逻辑

* 调用setTime函数

* 换回原来的识图函数
2026-01-01 16:13:16 +08:00

23 lines
442 B
JSON

{
"manifest_version": 1,
"name": "自动购买狗粮(8点位)",
"version": "2.4",
"bgi_version": "0.52",
"description": "自动购买狗粮",
"authors": [
{
"name": "柒叶子",
"links": "https://github.com/5117600049"
},
{
"name": "勺子",
"links": "https://github.com/skyflag2022"
}
],
"settings_ui": "settings.json",
"main": "main.js",
"saved_files": [
"assets/*.txt"
]
}