https://github.com/mipengine/mip-assets
mip cache 非组件静态文件资源
https://github.com/mipengine/mip-assets
Last synced: about 1 year ago
JSON representation
mip cache 非组件静态文件资源
- Host: GitHub
- URL: https://github.com/mipengine/mip-assets
- Owner: mipengine
- Created: 2018-10-12T08:40:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T09:13:27.000Z (over 7 years ago)
- Last Synced: 2025-01-10T21:32:51.042Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 15
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mip cache 非组件静态资源文件
## 各文件用途说明
- az.gif:0像素图片,用于优化cdn的预链接时请求;
- mip404.html:Cache页面404时,,与容器交互进行原网页跳转返回的页面;
- mipfallback.html:MIP 未通过校验,发生302跳转返回的页面;
- prefetch-v2.html:MIP V2版本静态资源预取
- prefetch.html:MIP V1版本静态资源预取
- oob:out of band文件交互使用(支持跨域)
- deps:jquery、zepto等静态文件
以上静态文件存放于Cache的`/static/` (例如:https://c.mipcdn.com/static/)路径下。