File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ function shapingKeys($array){
5858
5959 $ filter = "" ;
6060 if ($ request ->filter === "bs " ){
61- $ filter = "Battle Scoreのみ表示中 " ;
61+ $ filter = "Battle Scoreの更新を表示中 " ;
6262 }
6363 if ($ request ->filter === "ts " ){
64- $ filter = "Technical Score、 Platinum Score、クリアランプのみ表示中 " ;
64+ $ filter = "レーティング関連( Technical Score, Platinum Score, クリアランプ)の更新を表示中 " ;
6565 }
6666 if ($ request ->filter === "od " ){
67- $ filter = "Over Damageのみ表示中 " ;
67+ $ filter = "Over Damageの更新を表示中 " ;
6868 }
6969
7070 $ version = (new ApplicationVersion ())->getLatestVersion ();
Original file line number Diff line number Diff line change 5353 <div >
5454 <label class =" label" >更新種別でフィルタリングする</label >
5555 <a href =" {{ $url } }" >すべて表示</a > /
56+ <a href =" {{ $url } } ?filter=ts" >レーティング関連の更新</a > /
5657 <a href =" {{ $url } } ?filter=bs" >Battle Score更新</a > /
57- <a href =" {{ $url } } ?filter=ts" >レート値更新</a > /
5858 <a href =" {{ $url } } ?filter=od" >Over Damage更新</a >
59+ </div >
60+
61+ <div >
5962 @if ($filter !== " " )
6063 <br >{{ $filter } }
6164 @endif
166169 <span class =" tag {{ $value [' difference' ][' old-lamp-is-fb' ]} }" >FB</span >
167170 <span class =" tag {{ $value [' difference' ][' old-lamp-is-fc' ]} }" >FC</span >
168171 <span class =" tag {{ $value [' difference' ][' old-lamp-is-ab' ]} }" >AB</span >
169-
172+ →
170173 <span class =" tag {{ $value [' difference' ][' new-lamp-is-fb' ]} }" >FB</span >
171174 <span class =" tag {{ $value [' difference' ][' new-lamp-is-fc' ]} }" >FC</span >
172175 <span class =" tag {{ $value [' difference' ][' new-lamp-is-ab' ]} }" >AB</span >
You can’t perform that action at this time.
0 commit comments