fix issues

This commit is contained in:
xiaomlove
2025-05-12 14:37:41 +07:00
parent 9a864b817a
commit 8b2c6cea2f
6 changed files with 15 additions and 3 deletions

View File

@@ -168,6 +168,9 @@ $lang_mybonus = array
'text_success_buy_change_username_card' => "祝賀你,成功購買了<b>改名卡</b>",
'text_change_username_card_already_has' => '已經擁有改名卡',
'text_rainbow_id_already_valid_forever' => '已永久擁有彩虹 ID',
'text_get_by_medal' => '勛章加成每小時將額外得到如下的魔力值',
'medal_additional_desc' => '勛章獎勵計算公式同上,不考慮低保',
'medal_additional_factor' => '最終獎勵為計算所得勛章獎勵乘以勛章加成系數,當前勛章加成系數為: ',
);
?>

View File

@@ -168,6 +168,9 @@ where<ul><li><b>A</b> is an intermediate variable</li><li><b>Ti</b> is the <b>i<
'text_success_buy_change_username_card' => "Congratulations on your successful purchase of a <b>change username card</b>!",
'text_change_username_card_already_has' => 'Already have a change username card',
'text_rainbow_id_already_valid_forever' => 'Already have a permanent Rainbow ID',
'text_get_by_medal' => 'Medal bonus will get the following additional bonus value per hour',
'medal_additional_desc' => 'Medal bonus calculation formula is the same as above, regardless of minimum guarantee',
'medal_additional_factor' => 'The final bonus is the calculated medal bonus multiplied by the medal_additional_factor',
);
?>