jsdelivr笔记
    
2019-02-24
2019-02-24
文件路径(public)
未发布的文件
github:
- https://github.com/NiaBie/repository_name/blob/master/path_to_your_file
或
- https://github.com/NiaBie/repository_name/blob/master/path_to_your_file
暂时没有弄清楚blob和tree的区别
jsdelivr:
- https://cdn.jsdelivr.net/gh/NiaBie/repository_name/path_to_your_file
或
- https://cdn.jsdelivr.net/gh/NiaBie/repository_name@branch/path_to_your_file
release后的文件
github:
- https://github.com/NiaBie/repository_name@version/path_to_your_file
jsdelivr:
- https://cdn.jsdelivr.net/gh/NiaBie/repository_name@version/path_to_your_file