添加Service Worker 缓存网站

This commit is contained in:
小海
2020-05-17 00:07:20 +08:00
parent 565fc9f673
commit 955f537d59
7 changed files with 108 additions and 4 deletions

View File

@@ -8,8 +8,11 @@
<meta name="keywords" content="小海博客,个人博客,java博客,学习,IT,生活,前端,后端,移动端,java,spring,springboot,angular">
<meta name="description" content="小海博客,记录学习成长历程,主要关注与java后端的技术学习">
<link rel="icon" type="image/x-icon" href="https://56462271.oss-cn-beijing.aliyuncs.com/web/logo.ico">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
</head>
<body>
<app-root></app-root>
<noscript>Please enable JavaScript to continue using this application.</noscript>
</body>
</html>