From fa3a51fab1186c79cd1853e67118e685122310cf Mon Sep 17 00:00:00 2001 From: RainSun <zhaoyingbo@live.cn> Date: Sun, 29 Mar 2020 22:50:24 +0800 Subject: [PATCH] rename --- README.md | 3 +- package-lock.json | 2 +- package.json | 2 +- public/index.html | 77 +++++++++++++++++++++-------------------------- vue.config.js | 2 +- 5 files changed, 40 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index ac497ab..2026d09 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# codebook +# 曳光控制台 + ## Project setup ``` diff --git a/package-lock.json b/package-lock.json index 3f682ae..da8b4e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "codebook", + "name": "ygadmin", "version": "0.1.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 124f555..f89c52c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "codebook", + "name": "ygadmin", "version": "0.1.0", "private": true, "scripts": { diff --git a/public/index.html b/public/index.html index 4cdbd84..edbebbe 100644 --- a/public/index.html +++ b/public/index.html @@ -1,45 +1,38 @@ <!DOCTYPE html> <html lang="en"> - <head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width,initial-scale=1.0"> - <link rel="icon" href="<%= BASE_URL %>favicon.ico"> - <title>Canary Codebook</title> - <meta name="description" content="Canary Codebook!稳健,靠谱的密码存储服务" /> - <meta name="keywords" content="Canary Codebook,ccb,长春理工大学,长理,Canary,密码,加密,存储" /> - <meta name="apple-mobile-web-app-capable" content="yes"> - <meta name="apple-mobile-web-app-status-bar-style" content="black"> - <link rel="apple-touch-icon-precomposed" href="<%= BASE_URL %>favicon.ico"> - <!-- 标题 --> - <meta itemprop="name" content="Canary Codebook" /> - <!-- 描述 --> - <meta itemprop="description" content="Canary Codebook!稳健,靠谱的密码存储服务" /> - <!-- 图片 --> - <meta itemprop="image" content="http://canary.moe/img/canary.png" /> - <script> - var _hmt = _hmt || []; - (function() { - var hm = document.createElement("script"); - hm.src = "https://hm.baidu.com/hm.js?35b0fc0ea03411a05a7c0cef22df2bff"; - var s = document.getElementsByTagName("script")[0]; - s.parentNode.insertBefore(hm, s); - })(); - </script> - <script> - try { - console.log('%cRainSun Copyright \xa9 2019-%s', - 'font-size:12px;color:#999999;', (new Date).getFullYear()); - } - catch (e) { - } - </script> - </head> - <body> - <noscript> - <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> - </noscript> - <div id="app"></div> - <!-- built files will be auto injected --> - </body> + +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width,initial-scale=1.0"> + <link rel="icon" href="<%= BASE_URL %>favicon.ico"> + <title>曳光 控制台</title> + <meta name="apple-mobile-web-app-capable" content="yes"> + <meta name="apple-mobile-web-app-status-bar-style" content="black"> + <link rel="apple-touch-icon-precomposed" href="<%= BASE_URL %>favicon.ico"> + <!-- 标题 --> + <meta itemprop="name" content="曳光控制台" /> + <!-- 描述 --> + <meta itemprop="description" content="负责进行曳光内容审核" /> + <!-- 图片 --> + <meta itemprop="image" content="http://canary.moe/img/canary.png" /> + <script> + try { + console.log('%cRainSun Copyright \xa9 2019-%s', + 'font-size:12px;color:#999999;', (new Date).getFullYear()); + } + catch (e) { + } + </script> +</head> + +<body> + <noscript> + <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. + Please enable it to continue.</strong> + </noscript> + <div id="app"></div> + <!-- built files will be auto injected --> +</body> + </html> diff --git a/vue.config.js b/vue.config.js index e28df01..b89ef9f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,7 +1,7 @@ module.exports = { productionSourceMap: false, pwa: { - name: 'Canary Codebook', + name: '曳光控制台', themeColor: '#448aff', workboxOptions: { skipWaiting: true