add spoiler tag + fix attendance additional rewards

This commit is contained in:
xiaomlove
2022-04-12 01:48:22 +08:00
parent 1c065fdf65
commit 58abda6d1a
18 changed files with 149 additions and 52 deletions
+2
View File
@@ -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' => '折疊內容',
);
?>
+4
View File
@@ -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]',
);