admin
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user