Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
蒋秀川
/
miniProject
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 1ec7256c
authored
Sep 19, 2023
by
Tianqing Liu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat: 增加水印功能
1 parent
57cb2b09
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
h5/src/components/vionPlayer/data.js
h5/src/components/vionPlayer/index.vue
h5/src/components/vionPlayer/data.js
0 → 100644
View file @
1ec7256
This diff is collapsed.
Click to expand it.
h5/src/components/vionPlayer/index.vue
View file @
1ec7256
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
{
watermarkBase64
}
from
'./data'
;
export
default
{
export
default
{
name
:
'VionPlayer'
,
name
:
'VionPlayer'
,
data
()
{
data
()
{
...
@@ -32,6 +34,15 @@ export default {
...
@@ -32,6 +34,15 @@ export default {
controlAutoHide
:
false
,
controlAutoHide
:
false
,
supportDblclickFullscreen
:
false
,
supportDblclickFullscreen
:
false
,
showBandwidth
:
false
,
// 显示网速
showBandwidth
:
false
,
// 显示网速
watermarkConfig
:
{
image
:
{
src
:
watermarkBase64
,
width
:
150
,
height
:
48
},
right
:
10
,
top
:
30
},
operateBtns
:
{
operateBtns
:
{
fullscreen
:
true
,
fullscreen
:
true
,
screenshot
:
false
,
screenshot
:
false
,
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment