Skip to content

Commit

Permalink
feat: More url shorteners
Browse files Browse the repository at this point in the history
  • Loading branch information
PRO-2684 committed Jan 2, 2025
1 parent 7561b2e commit 52743fa
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions shortener.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@
"mode": "redirect",
"author": "PRO-2684"
},
"bili22.cn/": {
"/\\w+": {
"description": "哔哩哔哩短链",
"mode": "redirect",
"author": "PRO-2684"
}
},
"bili2233.cn/": {
"/\\w+": {
"description": "哔哩哔哩短链",
"mode": "redirect",
"author": "PRO-2684"
}
},
"bili23.cn/": {
"/\\w+": {
"description": "哔哩哔哩短链",
"mode": "redirect",
"author": "PRO-2684"
}
},
"bili33.cn/": {
"/\\w+": {
"description": "哔哩哔哩短链",
"mode": "redirect",
"author": "PRO-2684"
}
},
"bit.ly": {
"description": "Bitly",
"mode": "redirect",
Expand Down Expand Up @@ -112,6 +140,13 @@
"author": "PRO-2684"
}
},
"y8r.cn/": {
"/\\w+": {
"description": "YumChina 短网址",
"mode": "redirect",
"author": "PRO-2684"
}
},
"youtu.be": {
"description": "YouTube 分享短链",
"mode": "white",
Expand Down

0 comments on commit 52743fa

Please sign in to comment.