目前我已知的,只有 html 文件预览,和图片资源的预览。
其中 html 的预览可以加载 css 等资源(js 本人不确定,因为我不是做前端的),
图片资源的预览链接可以直接作为图片 url 来使用的。
1. html 预览
2. 图片预览
预览链接以 https://raw.githubusercontent.com/
开头,具体格式如下:
1 | https://raw.githubusercontent.com/用户名/仓库名/分支/资源路径 |
-
举个例子,假如我(GitHub 用户名为 gukaifeng
)有一张图片,在仓库 example-repo
的 main
分支中的 /img/
路径下,名字为 example.png
,即该图片在 GitHub 上的全路径应为:
1 | https://github.com/gukaifeng/example-repo/blob/main/img/example.png |
那么这张图片的预览路径为:
1 | https://raw.githubusercontent.com/gukaifeng/example-repo/main/img/example.png |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 GuKaifeng's Blog!
评论(延迟加载 / 需要可访问 GitHub Issues)