no message

This commit is contained in:
hellcat 2026-01-04 20:59:04 +08:00
parent 8b6b5e769b
commit da2de3cd19
3 changed files with 4 additions and 4 deletions

View File

@ -102,11 +102,11 @@ class ListController extends Controller
foreach ($aArticleList as &$row) {
$sTimeLost = Time::Lost(time(), strtotime($row['created_at']));
$sTimeLost = Time::Lost(time(), strtotime($row['updated_at']));
$row['time_lost'] = $sTimeLost;
$row['created_at'] = date('n月j日', strtotime($row['created_at']));
$row['updated_at'] = date('n月j日', strtotime($row['updated_at']));
if ($row['type'] == 'node') {
$row['typeStr'] = '免费节点';

View File

@ -168,7 +168,7 @@
</body>
</html>
<input id="createdAt" value="{{$aData['created_at']}}" hidden>
<input id="createdAt" value="{{$aData['updated_at']}}" hidden>
<input id="article_id" value="{{$aData['id']}}" hidden>
<script src="/sakai/js/articleSinge.js"></script>

View File

@ -199,7 +199,7 @@
</body>
</html>
<input id="createdAt" value="{{$aData['created_at']}}" hidden>
<input id="createdAt" value="{{$aData['updated_at']}}" hidden>
<input id="article_id" value="{{$aData['id']}}" hidden>
<script src="/sakai/js/articleSinge.js"></script>