Skip to content

Commit 9b03c59

Browse files
author
Taois
committed
feat: 支持php的t3格式
1 parent 307d700 commit 9b03c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spider/js/设置中心.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ var rule = {
401401
d.push(getInput('get_enable_dr2', '查看drpy2源启用状态', images.settings));
402402
d.push(genMultiInput('enable_py', '设置py源启用状态', '设置为1可启用此功能,设置为2启用T4(默认没设置也属于启动,设置其他值关闭)', images.settings));
403403
d.push(getInput('get_enable_py', '查看py源启用状态', images.settings));
404-
d.push(genMultiInput('enable_php', '设置php源启用状态', '设置为1可启用此功能,设置为0可关闭(默认没设置也属于启动,设置其他值关闭)', images.settings));
404+
d.push(genMultiInput('enable_php', '设置php源启用状态', '设置为1可启用此功能,设置为0可关闭(1-T4|2-T3 默认没设置也属于启动1,设置其他值关闭)', images.settings));
405405
d.push(getInput('get_enable_php', '查看php源启用状态', images.settings));
406406
d.push(genMultiInput('enable_cat', '设置cat源启用状态', '设置为1可启用此功能,设置为2启用T4(默认没设置也属于启动,设置其他值关闭)', images.settings));
407407
d.push(getInput('get_enable_cat', '查看cat源启用状态', images.settings));

0 commit comments

Comments
 (0)