This commit is contained in:
RainSun 2020-03-29 22:50:24 +08:00
parent 8f7da1542a
commit fa3a51fab1
5 changed files with 40 additions and 46 deletions

View File

@ -1,4 +1,5 @@
# codebook # 曳光控制台
## Project setup ## Project setup
``` ```

2
package-lock.json generated
View File

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

View File

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

View File

@ -1,45 +1,38 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<meta charset="utf-8"> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Canary Codebook</title> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<meta name="description" content="Canary Codebook!稳健,靠谱的密码存储服务" /> <title>曳光 控制台</title>
<meta name="keywords" content="Canary Codebook,ccb,长春理工大学,长理,Canary,密码,加密,存储" /> <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="Canary Codebook" /> <!-- 描述 -->
<!-- 描述 --> <meta itemprop="description" content="负责进行曳光内容审核" />
<meta itemprop="description" content="Canary Codebook!稳健,靠谱的密码存储服务" /> <!-- 图片 -->
<!-- 图片 --> <meta itemprop="image" content="http://canary.moe/img/canary.png" />
<meta itemprop="image" content="http://canary.moe/img/canary.png" /> <script>
<script> try {
var _hmt = _hmt || []; console.log('%cRainSun Copyright \xa9 2019-%s',
(function() { 'font-size:12px;color:#999999;', (new Date).getFullYear());
var hm = document.createElement("script"); }
hm.src = "https://hm.baidu.com/hm.js?35b0fc0ea03411a05a7c0cef22df2bff"; catch (e) {
var s = document.getElementsByTagName("script")[0]; }
s.parentNode.insertBefore(hm, s); </script>
})(); </head>
</script>
<script> <body>
try { <noscript>
console.log('%cRainSun Copyright \xa9 2019-%s', <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
'font-size:12px;color:#999999;', (new Date).getFullYear()); Please enable it to continue.</strong>
} </noscript>
catch (e) { <div id="app"></div>
} <!-- built files will be auto injected -->
</script> </body>
</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> </html>

View File

@ -1,7 +1,7 @@
module.exports = { module.exports = {
productionSourceMap: false, productionSourceMap: false,
pwa: { pwa: {
name: 'Canary Codebook', name: '曳光控制台',
themeColor: '#448aff', themeColor: '#448aff',
workboxOptions: { workboxOptions: {
skipWaiting: true skipWaiting: true