Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BOY04
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
BOY04
Commits
f5a3c159
Commit
f5a3c159
authored
Jun 27, 2022
by
yu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6.27调整
parent
e8ce17ba
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11630 additions
and
11564 deletions
+11630
-11564
BOY04.ts
assets/BOY04/scene/BOY04.ts
+128
-63
defaultData.ts
assets/BOY04/script/defaultData.ts
+4
-4
creator.d.ts
creator.d.ts
+11493
-11492
form.component.html
form/src/app/form/form.component.html
+5
-5
No files found.
assets/BOY04/scene/BOY04.ts
View file @
f5a3c159
This diff is collapsed.
Click to expand it.
assets/BOY04/script/defaultData.ts
View file @
f5a3c159
export
const
defaultData
=
{
"
score
"
:
0
,
"
score
"
:
5
,
"
top
"
:
{
"
image
"
:
""
,
"
text
"
:
"
1
"
,
"
audio
"
:
""
"
image
"
:
"
http://staging-teach.cdn.ireadabc.com/00557f0ccc97e8396a3512a11def67bc.png
"
,
"
text
"
:
"
wha
"
,
"
audio
"
:
"
http://staging-teach.cdn.ireadabc.com/65c62cd89703cce9cec9c68b41b92f5d_l.mp3
"
},
"
questions
"
:
[
{
...
...
creator.d.ts
View file @
f5a3c159
This diff is collapsed.
Click to expand it.
form/src/app/form/form.component.html
View file @
f5a3c159
...
...
@@ -80,11 +80,11 @@
<input
type=
"text"
nz-input
[(
ngModel
)]="
item
.
score
"
(
blur
)="
save
()"
>
<span
style=
"font-size: 20px;"
>
标题文字:
</span>
<input
type=
"text"
nz-input
[(
ngModel
)]="
item
.
top
.
text
"
(
blur
)="
save
()"
>
<
!-- <
span style="font-size: 20px;">标题图片: </span>
<span
style=
"font-size: 20px;"
>
标题图片:
</span>
<div
style=
"width:300px"
>
<app-upload-image-with-preview
[
picUrl
]="
item
.
top
.
image
"
(
imageUploaded
)="
onImageUploadSuccess
($
event
,'
image
',
item
.
top
)"
></app-upload-image-with-preview>
</div>
-->
</div>
<span
style=
"font-size: 20px;"
>
标题音频:
</span>
<div
style=
"display:flex ;"
>
<div>
...
...
@@ -106,7 +106,7 @@
</div>
<div
class=
"option-text"
>
<
!-- <
div class="option-text">
<div class="word-input-title">
<span style="color:red;margin-left:-15px">* </span>
<span>题干文字: </span>
...
...
@@ -130,7 +130,7 @@
</span>
</div>
</div>
</div>
</div>
-->
<!-- <div class="option-img">
<div class="word-input-title">
...
...
@@ -275,7 +275,7 @@
</div>
<div
style=
"margin-left: 10px;"
>
<button
class=
"btn-red"
nz-button
nzType=
"default"
nzDanger
(
click
)="
removeOption
(
i
,
j
)"
>
删除选项
</button>
<button
class=
"btn-red"
nz-button
nzType=
"default"
nzDanger
(
click
)="
removeOption
(
i
,
j
)"
>
删除选项
</button>
</div>
</div>
</div>
...
...
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