【最新ニュース登録】表示モード修正
All checks were successful
Deploy main / deploy (push) Successful in 22s

This commit is contained in:
你的名字 2025-12-23 18:47:46 +09:00
parent 99d8dfec16
commit 01aa7ad404

View File

@ -3,7 +3,7 @@
@section('content')
@php
$modeLabel = [0=>'非表示', 1=>'公開', 2=>'下書き', 3=>'自動公開'];
$modeLabel = [1=>'下書き(非表示)', 2=>'公開', 3=>'自動公開', 4=>'非表示'];
$curSort = request('sort');
$curDir = strtolower(request('dir', 'desc'));