We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6773f commit aa6a493Copy full SHA for aa6a493
config.default.jsonc
@@ -67,11 +67,11 @@
67
// 是否优先从本地上传图片到 saucenao 搜索(否时使用 saucenao 的 URL API)
68
"saucenaoLocalUpload": false,
69
// 是否在 saucenao 超额时自动换用 ascii2d
70
- "useAscii2dWhenQuotaExcess": true,
+ "useAscii2dWhenQuotaExcess": false,
71
// 是否在 saucenao 相似度过低时自动使用 ascii2d
72
- "useAscii2dWhenLowAcc": true,
+ "useAscii2dWhenLowAcc": false,
73
// 是否在 saucenao 搜索失败时自动使用 ascii2d
74
- "useAscii2dWhenFailed": true,
+ "useAscii2dWhenFailed": false,
75
// 是否优先从本地上传图片到 ascii2d 搜索(否时使用 ascii2d 的 URL API)
76
"ascii2dLocalUpload": false,
77
// 是否使用 Puppeteer 请求 ascii2d 以绕过 cf js challenge,详情请看“wiki-配置文件说明-使用 Puppeteer 绕过 cf js challenge”(启用时 ascii2dLocalUpload 配置将不生效)
0 commit comments