Skip to content

Commit

Permalink
fix: rename format quantumultx to qtx
Browse files Browse the repository at this point in the history
  • Loading branch information
JinnLynn committed Jun 11, 2024
1 parent 3b758c8 commit e453318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ output = ${DEST}/geolite2-country-ipv6.csv
copy-from = https://github.com/sapics/ip-location-db/raw/main/geolite2-country/geolite2-country-ipv4.csv
output = ${DEST}/geolite2-country-ipv4.csv

[job:quantumultx]
[job:qtx]
output = ${DEST}/quantumultx.conf

[job:surge]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'''


@formater('quantumultx', desc='Quantumult X是iOS下一款功能强大的网络分析及代理工具.')
@formater('qtx', desc='Quantumult X是iOS下一款功能强大的网络分析及代理工具.')
class FmtQuantumultX(FmtBase):
_default_tpl = _TPL

Expand Down

0 comments on commit e453318

Please sign in to comment.