diff --git a/module/admin/config.php b/module/admin/config.php index 0c3cc75852..7de8810a39 100755 --- a/module/admin/config.php +++ b/module/admin/config.php @@ -57,6 +57,8 @@ $config->admin->plugins[194]->viewLink = 'https://www.zentao.net/extension-viewE $config->admin->apiRoot = 'https://www.zentao.net/'; $config->admin->classURL = 'https://www.zentao.net/publicclass.html'; $config->admin->extensionURL = 'https://www.zentao.net/extension-browse.html'; +$config->admin->patchURL = 'https://www.zentao.net/extension-browse-byModule-1218.html'; +$config->admin->downloadURL = 'https://www.zentao.net/download.html'; $config->admin->liteMenuList = array('system', 'user', 'feature', 'message', 'extension', 'dev'); $config->admin->helpURL['system'] = 'https://www.zentao.net/book/zentaopms/538.html'; diff --git a/module/admin/css/index.css b/module/admin/css/index.css index 06ba1c9a99..815c5a3265 100755 --- a/module/admin/css/index.css +++ b/module/admin/css/index.css @@ -78,15 +78,15 @@ .main.without-internet > .bottom > .official.panel > .main-panel {flex-direction: row-reverse;} /* css in side */ -.time-block {background: #EDEEF2; padding:2px 4px; border-radius: 4px; color: #0B0F18; font-size: 15px;} +.time-block {background: #EDEEF2; padding:2px 4px; border-radius: 4px; color: #0B0F18; font-size: 15px; margin: 0 4px;} .dynamic-block {height: 74px; padding: 12px 16px; display: flex; justify-content: space-between; position: relative; line-height: 20px; border-top: 1px solid #E3E4E9;} .dynamic-content {height: 50px; line-height: 25px; overflow: hidden;} .dynamic-time {white-space: nowrap; position: absolute; right: 12px; bottom: 10px; padding-right: 12px; background: white;} -.time-count {letter-spacing: 2px;} +.time-count {letter-spacing: 1px;} -.patch-block {padding: 12px 16px; line-height: 20px; border-top: 1px solid #E3E4E9;} +.patch-block {padding: 10px 16px 12px; line-height: 20px; border-top: 1px solid #E3E4E9;} .patch-content {height: 40px; overflow: hidden;} -.upgrade-block {padding: 16px 16px; line-height: 20px; border-top: 1px solid #E3E4E9;} +.upgrade-block {padding: 6px 16px; line-height: 20px; border-top: 1px solid #E3E4E9;} .upgrade-content {height: 20px; padding-left: 20px; position: relative; margin: 5px 0;} .upgrade-content:before {content: ' '; width: 8px; height: 8px; background: #E3E4E9; border-radius: 50%; position: absolute; left: 0px; top: 5px;} diff --git a/module/admin/view/index.html.php b/module/admin/view/index.html.php index 7fae6c12d4..79060aee20 100755 --- a/module/admin/view/index.html.php +++ b/module/admin/view/index.html.php @@ -95,7 +95,7 @@