mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
1. 新增BDInfo解析
2. 优化MediaInfo显示 3. 修改MediaInfo和BDInfo支持多语言
This commit is contained in:
@@ -707,8 +707,11 @@ $lang_settings = array
|
||||
'text_login_secret_lifetime_unit' => '分钟',
|
||||
'row_login_secret_lifetime' => '登录密钥有效期',
|
||||
'text_login_secret_lifetime_deadline' => '当前密钥有效期至',
|
||||
'row_enable_technical_info' => '启用 MediaInfo',
|
||||
'text_enable_technical_info' => "默认'否'。MediaInfo 来自软件 <b><a href=\"https://mediaarea.net/en/MediaInfo\" target='_blank'>MediaInfo</a></b> Text 视图的结果",
|
||||
'row_enable_technical_info' => '启用 MediaInfo/BDInfo',
|
||||
'text_enable_technical_info' => '默认\'否\'。<br>
|
||||
MediaInfo 来自软件 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b> Text 视图的结果 <br>
|
||||
BDInfo 来自软件 <b><a href="https://github.com/UniqProject/BDInfo" target=\'_blank\'>BDInfo</a></b> View Reports的结果
|
||||
',
|
||||
'row_sticky_first_level_background_color' => '一级置顶背景颜色',
|
||||
'text_sticky_first_level_background_color_note' => '一级置顶背景颜色,不设置则无背景色。',
|
||||
'row_sticky_second_level_background_color' => '二级置顶背景颜色',
|
||||
|
||||
Reference in New Issue
Block a user