mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add spoiler tag + fix attendance additional rewards
This commit is contained in:
@@ -320,6 +320,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]',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -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]',
|
||||
|
||||
);
|
||||
|
||||
|
||||
@@ -322,6 +322,8 @@ $lang_functions = array
|
||||
'text_technical_info_help_text' => 'MediaInfo comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,open file, click the view menu > text > right click in the box > select all > copy > past into this box.',
|
||||
'text_management_system' => 'Management system',
|
||||
'text_seed_points' => 'Seed points',
|
||||
'spoiler_expand_collapse' => 'Click to expand/collapse',
|
||||
'spoiler_default_title' => 'Collapse content',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -129,6 +129,10 @@ $lang_tags = array
|
||||
'text_ninety_eight_image_syntax' => " [98img=[auto|number]]image file[/98img]",
|
||||
'text_ninety_eight_image_example' => "[98img=150]uploadfile/2008/10/30/2362924185.png[/98img]",
|
||||
'text_ninety_eight_image_remarks' => "CC98 is a forum at Zhejiang University",
|
||||
'text_spoiler' => 'Spoiler',
|
||||
'text_spoiler_description' => 'Insert expandable/collapsible content on the page',
|
||||
'text_spoiler_syntax' => '[spoiler=title]This is the folded content[/spoiler]',
|
||||
'text_spoiler_example' => '[spoiler=What happened to the final ending of the hero?]The hero died last![/spoiler]',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user