update meta

This commit is contained in:
RainSun 2020-04-10 21:14:51 +08:00
parent f0b5d6d5ec
commit b55ef76b93
4 changed files with 6 additions and 6 deletions

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "ygadmin", "name": "yg",
"version": "0.1.0", "version": "0.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,

View File

@ -1,5 +1,5 @@
{ {
"name": "ygadmin", "name": "yg",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@ -6,14 +6,14 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>曳光控制台</title> <title>曳光</title>
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" href="<%= BASE_URL %>favicon.ico"> <link rel="apple-touch-icon-precomposed" href="<%= BASE_URL %>favicon.ico">
<!-- 标题 --> <!-- 标题 -->
<meta itemprop="name" content="曳光控制台" /> <meta itemprop="name" content="曳光" />
<!-- 描述 --> <!-- 描述 -->
<meta itemprop="description" content="进行曳光内容审核" /> <meta itemprop="description" content="为全长理本科学生提供失物招领服务" />
<!-- 图片 --> <!-- 图片 -->
<meta itemprop="image" content="https://tracer.lacus.site/img/icons/android-chrome-512x512.png" /> <meta itemprop="image" content="https://tracer.lacus.site/img/icons/android-chrome-512x512.png" />
<script> <script>

View File

@ -2,7 +2,7 @@ module.exports = {
productionSourceMap: false, productionSourceMap: false,
// publicPath: process.env.NODE_ENV === 'production' ? '/verify/' : '/', // publicPath: process.env.NODE_ENV === 'production' ? '/verify/' : '/',
pwa: { pwa: {
name: '曳光控制台', name: '曳光',
themeColor: '#448aff', themeColor: '#448aff',
workboxOptions: { workboxOptions: {
skipWaiting: true skipWaiting: true