使用说明

本服务提供多种 CDN 资源反向代理,支持路径与上游映射如下:

通用路径映射
  • /gh/<username>/<repo>/<path> -> GitHub Raw(支持 @<ref> 指定分支)
  • /npm/<package>/<path> -> https://unpkg.com
  • /wp/<path> -> https://downloads.wordpress.org
  • /hf/<path> -> https://huggingface.co
  • /ga/<hash>/avatar/<hash> -> https://www.gravatar.com/avatar/<hash>
Google Fonts 映射
  • /gf/ea/* -> https://fonts.googleapis.com/earlyaccess/*
  • /gf/css/* -> https://fonts.googleapis.com/css/*
  • /gf/cssv2/* -> https://fonts.googleapis.com/css2/*
  • /gf/icon/* -> https://fonts.googleapis.com/icon/*
  • /gf/themes/* -> https://themes.googleusercontent.com/fonts/css/*
  • 其余 /gf/* 兼容逻辑:css/iconfonts.googleapis.com,其他走 fonts.gstatic.com

示例:
https://cdn.bili33.top/gh/jquery/jquery@3.7.1/dist/jquery.min.js
https://cdn.bili33.top/npm/react@18.3.1/index.js
https://cdn.bili33.top/gf/cssv2?family=Noto+Sans+SC:wght@400;700&display=swap
https://cdn.bili33.top/avatar/d932d3226207b4798e1f66e76ecbc5cb

统一封禁资源列表

# 类型 封禁内容
加载中...