mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
prepare for beta5
This commit is contained in:
@@ -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>
|
||||
|
||||
BIN
admin/src/assets/favicon.ico
Normal file
BIN
admin/src/assets/favicon.ico
Normal file
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 |
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user