mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-30 00:47:22 +08:00
prepare for beta5
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Vite App</title>
|
<title>NexusPHP</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<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 |
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="footer">
|
<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">
|
<div class="right">
|
||||||
<a target="_blank" href="https://nexusphp.org/">nexusphp.org</a>
|
Version: 1.6.0-beta5
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<div class="nickname">
|
<div class="nickname">
|
||||||
<p>Username:{{ userInfo && userInfo.username || '' }}</p>
|
<p>Email:{{ userInfo && userInfo.email || '' }}</p>
|
||||||
<p>Class:{{ userInfo && userInfo.class_text || '' }}</p>
|
<p>Class:{{ userInfo && userInfo.class_text || '' }}</p>
|
||||||
<el-tag size="small" effect="dark" class="logout" @click="logout">Logout</el-tag>
|
<el-tag size="small" effect="dark" class="logout" @click="logout">Logout</el-tag>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="login-body">
|
<div class="login-body">
|
||||||
<div class="login-container">
|
<div class="login-container">
|
||||||
<div class="head">
|
<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="name">
|
||||||
<div class="title">NexusPHP</div>
|
<div class="title">NexusPHP</div>
|
||||||
<div class="tips">Management system</div>
|
<div class="tips">Management system</div>
|
||||||
|
|||||||
@@ -40,12 +40,12 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Uploaded</td>
|
<td>Uploaded</td>
|
||||||
<td>{{baseInfo.uploaded}}</td>
|
<td>{{baseInfo.uploaded_text}}</td>
|
||||||
<td><el-button size="mini">Add</el-button></td>
|
<td><el-button size="mini">Add</el-button></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Downloaded</td>
|
<td>Downloaded</td>
|
||||||
<td>{{baseInfo.downloaded}}</td>
|
<td>{{baseInfo.downloaded_text}}</td>
|
||||||
<td><el-button size="mini">Add</el-button></td>
|
<td><el-button size="mini">Add</el-button></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ext-mysqli": "*",
|
"ext-mysqli": "*",
|
||||||
|
"ext-xml": "*",
|
||||||
"fideloper/proxy": "^4.4",
|
"fideloper/proxy": "^4.4",
|
||||||
"fruitcake/laravel-cors": "^2.0",
|
"fruitcake/laravel-cors": "^2.0",
|
||||||
"guzzlehttp/guzzle": "~6.0",
|
"guzzlehttp/guzzle": "~6.0",
|
||||||
|
|||||||
@@ -2456,6 +2456,7 @@ else {
|
|||||||
<font class='color_downloaded'> <?php echo $lang_functions['text_downloaded'] ?></font> <?php echo mksize($CURUSER['downloaded'])?>
|
<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?>
|
<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?>
|
||||||
<font class='color_connectable'><?php echo $lang_functions['text_connectable'] ?></font><?php echo $connectable?> <?php echo maxslots();?>
|
<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>
|
</span>
|
||||||
</td>
|
</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 />
|
<td class="bottom" align="right"><span class="medium"><?php echo $lang_functions['text_the_time_is_now'] ?><?php echo $datum['hours'].":".$datum['minutes']?><br />
|
||||||
|
|||||||
@@ -317,6 +317,7 @@ $lang_functions = array
|
|||||||
'text_invalid' => '非法',
|
'text_invalid' => '非法',
|
||||||
'text_technical_info' => '技术信息',
|
'text_technical_info' => '技术信息',
|
||||||
'text_technical_info_help_text' => '文件技术信息来自软件 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,用该软件打开文件,点击菜单视图(View)->文件(Text),在框中右键->全选,再右键->复制,粘贴到这里来。',
|
'text_technical_info_help_text' => '文件技术信息来自软件 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,用该软件打开文件,点击菜单视图(View)->文件(Text),在框中右键->全选,再右键->复制,粘贴到这里来。',
|
||||||
|
'text_management_system' => '管理系统',
|
||||||
);
|
);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -318,6 +318,7 @@ $lang_functions = array
|
|||||||
'text_invalid' => '非法',
|
'text_invalid' => '非法',
|
||||||
'text_technical_info' => '技術信息',
|
'text_technical_info' => '技術信息',
|
||||||
'text_technical_info_help_text' => '文件技術信息來自軟件 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,用該軟件打開文件,點擊菜單視圖(View)->文件(Text),在框中右鍵->全選,再右鍵->復制,粘貼到這裏來。',
|
'text_technical_info_help_text' => '文件技術信息來自軟件 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,用該軟件打開文件,點擊菜單視圖(View)->文件(Text),在框中右鍵->全選,再右鍵->復制,粘貼到這裏來。',
|
||||||
|
'text_management_system' => '管理系統',
|
||||||
);
|
);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -319,6 +319,7 @@ $lang_functions = array
|
|||||||
'text_invalid' => 'Invalid',
|
'text_invalid' => 'Invalid',
|
||||||
'text_technical_info' => 'Technical Info',
|
'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_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',
|
||||||
);
|
);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user