Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cc_mz_007
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
cc_mz_007
Commits
96fb6ab7
Commit
96fb6ab7
authored
Sep 22, 2020
by
Li Mingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 体感音频
parent
ad4f646a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
0 deletions
+10
-0
.DS_Store
.DS_Store
+0
-0
form.component.html
form/src/app/form/form.component.html
+10
-0
.DS_Store
publish/.DS_Store
+0
-0
.DS_Store
publish/publish/.DS_Store
+0
-0
No files found.
.DS_Store
View file @
96fb6ab7
No preview for this file type
form/src/app/form/form.component.html
View file @
96fb6ab7
...
...
@@ -45,6 +45,16 @@
(
imageUploaded
)="
onImageUploadSuccess
($
event
,
'
pop_pic_url
',
group
)"
></app-upload-image-with-preview>
</div>
<div
style=
"display: flex; align-items: center; margin-top: 10px;"
>
<span>
题干音频:
</span>
<app-audio-recorder
style=
"display: inline;"
[
audioUrl
]="
group
.
bubble_audio_url
"
(
audioUploaded
)="
onAudioUploadSuccess
($
event
,
'
bubble_audio_url
',
group
)"
></app-audio-recorder>
</div>
</div>
<div
style=
"margin-top: 20px; margin-bottom: 20px;"
>
...
...
publish/.DS_Store
View file @
96fb6ab7
No preview for this file type
publish/publish/.DS_Store
View file @
96fb6ab7
No preview for this file type
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