This commit is contained in:
2022-02-07 01:12:33 +08:00
parent e5f6db819e
commit c1a7eb4b7c
7 changed files with 90 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
NuxtLink.navbar-item(to="/") 论坛
NuxtLink.navbar-item(to="/docs") 文档
NuxtLink.navbar-item(to="/chat") 聊天室
NuxtLink.navbar-item(to="/admin") admin
.online
.navbar-user(v-if="account.online")
NuxtLink.userinfo(to="/account")
@@ -117,4 +118,15 @@ footer.footer
padding: 4rem
.github
font-size: 2rem
.admin
position: relative
.admin::before
position: absolute
top: 0
right: 0
content: '演示'
width: 4rem
height: 2rem
background: #ff1414
</style>