From 80a0302e989a1f33b5607e0b8d26ae0fca568c1e Mon Sep 17 00:00:00 2001 From: xiaomlove <1939737565@qq.com> Date: Wed, 12 Mar 2025 22:05:58 +0800 Subject: [PATCH] medal add ID --- public/medal.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/medal.php b/public/medal.php index ccdc3063..e8a7c426 100644 --- a/public/medal.php +++ b/public/medal.php @@ -40,6 +40,7 @@ $table = << + @@ -89,8 +90,8 @@ foreach ($rows as $row) { $giftDisabled, $giftClass, $row->id, $giftBtnText, $giftDisabled, $columnGiftFeeLabel, (($row->gift_fee_factor ?? 0) * 100).'%' ); $table .= sprintf( - '', - $row->image_large, $row->name, $row->description, $row->sale_begin_time ?? nexus_trans('nexus.no_limit'), $row->sale_end_time ?? nexus_trans('nexus.no_limit'), $row->durationText, (($row->bonus_addition_factor ?? 0) * 100).'%', number_format($row->price), $row->inventory ?? nexus_trans('label.infinite'), $buyAction, $giftAction + '', + $row->id,$row->image_large, $row->name, $row->description, $row->sale_begin_time ?? nexus_trans('nexus.no_limit'), $row->sale_end_time ?? nexus_trans('nexus.no_limit'), $row->durationText, (($row->bonus_addition_factor ?? 0) * 100).'%', number_format($row->price), $row->inventory ?? nexus_trans('label.infinite'), $buyAction, $giftAction ); } $table .= '
ID $columnImageLargeLabel $columnDescriptionLabel $columnSaleBeginEndTimeLabel

%s

%s
%s ~
%s
%s%s%s%s%s%s
%s

%s

%s
%s ~
%s
%s%s%s%s%s%s
';