Commit fb413c775b63f23ca06e7fc2faf2c55d786ec9d7
1 parent
c66a110d
Exists in
master
【工具】GM工具
Showing
3 changed files
with
10 additions
and
19 deletions
Show diff stats
src/App.vue
1 | - | ||
2 | <template> | 1 | <template> |
3 | - <nav class="navbar navbar-expand-sm bg-dark navbar-dark"> | ||
4 | - <!-- Brand --> | 2 | + |
3 | + <nav class="navbar navbar-expand-sm bg-primary navbar-dark"> | ||
5 | <a class="navbar-brand" href="#">梦幻合合合</a> | 4 | <a class="navbar-brand" href="#">梦幻合合合</a> |
6 | 5 | ||
7 | - <!-- Links --> | ||
8 | <ul class="navbar-nav"> | 6 | <ul class="navbar-nav"> |
9 | - <!-- Dropdown --> | ||
10 | - <li class="nav-item dropdown"> | ||
11 | - <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-bs-toggle="dropdown"> | ||
12 | - 服务器选择 | ||
13 | - </a> | ||
14 | - <div class="dropdown-menu"> | ||
15 | - <a class="dropdown-item" href="#">Link 1</a> | ||
16 | - <a class="dropdown-item" href="#">Link 2</a> | ||
17 | - <a class="dropdown-item" href="#">Link 3</a> | ||
18 | - </div> | ||
19 | - </li> | ||
20 | - | ||
21 | <li class="nav-item"> | 7 | <li class="nav-item"> |
22 | <a class="nav-link" href="#">玩家修改</a> | 8 | <a class="nav-link" href="#">玩家修改</a> |
23 | </li> | 9 | </li> |
24 | <li class="nav-item"> | 10 | <li class="nav-item"> |
25 | - <a class="nav-link" href="#">玩家查询</a> | 11 | + <a class="nav-link" href="#/about">玩家查询</a> |
26 | </li> | 12 | </li> |
27 | 13 | ||
28 | </ul> | 14 | </ul> |
@@ -33,7 +19,7 @@ | @@ -33,7 +19,7 @@ | ||
33 | 19 | ||
34 | <script setup> | 20 | <script setup> |
35 | import { ref, computed } from 'vue' | 21 | import { ref, computed } from 'vue' |
36 | -import Home from './components/Home.vue' | 22 | +import Home from './components/PlayerEdit.vue' |
37 | import About from './components/About.vue' | 23 | import About from './components/About.vue' |
38 | import NotFound from './components/NotFound.vue' | 24 | import NotFound from './components/NotFound.vue' |
39 | const routes = { | 25 | const routes = { |