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 {
+ = 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',
);
?>
|