diff --git a/admin/index.html b/admin/index.html index 030a6ff5..3162955a 100644 --- a/admin/index.html +++ b/admin/index.html @@ -4,7 +4,7 @@ - Vite App + NexusPHP
diff --git a/admin/src/assets/favicon.ico b/admin/src/assets/favicon.ico new file mode 100644 index 00000000..a024bec1 Binary files /dev/null and b/admin/src/assets/favicon.ico differ diff --git a/admin/src/assets/logo.png b/admin/src/assets/logo.png index f3d2503f..4212eafe 100644 Binary files a/admin/src/assets/logo.png and b/admin/src/assets/logo.png differ diff --git a/admin/src/components/Footer.vue b/admin/src/components/Footer.vue index cd84cb25..93b0cff6 100644 --- a/admin/src/components/Footer.vue +++ b/admin/src/components/Footer.vue @@ -1,8 +1,8 @@ diff --git a/admin/src/components/Header.vue b/admin/src/components/Header.vue index a4c3f3c8..30d9215f 100644 --- a/admin/src/components/Header.vue +++ b/admin/src/components/Header.vue @@ -19,7 +19,7 @@
-

Username:{{ userInfo && userInfo.username || '' }}

+

Email:{{ userInfo && userInfo.email || '' }}

Class:{{ userInfo && userInfo.class_text || '' }}

Logout
diff --git a/admin/src/views/login.vue b/admin/src/views/login.vue index 2a89c5af..2b59f9af 100644 --- a/admin/src/views/login.vue +++ b/admin/src/views/login.vue @@ -2,7 +2,7 @@
- +
NexusPHP
Management system
diff --git a/admin/src/views/user/detail.vue b/admin/src/views/user/detail.vue index ba64f0a5..70b716fc 100644 --- a/admin/src/views/user/detail.vue +++ b/admin/src/views/user/detail.vue @@ -40,12 +40,12 @@ Uploaded - {{baseInfo.uploaded}} + {{baseInfo.uploaded_text}} Add Downloaded - {{baseInfo.downloaded}} + {{baseInfo.downloaded_text}} Add diff --git a/composer.json b/composer.json index abbec6f7..a2ba14b1 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/include/functions.php b/include/functions.php index a28b1766..c6ef735d 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2456,6 +2456,7 @@ else { Torrents seeding Torrents leeching   + = UC_MODERATOR) { ?> []
diff --git a/lang/chs/lang_functions.php b/lang/chs/lang_functions.php index 5d2164cf..9a8559c6 100644 --- a/lang/chs/lang_functions.php +++ b/lang/chs/lang_functions.php @@ -317,6 +317,7 @@ $lang_functions = array 'text_invalid' => '非法', 'text_technical_info' => '技术信息', 'text_technical_info_help_text' => '文件技术信息来自软件 MediaInfo,用该软件打开文件,点击菜单视图(View)->文件(Text),在框中右键->全选,再右键->复制,粘贴到这里来。', + 'text_management_system' => '管理系统', ); ?> diff --git a/lang/cht/lang_functions.php b/lang/cht/lang_functions.php index 6f7989c1..5b0e77d9 100644 --- a/lang/cht/lang_functions.php +++ b/lang/cht/lang_functions.php @@ -318,6 +318,7 @@ $lang_functions = array 'text_invalid' => '非法', 'text_technical_info' => '技術信息', 'text_technical_info_help_text' => '文件技術信息來自軟件 MediaInfo,用該軟件打開文件,點擊菜單視圖(View)->文件(Text),在框中右鍵->全選,再右鍵->復制,粘貼到這裏來。', + 'text_management_system' => '管理系統', ); ?> diff --git a/lang/en/lang_functions.php b/lang/en/lang_functions.php index 983737f6..1a60a47a 100644 --- a/lang/en/lang_functions.php +++ b/lang/en/lang_functions.php @@ -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 MediaInfo,open file, click the view menu > text > right click in the box > select all > copy > past into this box.', + 'text_management_system' => 'Management system', ); ?>