6 Star 36 Fork 9

ng-alain/delon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ngsw-config.json 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
卡色 提交于 2022-02-12 17:52 . chore: add pwa (#1438)
{
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
"index": "/index.html",
"assetGroups": [
{
"name": "app",
"installMode": "prefetch",
"updateMode": "prefetch",
"resources": {
"files": [
"/favicon.ico",
"/index.html",
"/*.css",
"/*.js",
"!/*-es5*.js"
],
"urls": [
"https://gw.alipayobjects.com/**",
"https://img.alicdn.com/**",
"https://dummyimage.com/**"
]
}
},
{
"name": "assets",
"installMode": "lazy",
"updateMode": "prefetch",
"resources": {
"files": [
"/assets/**"
]
}
}
],
"navigationUrls": [
"/**",
"!/**/*.*",
"!/**/*__*",
"!/**/*__*/**",
"!/**/stackblitz",
"!/version/**",
"!/issue-helper/**",
"!/docs/**/*",
"!/docs/?*",
"!/components/**/*",
"!/components/?*",
"!/cli/**/*",
"!/cli/?*",
"!/theme/**/*",
"!/theme/?*",
"!/auth/**/*",
"!/auth/?*",
"!/acl/**/*",
"!/acl/?*",
"!/form/**/*",
"!/form/?*",
"!/cache/**/*",
"!/cache/?*",
"!/chart/**/*",
"!/chart/?*",
"!/mock/**/*",
"!/mock/?*",
"!/util/**/*",
"!/util/?*"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ng-alain/delon.git
git@gitee.com:ng-alain/delon.git
ng-alain
delon
delon
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385