mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
text align tag + update/edit get desc + rating improve
This commit is contained in:
@@ -323,6 +323,7 @@ $lang_functions = array
|
||||
'text_seed_points' => '做種積分',
|
||||
'spoiler_expand_collapse' => '點擊展開/收縮',
|
||||
'spoiler_default_title' => '折疊內容',
|
||||
'pt_gen_get_description' => '獲取簡介',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -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' => '至少保留一個',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -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]',
|
||||
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user