Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
op72_single
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
op72_single
Commits
c6cc8b04
Commit
c6cc8b04
authored
Nov 25, 2022
by
yu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
28b8e8c8
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
323 additions
and
293 deletions
+323
-293
op72_single.fire
assets/op72_single/scene/op72_single.fire
+318
-288
form.component.html
form/src/app/form/form.component.html
+4
-4
form.component.ts
form/src/app/form/form.component.ts
+1
-1
No files found.
assets/op72_single/scene/op72_single.fire
View file @
c6cc8b04
This diff is collapsed.
Click to expand it.
form/src/app/form/form.component.html
View file @
c6cc8b04
...
...
@@ -88,12 +88,12 @@
<app-audio-recorder
style=
"margin-left: 10px; "
[
audioUrl
]="
item
.
waitAudio
"
(
audioUploaded
)="
onAudioUploadSuccess
($
event
,
'
waitAudio
',
item
,'
waitAudioName
')"
></app-audio-recorder>
<span
style=
"font-size: 20px;"
>
开始读条音频:
</span>
<
!-- <
span style="font-size: 20px;">开始读条音频:</span>
<app-audio-recorder style="margin-left: 10px; " [audioUrl]="item.startLoadingAudio"
(
audioUploaded
)="
onAudioUploadSuccess
($
event
,
'
startLoadingAudio
',
item
,'
loadAudioName
')"
></app-audio-recorder>
(audioUploaded)="onAudioUploadSuccess($event, 'startLoadingAudio', item,'loadAudioName')"></app-audio-recorder>
-->
<span
style=
"font-size: 20px;"
>
猫咪第一音频:
</span>
<
!-- <
span style="font-size: 20px;">猫咪第一音频:</span>
<app-audio-recorder style="margin-left: 10px; " [audioUrl]="item.finishAudioList[0]"
(audioUploaded)="onFinishAudioUploadSuccess($event, 0)"></app-audio-recorder>
...
...
@@ -111,7 +111,7 @@
<span style="font-size: 20px;">猫咪第五音频:</span>
<app-audio-recorder style="margin-left: 10px; " [audioUrl]="item.finishAudioList[4]"
(
audioUploaded
)="
onFinishAudioUploadSuccess
($
event
,
4
)"
></app-audio-recorder>
(audioUploaded)="onFinishAudioUploadSuccess($event, 4)"></app-audio-recorder>
-->
</div>
</div>
...
...
form/src/app/form/form.component.ts
View file @
c6cc8b04
...
...
@@ -11,7 +11,7 @@ import { ComponentBase } from './ComponentBase';
export
class
FormComponent
extends
ComponentBase
implements
OnInit
,
OnChanges
,
OnDestroy
{
// 储存数据用
saveKey
=
"
op_72
"
;
saveKey
=
"
op_72
_single
"
;
// 储存对象
item
:
any
=
{
// score: 0,
...
...
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