mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add spoiler tag + fix attendance additional rewards
This commit is contained in:
@@ -321,6 +321,8 @@ $lang_functions = array
|
||||
'text_technical_info_help_text' => 'MediaInfo 來自軟件 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,用該軟件打開文件,點擊菜單視圖(View)->文件(Text),在框中右鍵->全選,再右鍵->復制,粘貼到這裏來。',
|
||||
'text_management_system' => '管理系統',
|
||||
'text_seed_points' => '做種積分',
|
||||
'spoiler_expand_collapse' => '點擊展開/收縮',
|
||||
'spoiler_default_title' => '折疊內容',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -129,6 +129,10 @@ $lang_tags = array
|
||||
'text_ninety_eight_image_syntax' => " [98img=[auto|number]]圖片文件[/98img]",
|
||||
'text_ninety_eight_image_example' => "[98img=150]uploadfile/2008/10/30/2362924185.png[/98img]",
|
||||
'text_ninety_eight_image_remarks' => "CC98是浙江大學的一個論壇",
|
||||
'text_spoiler' => '折疊',
|
||||
'text_spoiler_description' => '在頁面插入可展開/收縮的內容',
|
||||
'text_spoiler_syntax' => '[spoiler=標題]這是被折疊的內容[/spoiler]',
|
||||
'text_spoiler_example' => '[spoiler=英雄最後的結局怎麽樣了?]英雄最後死掉了![/spoiler]',
|
||||
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user