Merge pull request #1208 from dataease/pr@dev@refactor_panel-video-limit

refactor:视图格式限制提示
This commit is contained in:
王嘉豪 2021-11-16 11:22:37 +08:00 committed by GitHub
commit 713aa97ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -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: '循环播放',

View File

@ -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: '循环播放',