Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
B
bjgee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shangbj
bjgee
Commits
3c6f7db4
Commit
3c6f7db4
authored
Sep 08, 2018
by
shangbj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5d6fdf39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.gitignore
.gitignore
+2
-0
video.html
static/video.html
+1
-1
No files found.
.gitignore
View file @
3c6f7db4
...
@@ -9,3 +9,5 @@ npm-debug.log
...
@@ -9,3 +9,5 @@ npm-debug.log
# Nuxt generate
# Nuxt generate
dist
dist
*.mp4
\ No newline at end of file
static/video.html
View file @
3c6f7db4
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
var
vLogoPath
=
"/images/logo.png"
;
//Logo地址
var
vLogoPath
=
"/images/logo.png"
;
//Logo地址
var
vLogoPosition
=
"top-left"
var
vLogoPosition
=
"top-left"
var
vPlayMod
=
1
;
//播放模式优先级,默认=0,html5优先=1,flash优先=2
var
vPlayMod
=
1
;
//播放模式优先级,默认=0,html5优先=1,flash优先=2
var
vMp4url
=
"
/other
/clszjkg0820173628009.mp4"
;
//视频文件地址推荐用mp4文件(h264编码)
var
vMp4url
=
"
http://o7wsr8jsp.bkt.clouddn.com
/clszjkg0820173628009.mp4"
;
//视频文件地址推荐用mp4文件(h264编码)
//-->
//-->
</script>
</script>
<script
class=
"CuPlayerVideo"
data-mce-role=
"CuPlayerVideo"
type=
"text/javascript"
src=
"/CuPlayerV4/player/js/player.min.js"
></script>
<script
class=
"CuPlayerVideo"
data-mce-role=
"CuPlayerVideo"
type=
"text/javascript"
src=
"/CuPlayerV4/player/js/player.min.js"
></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment