Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
ym008
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
ym008
Commits
ffcc9f93
Commit
ffcc9f93
authored
5 years ago
by
chaiyajie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完成
parent
68f7a736
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
151 additions
and
78 deletions
+151
-78
form.component.ts
src/app/form/form.component.ts
+5
-1
play.component.ts
src/app/play/play.component.ts
+145
-77
resources.js
src/app/play/resources.js
+1
-0
pause.png
src/assets/play/pause.png
+0
-0
No files found.
src/app/form/form.component.ts
View file @
ffcc9f93
...
...
@@ -82,7 +82,11 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
this
.
save
();
}
onAudioUploadSuccessByItem
(
e
,
item
,
key
)
{
console
.
log
(
item
);
item
[
key
]
=
e
.
url
;
this
.
save
();
}
/**
* 储存数据
...
...
This diff is collapsed.
Click to expand it.
src/app/play/play.component.ts
View file @
ffcc9f93
This diff is collapsed.
Click to expand it.
src/app/play/resources.js
View file @
ffcc9f93
...
...
@@ -3,6 +3,7 @@ const res = [
// ['bg', "assets/play/bg.jpg"],
[
'
btn_left
'
,
"
assets/play/btn_left.png
"
],
[
'
btn_right
'
,
"
assets/play/btn_right.png
"
],
[
'
pause
'
,
"
assets/play/pause.png
"
]
// ['text_bg', "assets/play/text_bg.png"],
];
...
...
This diff is collapsed.
Click to expand it.
src/assets/play/pause.png
0 → 100644
View file @
ffcc9f93
5.38 KB
This diff is collapsed.
Click to expand it.
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