Skip to content

Commit

Permalink
chore: simplify domain suffix rules in cn.json
Browse files Browse the repository at this point in the history
Removes redundant domain suffixes from the configuration to streamline
the ruleset and reduce unnecessary entries.
  • Loading branch information
liblaf committed Jan 17, 2025
1 parent 0005523 commit 7ddb1e2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions custom/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
"version": 1,
"rules": [
{
"domain_suffix": [
"1panel.live",
"anaconda.org",
"gjm20.top",
"liblaf.me",
"pypi.org",
"pythonhosted.org"
]
"domain_suffix": ["1panel.live", "gjm20.top"]
}
]
}

0 comments on commit 7ddb1e2

Please sign in to comment.