mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
fix report error, improve announce, add youtube tag
This commit is contained in:
@@ -114,8 +114,8 @@ $lang_tags = array
|
||||
'text_flv_two_example' => "[flv]http://$BASEURL/flash.video.demo.flv[/flv]",
|
||||
'text_youtube' => "YouTube",
|
||||
'text_youtube_description' => "在页面内插入YouTube网站的在线视频",
|
||||
'text_youtube_syntax' => "[youtube]YouTube视频的URL[/youtube]",
|
||||
'text_youtube_example' => "[youtube]http://www.youtube.com/watch?v=EsWKVcZ88Jw[/youtube]",
|
||||
'text_youtube_syntax' => "[youtube,width,height]YouTube视频的URL[/youtube]",
|
||||
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=DWDL3VTCcCg&ab_channel=ESPNMMA[/youtube]",
|
||||
'text_youku' => "优酷",
|
||||
'text_youku_description' => "在页面内插入优酷网的在线视频",
|
||||
'text_youku_syntax' => "[youku]优酷网视频的URL[/youku]",
|
||||
|
||||
@@ -114,8 +114,8 @@ $lang_tags = array
|
||||
'text_flv_two_example' => "[flv]http://$BASEURL/flash.video.demo.flv[/flv]",
|
||||
'text_youtube' => "YouTube",
|
||||
'text_youtube_description' => "在頁面內插入YouTube網站的在線視頻",
|
||||
'text_youtube_syntax' => "[youtube]YouTube視頻的URL[/youtube]",
|
||||
'text_youtube_example' => "[youtube]http://www.youtube.com/watch?v=EsWKVcZ88Jw[/youtube]",
|
||||
'text_youtube_syntax' => "[youtube,width,height]YouTube視頻的URL[/youtube]",
|
||||
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=DWDL3VTCcCg&ab_channel=ESPNMMA[/youtube]",
|
||||
'text_youku' => "優酷",
|
||||
'text_youku_description' => "在頁面內插入優酷網的在線視頻",
|
||||
'text_youku_syntax' => "[youku]優酷網視頻的URL[/youku]",
|
||||
|
||||
@@ -114,8 +114,8 @@ $lang_tags = array
|
||||
'text_flv_two_example' => "[flv]http://$BASEURL/flash.video.demo.flv[/flv]",
|
||||
'text_youtube' => "YouTube",
|
||||
'text_youtube_description' => "Insert YouTube online video in webpages",
|
||||
'text_youtube_syntax' => "[youtube]Video URL on YouTube[/youtube]",
|
||||
'text_youtube_example' => "[youtube]http://www.youtube.com/watch?v=EsWKVcZ88Jw[/youtube]",
|
||||
'text_youtube_syntax' => "[youtube,width,height]Video URL on YouTube[/youtube]",
|
||||
'text_youtube_example' => "[youtube,560,315]https://www.youtube.com/watch?v=DWDL3VTCcCg&ab_channel=ESPNMMA[/youtube]",
|
||||
'text_youku' => "YouKu",
|
||||
'text_youku_description' => "Insert YouKu online video in webpages",
|
||||
'text_youku_syntax' => "[youku]Video URL on YouKu[/youku]",
|
||||
|
||||
Reference in New Issue
Block a user