Skip to content

Commit

Permalink
Merge pull request #67 from Beginner-Go/patch-1
Browse files Browse the repository at this point in the history
Update basic.lua
  • Loading branch information
ilxp authored Nov 22, 2021
2 parents 1036cf6 + e5a4eb9 commit c17d5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luasrc/model/cbi/koolproxy/basic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ e:value("kp.dat", translate("视频规则"))
e:value("user.txt", translate("自定义规则"))

e = t:option(MultiValue, "thirdparty_rules", translate("第三方规则"))
e.optional = true
e.optional = false
e.rmempty = false
e:value("adg.txt", translate("AdGuard规则"))
e:value("steven.txt", translate("Steven规则"))
Expand Down

0 comments on commit c17d5e1

Please sign in to comment.