forked from github/dataease
Merge pull request #1208 from dataease/pr@dev@refactor_panel-video-limit
refactor:视图格式限制提示
This commit is contained in:
commit
713aa97ed4
@ -1405,7 +1405,7 @@ export default {
|
||||
online_video: 'Online Video',
|
||||
streaming_media: 'Streaming Media',
|
||||
auto_play: 'Auto Play',
|
||||
video_tips: 'Video Tips',
|
||||
video_tips: 'User Https,Now Format:mp4、webm',
|
||||
play_frequency: 'Play Frequency',
|
||||
play_once: 'Once',
|
||||
play_circle: 'Circle',
|
||||
|
@ -1408,7 +1408,7 @@ export default {
|
||||
online_video: '在线视频',
|
||||
streaming_media: '流媒体',
|
||||
auto_play: '自动播放',
|
||||
video_tips: '非HTTPS链接,可能导致无法播放',
|
||||
video_tips: '优先HTTPS链接;当前支持格式mp4,webm',
|
||||
play_frequency: '播放频率',
|
||||
play_once: '播放一次',
|
||||
play_circle: '循环播放',
|
||||
|
@ -1417,7 +1417,7 @@ export default {
|
||||
online_video: '在线视频',
|
||||
streaming_media: '流媒体',
|
||||
auto_play: '自动播放',
|
||||
video_tips: '非HTTPS链接,可能导致无法播放',
|
||||
video_tips: '优先HTTPS链接;当前支持格式mp4,webm',
|
||||
play_frequency: '播放频率',
|
||||
play_once: '播放一次',
|
||||
play_circle: '循环播放',
|
||||
|
Loading…
Reference in New Issue
Block a user