Skip to content
On this page

template-waibao

该模板用于为外包或者其它部门协作者初始化仓库。

目录结构

|-- .gitignore                  # git 忽略配置
|-- .gitlab-ci.yml              # CI/CD 配置
|-- readme.md                   # 项目链接、监测链接

资源缓存

资源会上传 CDN ,因此更换同名资源,需要手动添加版本号来避免缓存问题,如:

<script src="./index.js?v=1"></script>

Released under the MIT License.