Skip to content
This repository was archived by the owner on Nov 5, 2021. It is now read-only.

Commit a399e30

Browse files
committed
pre v0.1.9 release
1 parent cb82ae6 commit a399e30

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frost-nova",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

public/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
8-
<title><%= htmlWebpackPlugin.options.title %></title>
9-
<script src="http://121.159.231.137:8098"></script>
8+
<title>FrostNova</title>
109
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
1110
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
1211
</head>
1312
<body>
1413
<noscript>
15-
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
14+
<strong>----</strong>
1615
</noscript>
1716
<div id="app"></div>
1817
<!-- built files will be auto injected -->

src/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
<v-tab to="/">메인</v-tab>
7676
<v-tab to="/recruitment">공개모집</v-tab>
7777
<v-tab to="/operators">오퍼레이터</v-tab>
78-
<v-tab to="/user">유저</v-tab>
7978
<v-tab to="/about">도움말</v-tab>
8079
</v-tabs>
8180
</template>

0 commit comments

Comments
 (0)