Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dpe_video_editor
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
dpe_video_editor
Commits
797e5629
Commit
797e5629
authored
Jun 20, 2024
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保存_h视频
parent
ae533c26
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
main-es2015.js
form/main-es2015.js
+2
-2
main-es2015.js.map
form/main-es2015.js.map
+1
-1
main-es5.js
form/main-es5.js
+2
-2
main-es5.js.map
form/main-es5.js.map
+1
-1
form.component.ts
form_angular/src/app/form/form.component.ts
+2
-2
No files found.
form/main-es2015.js
View file @
797e5629
...
@@ -6274,7 +6274,7 @@ let FormComponent = /*@__PURE__*/ (() => {
...
@@ -6274,7 +6274,7 @@ let FormComponent = /*@__PURE__*/ (() => {
"
duration
"
:
0
,
"
duration
"
:
0
,
"
size
"
:
0
,
"
size
"
:
0
,
"
snapshotUrl
"
:
""
,
"
snapshotUrl
"
:
""
,
"
muteVideoUrl
"
:
"
https://teach.cdn.ireadabc.com/be144b2d0e8494bb7f2ce0b3e31c8772.mp4
"
"
muteVideoUrl
"
:
""
};
};
}
}
// 截图
// 截图
...
@@ -6295,7 +6295,7 @@ let FormComponent = /*@__PURE__*/ (() => {
...
@@ -6295,7 +6295,7 @@ let FormComponent = /*@__PURE__*/ (() => {
this
.
save
();
this
.
save
();
}
}
onVideoUploaded
(
e
,
item
,
key
)
{
onVideoUploaded
(
e
,
item
,
key
)
{
item
[
key
]
=
e
.
url
;
item
[
key
]
=
e
.
url
.
replace
(
"
.mp4
"
,
"
_h.mp4
"
)
;
this
.
save
();
this
.
save
();
}
}
}
}
...
...
form/main-es2015.js.map
View file @
797e5629
This diff is collapsed.
Click to expand it.
form/main-es5.js
View file @
797e5629
...
@@ -10219,7 +10219,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
...
@@ -10219,7 +10219,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
"
duration
"
:
0
,
"
duration
"
:
0
,
"
size
"
:
0
,
"
size
"
:
0
,
"
snapshotUrl
"
:
""
,
"
snapshotUrl
"
:
""
,
"
muteVideoUrl
"
:
"
https://teach.cdn.ireadabc.com/be144b2d0e8494bb7f2ce0b3e31c8772.mp4
"
"
muteVideoUrl
"
:
""
};
};
return
_this45
;
return
_this45
;
}
// 截图
}
// 截图
...
@@ -10249,7 +10249,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
...
@@ -10249,7 +10249,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
},
{
},
{
key
:
"
onVideoUploaded
"
,
key
:
"
onVideoUploaded
"
,
value
:
function
onVideoUploaded
(
e
,
item
,
key
)
{
value
:
function
onVideoUploaded
(
e
,
item
,
key
)
{
item
[
key
]
=
e
.
url
;
item
[
key
]
=
e
.
url
.
replace
(
"
.mp4
"
,
"
_h.mp4
"
)
;
this
.
save
();
this
.
save
();
}
}
}]);
}]);
...
...
form/main-es5.js.map
View file @
797e5629
This diff is collapsed.
Click to expand it.
form_angular/src/app/form/form.component.ts
View file @
797e5629
...
@@ -16,7 +16,7 @@ export class FormComponent extends ComponentBase implements OnInit, OnChanges, O
...
@@ -16,7 +16,7 @@ export class FormComponent extends ComponentBase implements OnInit, OnChanges, O
"
duration
"
:
0
,
"
duration
"
:
0
,
"
size
"
:
0
,
"
size
"
:
0
,
"
snapshotUrl
"
:
""
,
"
snapshotUrl
"
:
""
,
"
muteVideoUrl
"
:
"
https://teach.cdn.ireadabc.com/be144b2d0e8494bb7f2ce0b3e31c8772.mp4
"
"
muteVideoUrl
"
:
""
}
}
// testUrl = "http://staging-teach.cdn.ireadabc.com/0e64dfbfc54a7bd0bb121092f74b130b.mp4";
// testUrl = "http://staging-teach.cdn.ireadabc.com/0e64dfbfc54a7bd0bb121092f74b130b.mp4";
...
@@ -45,7 +45,7 @@ export class FormComponent extends ComponentBase implements OnInit, OnChanges, O
...
@@ -45,7 +45,7 @@ export class FormComponent extends ComponentBase implements OnInit, OnChanges, O
}
}
onVideoUploaded
(
e
,
item
,
key
)
{
onVideoUploaded
(
e
,
item
,
key
)
{
item
[
key
]
=
e
.
url
item
[
key
]
=
e
.
url
.
replace
(
"
.mp4
"
,
"
_h.mp4
"
)
this
.
save
();
this
.
save
();
}
}
...
...
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