mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-26 21:37: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]',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user