This commit is contained in:
王金磊
2023-03-17 15:06:31 +08:00
parent c5e6781197
commit 34494929a6
6 changed files with 606 additions and 22 deletions

View File

@@ -325,6 +325,7 @@ class Board extends Controller {
$boards[$k]['wos_time'] = $cache_user['wos_time'];
$boards[$k]['google_index'] = $cache_user['google_index'];
$boards[$k]['google_time'] = $cache_user['google_time'];
$boards[$k]['score'] = $cache_user['score'];
}
foreach ($boards as $v) {