Compare commits

...

2 Commits

Author SHA1 Message Date
Li 60af898d7f Merge branch 'master' of https://silica.codes/SilicaAndPina/psmreborn 2022-09-21 21:31:54 +12:00
Li 7b744af936 Add lazy loading 2022-09-21 21:31:45 +12:00
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ else
echo '<div class="psm-game" onclick="open_url(\'?game='.$titleid.'\')""> echo '<div class="psm-game" onclick="open_url(\'?game='.$titleid.'\')"">
<a href="?game='.$titleid.'" class="nostyle"> <a href="?game='.$titleid.'" class="nostyle">
<img src="/gameinfo/'. $titleid .'/icon_128x128.png" width="124" height="124"> <img src="/gameinfo/'. $titleid .'/icon_128x128.png" loading="lazy" width="124" height="124">
'; ';
if(getSdkType($xml) == "PSM Unity") if(getSdkType($xml) == "PSM Unity")