增加用户详细页面种子列表显示当前发布做种下载的总大小 (#18)

* 增加用户详细页种子列表显示相关信息

* 增加用户详细页面种子列表显示当前发布做种下载的总大小

Co-authored-by: xiaomlove <353856593@qq.com>
This commit is contained in:
rabbitwit
2021-06-21 09:55:20 +08:00
committed by GitHub
parent d2a8f1a1a6
commit 5a8f65b4e5
2 changed files with 26 additions and 10 deletions

View File

@@ -14,7 +14,8 @@ $lang_getusertorrentlistajax = array
'col_time_completed' => "完成时间",
'col_se_time' => "做种时间",
'col_le_time' => "下载时间",
'text_record' => "条记录",
'text_record' => " 条记录",
'text_no_record' => "没有记录",
'text_total_size' => " | 总大小:",
);
?>