medal management

This commit is contained in:
xiaomlove
2022-01-19 23:54:55 +08:00
parent 3fa8fd19c0
commit 64a1f2bb0c
39 changed files with 1282 additions and 171 deletions
+1
View File
@@ -126,6 +126,7 @@ $lang_mybonus = array
'text_cancel_hr_title' => 'H&R 消除',
'text_cancel_hr_label' => '輸入要消除的 H&R ID',
'text_success_cancel_hr' => "成功消除了一個 H&R。",
'text_success_buy_medal' => '成功購買該勛章。',
);
?>
+1
View File
@@ -147,5 +147,6 @@ $lang_userdetails = array
'text_no_ad_until_note' => "時間格式為'年年年年-月月-日日 時時:分分:秒秒'。無廣告待遇結束的時間。",
'disable_user_migrated' => '啟用或禁用用戶請到管理後臺操作',
'text_user_id'=> "用戶ID/UID",
'row_medal' => '勛章',
);
?>