Compare commits
2 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
5dc8890f67 | |
|
|
3c144e2db2 |
|
|
@ -1,8 +1,4 @@
|
|||
:80 {
|
||||
root * /app
|
||||
log {
|
||||
output stdout
|
||||
format console
|
||||
}
|
||||
file_server
|
||||
}
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>旅行者3号</title>
|
||||
<title>骑着我心爱的小摩托</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ import TheWelcome from '../components/TheWelcome.vue'
|
|||
<template>
|
||||
<main>
|
||||
<TheWelcome />
|
||||
<a href="https://beian.miit.gov.cn/" target="_blank">闽ICP备2021016404号-1</a>
|
||||
<a href="https://beian.miit.gov.cn/" target="_blank">闽ICP备2021016404号-3</a>
|
||||
</main>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue