diff --git a/config/env/torrents.js b/config/env/torrents.js index 284c2286..97dc80e5 100644 --- a/config/env/torrents.js +++ b/config/env/torrents.js @@ -1168,7 +1168,8 @@ module.exports = { * @showThumbsUpUserList: if true, will show thumbs up users list at eof of topic content or reply content * @showUserSignature: if true, will show user signature info in forum * - * @rulesForumID: if you create a forum for user rules and helpers, here is the forumID, it will link to from home help items more + * @noticeForumId: if you create a forum for site global notice, here is the forumID, it will link to forum from more notice list of home page + * @helpForumId: if you create a forum for user rules and helpers, here is the forumID, it will link to forum from more help list of home page */ forumsConfig: { category: [ @@ -1181,7 +1182,8 @@ module.exports = { showThumbsUpUserList: true, showUserSignature: true, - rulesForumID: '595b0c31235c3405a290d737' + noticeForumId: 'some id', + helpForumId: 'some id' }, /** diff --git a/modules/core/client/app/trans-string-en.js b/modules/core/client/app/trans-string-en.js index a4b234fa..ec054775 100644 --- a/modules/core/client/app/trans-string-en.js +++ b/modules/core/client/app/trans-string-en.js @@ -104,14 +104,14 @@ BTN_DOWNLOAD: 'Download', HOME: { - TITLE_HELP: 'Rules and helper', - TITLE_NOTICE: 'System broadcast', + TITLE_HELP: 'Beginner Help', + TITLE_NOTICE: 'System Notice', TITLE_NEW_TOPIC: 'Forum new topics', TITLE_NEWEST_TORRENTS: 'The newest torrents', TITLE_SEARCH: 'Global Search', - SEARCH_SUB_TITLE: 'Type keywords and press enter.', - MORE_HELP_RULES: 'More rules and help contents', - MORE_GO_FORUM: 'Go to forum home', + SEARCH_SUB_TITLE: 'Quickly find what you want by keyword.', + BUTTON_MORE_NOTICE: 'More Notice ...', + BUTTON_MORE_HELPER: 'More Help ...', MORE_VIP_RULES_AND_RIGHT: 'more vip rules and right here', SEARCH_TYPE_TORRENTS: 'Torrents', SEARCH_TYPE_FORUM: 'Forum', @@ -1097,7 +1097,7 @@ //footer view MIT_PROTOCOL: 'The source of this project is protected by MIT open source protocol', GIT_REPO: 'Power by ©meanTorrent,view on GitHub', - SITE_STATEMENT: '

Disclaimer

This site serves as a platform for users to share and discuss Internet resources. The site itself does not provide any resources for download, nor does it store any resource files on the server. The users behavior is not related to this site. If you feel that some users share has infringed your legal rights, please immediately contact to our {{sNameDesc | translate}} by mail, we will verify and process it as soon as possible.', + SITE_STATEMENT: '

Disclaimer

This site serves as a platform for users to share and discuss Internet resources. The site itself does not provide any resources for download, nor does it store any resource files on the server. The users behavior is not related to this site. If you feel that some users share has infringed your legal rights, please immediately contact to our {{sNameDesc | translate}} by mail, we will verify and process it as soon as possible.', TOTAL_USERS: 'Total Users', TOTAL_VIP_USERS: 'Total VIP Users', TOTAL_TORRENTS: 'Total Torrents', diff --git a/modules/core/client/app/trans-string-zh.js b/modules/core/client/app/trans-string-zh.js index f3c1d4a8..df146600 100644 --- a/modules/core/client/app/trans-string-zh.js +++ b/modules/core/client/app/trans-string-zh.js @@ -104,14 +104,14 @@ BTN_DOWNLOAD: '下载', HOME: { - TITLE_HELP: '用户规则与帮助', - TITLE_NOTICE: '系统动态与通知', + TITLE_HELP: '新手帮助', + TITLE_NOTICE: '系统公告', TITLE_NEW_TOPIC: '论坛最新话题', TITLE_NEWEST_TORRENTS: '最近上传的种子', TITLE_SEARCH: '全局搜索', - SEARCH_SUB_TITLE: '通过关键字快速找到您想要的种子或', - MORE_HELP_RULES: '更多规则以及帮助内容', - MORE_GO_FORUM: '去论坛逛一下', + SEARCH_SUB_TITLE: '通过关键字快速找到您想要的内容', + BUTTON_MORE_NOTICE: '更多公告内容 ...', + BUTTON_MORE_HELPER: '更多帮助内容 ...', MORE_VIP_RULES_AND_RIGHT: '更多 vip 规则及权益请看这里', SEARCH_TYPE_TORRENTS: '搜索种子', SEARCH_TYPE_FORUM: '搜索论坛', @@ -1097,7 +1097,7 @@ //footer view MIT_PROTOCOL: '本项目源码受 MIT 开源协议保护', GIT_REPO: 'Power by ©meanTorrent,GitHub 源码仓库', - SITE_STATEMENT: '

免责声明

本站仅作为用户对互联网资源的分享讨论交流平台,站内本身不提供任何资源下载,也不在服务器存储任何资源文件,用户自行分享的行为与本站无关,如果您觉得某些用户的分享侵犯了您的合法权益,请立即向我们的 {{sNameDesc | translate}} 发送 邮件,我们将会尽快核实并处理。', + SITE_STATEMENT: '

免责声明

本站仅作为用户对互联网资源的分享讨论交流平台,站内本身不提供任何资源下载,也不在服务器存储任何资源文件,用户自行分享的行为与本站无关,如果您觉得某些用户的分享侵犯了您的合法权益,请立即向我们的 {{sNameDesc | translate}} 发送 邮件,我们将会尽快核实并处理。', TOTAL_USERS: '注册会员', TOTAL_VIP_USERS: 'VIP会员', TOTAL_TORRENTS: '种子数', diff --git a/modules/core/client/less/home.less b/modules/core/client/less/home.less index 31095ce0..60bbda46 100644 --- a/modules/core/client/less/home.less +++ b/modules/core/client/less/home.less @@ -92,7 +92,7 @@ } } .list-title { - margin-bottom: 10px; + margin-bottom: 20px; position: relative; .fa-stack { font-size: 30px; @@ -143,8 +143,11 @@ color: #fff; } } + .fun-title { + color: @mt-base-color; + } .fun-desc { - color: #000; + color: #2a2a2a; } } } @@ -432,7 +435,7 @@ border-bottom: dotted 1px #000; .item-data { position: absolute; - left: 150px; + left: 130px; } } } diff --git a/modules/core/client/views/home.client.view.html b/modules/core/client/views/home.client.view.html index 7e9a3694..7261ceda 100644 --- a/modules/core/client/views/home.client.view.html +++ b/modules/core/client/views/home.client.view.html @@ -76,20 +76,45 @@
-
+
- - - +
+ + +

{{t.pushHomeAt | date: 'MM-dd HH:mm:ss'}} - {{t.title}}

+
-
+
+
+
+ + +
+
+

+ {{t.pushHomeAt | date: 'MM-dd HH:mm:ss'}} - + {{t.title}} +

+
+ +
@@ -132,7 +157,7 @@ -

+

@@ -147,6 +172,7 @@
+
@@ -160,6 +186,7 @@
+