Skip to content

Commit

Permalink
Update shortener rules
Browse files Browse the repository at this point in the history
  • Loading branch information
PRO-2684 committed Sep 9, 2024
1 parent 7e93b98 commit c8ba684
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions shortener.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@
"author": "PRO-2684"
}
},
"shorturl.at/": {
"/\\w+": {
"description": "ShortURL.at",
"mode": "redirect",
"author": "PRO-2684"
}
},
"t.cn/": {
"/\\w+": {
"description": "微博短链",
Expand Down Expand Up @@ -77,6 +84,20 @@
"mode": "redirect",
"author": "PRO-2684"
},
"www.shorturl.at/": {
"/\\w+": {
"description": "ShortURL.at",
"mode": "redirect",
"author": "PRO-2684"
}
},
"wxurl.cn/": {
"/\\w+": {
"description": "WX 短网址",
"mode": "visit",
"author": "PRO-2684"
}
},
"youtu.be": {
"description": "YouTube 分享短链",
"mode": "white",
Expand Down

0 comments on commit c8ba684

Please sign in to comment.