Skip to content

Commit aa6a493

Browse files
committed
feat: 默认不再自动使用 ascii2d
1 parent 6b6773f commit aa6a493

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.default.jsonc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
// 是否优先从本地上传图片到 saucenao 搜索(否时使用 saucenao 的 URL API)
6868
"saucenaoLocalUpload": false,
6969
// 是否在 saucenao 超额时自动换用 ascii2d
70-
"useAscii2dWhenQuotaExcess": true,
70+
"useAscii2dWhenQuotaExcess": false,
7171
// 是否在 saucenao 相似度过低时自动使用 ascii2d
72-
"useAscii2dWhenLowAcc": true,
72+
"useAscii2dWhenLowAcc": false,
7373
// 是否在 saucenao 搜索失败时自动使用 ascii2d
74-
"useAscii2dWhenFailed": true,
74+
"useAscii2dWhenFailed": false,
7575
// 是否优先从本地上传图片到 ascii2d 搜索(否时使用 ascii2d 的 URL API)
7676
"ascii2dLocalUpload": false,
7777
// 是否使用 Puppeteer 请求 ascii2d 以绕过 cf js challenge,详情请看“wiki-配置文件说明-使用 Puppeteer 绕过 cf js challenge”(启用时 ascii2dLocalUpload 配置将不生效)

0 commit comments

Comments
 (0)