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
+1 -1
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

+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>
+1 -1
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>
+2 -2
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>
+1
View File
@@ -27,6 +27,7 @@
"ext-json": "*",
"ext-mbstring": "*",
"ext-mysqli": "*",
"ext-xml": "*",
"fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "~6.0",
+1
View File
@@ -2456,6 +2456,7 @@ else {
<font class='color_downloaded'> <?php echo $lang_functions['text_downloaded'] ?></font> <?php echo mksize($CURUSER['downloaded'])?>
<font class='color_active'><?php echo $lang_functions['text_active_torrents'] ?></font> <img class="arrowup" alt="Torrents seeding" title="<?php echo $lang_functions['title_torrents_seeding'] ?>" src="pic/trans.gif" /><?php echo $activeseed?> <img class="arrowdown" alt="Torrents leeching" title="<?php echo $lang_functions['title_torrents_leeching'] ?>" src="pic/trans.gif" /><?php echo $activeleech?>&nbsp;&nbsp;
<font class='color_connectable'><?php echo $lang_functions['text_connectable'] ?></font><?php echo $connectable?> <?php echo maxslots();?>
<?php if(get_user_class() >= UC_MODERATOR) { ?> [<a href="/admin" target="_blank"><?php echo $lang_functions['text_management_system'] ?></a>]<?php }?>
</span>
</td>
<td class="bottom" align="right"><span class="medium"><?php echo $lang_functions['text_the_time_is_now'] ?><?php echo $datum['hours'].":".$datum['minutes']?><br />
+1
View File
@@ -317,6 +317,7 @@ $lang_functions = array
'text_invalid' => '非法',
'text_technical_info' => '技术信息',
'text_technical_info_help_text' => '文件技术信息来自软件 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,用该软件打开文件,点击菜单视图(View)->文件(Text),在框中右键->全选,再右键->复制,粘贴到这里来。',
'text_management_system' => '管理系统',
);
?>
+1
View File
@@ -318,6 +318,7 @@ $lang_functions = array
'text_invalid' => '非法',
'text_technical_info' => '技術信息',
'text_technical_info_help_text' => '文件技術信息來自軟件 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,用該軟件打開文件,點擊菜單視圖(View)->文件(Text),在框中右鍵->全選,再右鍵->復制,粘貼到這裏來。',
'text_management_system' => '管理系統',
);
?>
+1
View File
@@ -319,6 +319,7 @@ $lang_functions = array
'text_invalid' => 'Invalid',
'text_technical_info' => 'Technical Info',
'text_technical_info_help_text' => 'Technical Information comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>open file, click the view menu > text > right click in the box > select all > copy > past into this box.',
'text_management_system' => 'Management system',
);
?>