GithubHelp home page GithubHelp logo

storage's Introduction

静态资源库存储

当前目录结构

目录 注释
face 表情包
font 字体
images 图片
javascript js脚本
layer 插件
music 音乐
video 视频
stylesheet CSS样式文件
themes 主题静态文件

更多文件更新中

用法

需要将 static.helingqi.com 替换为 cdn.jsdelivr.net/gh/Vicshs/storage

GitHub

加载任何GitHub版本,提交或分支:

/gh/user/repo@version/file

加载确切版本:

/gh/jquery/[email protected]/dist/jquery.min.js
/gh/jquery/jquery@32b00373b3f42e5cdcb709df53f3b08b7184a944/dist/jquery.min.js

使用版本范围而不是精确版本(仅适用于有效的semver版本):

/gh/jquery/jquery@3/dist/jquery.min.js
/gh/jquery/[email protected]/dist/jquery.min.js

完全省略版本或使用“latest”加载最新版本(仅适用于有效的semver版本):(仅限Dev环境)

/gh/jquery/jquery@latest/dist/jquery.min.js
/gh/jquery/jquery/dist/jquery.min.js

将“.min”添加到任何JS / CSS文件以获得缩小版本 - 如果不存在,我们将为您生成它。所有生成的文件都带有源映射,可以在开发过程中轻松使用:

/gh/sindresorhus/[email protected]/github-markdown.min.css

获取目录列表:

/gh/jquery/[email protected]/
/gh/jquery/[email protected]/dist/

合并多个文件


我们的组合端点具有以下格式:

/combine/url1,url2,url3

适用于单个文件的所有功能(版本范围,缩小,主要模块)也适用于此处。所有组合文件都带有源映射,可以在开发过程中轻松使用。

Examples:

/combine/gh/jquery/[email protected]/dist/jquery.min.js,gh/twbs/[email protected]/dist/js/bootstrap.min.js
/combine/npm/[email protected]/dist/css/bootstrap.min.css,npm/[email protected]/dist/css/bootstrap-theme.min.css

storage's People

Contributors

helingqi avatar

Watchers

 avatar

Forkers

niu12503

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.