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

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<title>NexusPHP</title>
</head>
<body>
<div id="app"></div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

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>

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>

View File

@@ -2,7 +2,7 @@
<div class="login-body">
<div class="login-container">
<div class="head">
<img class="logo" src="http://demo.nexusphp.org/favicon.ico" />
<img class="logo" src="../assets/logo.png" />
<div class="name">
<div class="title">NexusPHP</div>
<div class="tips">Management system</div>

View File

@@ -40,12 +40,12 @@
</tr>
<tr>
<td>Uploaded</td>
<td>{{baseInfo.uploaded}}</td>
<td>{{baseInfo.uploaded_text}}</td>
<td><el-button size="mini">Add</el-button></td>
</tr>
<tr>
<td>Downloaded</td>
<td>{{baseInfo.downloaded}}</td>
<td>{{baseInfo.downloaded_text}}</td>
<td><el-button size="mini">Add</el-button></td>
</tr>
<tr>