Skip to content

Commit

Permalink
Add schema link; Fix a broken rule
Browse files Browse the repository at this point in the history
  • Loading branch information
PRO-2684 committed Dec 2, 2024
1 parent bf5e1ef commit 18d5bca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"json.schemas": [
{
"fileMatch": [
"*.json",
"!list.json",
"!list.min.json"
],
"url": "https://github.com/PRO-2684/pURLfy/raw/refs/heads/main/ruleset.schema.json"
}
]
}
2 changes: 1 addition & 1 deletion outgoing.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
},
"embed/": {
"phone/": {
"/^\\d+$/": {
"/^\\d+$": {
"description": "腾讯兔小巢外链",
"mode": "param",
"params": [
Expand Down

0 comments on commit 18d5bca

Please sign in to comment.