text align tag + update/edit get desc + rating improve

This commit is contained in:
xiaomlove
2022-04-14 00:52:28 +08:00
parent d2a87ccda0
commit 9759c09320
44 changed files with 541 additions and 122 deletions
+1
View File
@@ -323,6 +323,7 @@ $lang_functions = array
'text_seed_points' => '做種積分',
'spoiler_expand_collapse' => '點擊展開/收縮',
'spoiler_default_title' => '折疊內容',
'pt_gen_get_description' => '獲取簡介',
);
?>
+3
View File
@@ -735,6 +735,9 @@ $lang_settings = array
'text_attendance_continuous_add_rules' => '請請從小到大添加規則',
'row_attendance_card' => '購買補簽卡',
'text_attendance_card_note' => "個魔力值,如果他需要購買一張補簽卡。默認'" . \App\Models\BonusLogs::DEFAULT_BONUS_BUY_ATTENDANCE_CARD . "'。",
'row_site_language_enabled' => '站點啟用語言',
'text_site_language_enabled_note' => '選擇站點啟用的語言',
'keep_at_least_one' => '至少保留一個',
);
?>
+15
View File
@@ -134,6 +134,21 @@ $lang_tags = array
'text_spoiler_syntax' => '[spoiler=標題]這是被折疊的內容[/spoiler]',
'text_spoiler_example' => '[spoiler=英雄最後的結局怎麽樣了?]英雄最後死掉了![/spoiler]',
'text_left' => '靠左對齊',
'text_left_description' => '在頁面插入靠左對齊的內容',
'text_left_syntax' => '[left]這是靠左對齊的內容[/left]',
'text_left_example' => '[left]這是靠左對齊的內容[/left]',
'text_center' => '居中對齊',
'text_center_description' => '在頁面插入居中對齊的內容',
'text_center_syntax' => '[center]這是居中對齊的內容[/center]',
'text_center_example' => '[center]這是居中對齊的內容[/center]',
'text_right' => '靠右對齊',
'text_right_description' => '在頁面插入靠右對齊的內容',
'text_right_syntax' => '[right]這是靠右對齊的內容[/right]',
'text_right_example' => '[right]這是靠右對齊的內容[/right]',
);
?>