prepare for beta5

This commit is contained in:
xiaomlove
2021-05-04 13:08:53 +08:00
parent 66a4c22f73
commit 241639d4fc
12 changed files with 12 additions and 7 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<template>
<div class="footer">
<div class="left">NexusPHP v1.6.0-beta5</div>
<div class="left">Powered by <a target="_blank" href="https://nexusphp.org/">NexusPHP</a></div>
<div class="right">
<a target="_blank" href="https://nexusphp.org/">nexusphp.org</a>
Version: 1.6.0-beta5
</div>
</div>
</template>
+1 -1
View File
@@ -19,7 +19,7 @@
</div>
</template>
<div class="nickname">
<p>Username{{ userInfo && userInfo.username || '' }}</p>
<p>Email{{ userInfo && userInfo.email || '' }}</p>
<p>Class{{ userInfo && userInfo.class_text || '' }}</p>
<el-tag size="small" effect="dark" class="logout" @click="logout">Logout</el-tag>
</div>