Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DG_FAF
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
DG_FAF
Commits
f6c3ad51
Commit
f6c3ad51
authored
Mar 24, 2023
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复文字输入也显示检查结果热区的问题
parent
72d00a5b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
DG_FAF.fire
assets/DG_FAF/scene/DG_FAF.fire
+4
-4
icon_connect_end.png.meta
assets/DG_FAF/textures/icon_connect_end.png.meta
+3
-3
icon_connect_start.png.meta
assets/DG_FAF/textures/icon_connect_start.png.meta
+3
-3
form.component.html
form_angular/src/app/form/form.component.html
+1
-1
No files found.
assets/DG_FAF/scene/DG_FAF.fire
View file @
f6c3ad51
...
...
@@ -31680,7 +31680,7 @@
},
{
"__type__": "cc.Node",
"_name": "icon_connect_
start
",
"_name": "icon_connect_
end
",
"_objFlags": 0,
"_parent": {
"__id__": 824
...
...
@@ -31752,7 +31752,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "
1cce80c5-70de-4125-b98a-c90ffaa59dfb
"
"__uuid__": "
b901f558-9d0a-421b-9282-e36dd8347ece
"
},
"_type": 0,
"_sizeMode": 1,
...
...
@@ -31770,7 +31770,7 @@
},
{
"__type__": "cc.Node",
"_name": "icon_connect_
end
",
"_name": "icon_connect_
start
",
"_objFlags": 0,
"_parent": {
"__id__": 824
...
...
@@ -31842,7 +31842,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "
df08e289-fe40-4291-851f-7bd589d31250
"
"__uuid__": "
ad9274ba-f865-4566-84ce-2e676ae618be
"
},
"_type": 0,
"_sizeMode": 1,
...
...
assets/DG_FAF/textures/icon_connect_end.png.meta
View file @
f6c3ad51
{
"ver": "2.3.5",
"uuid": "
77b09182-4ae8-4222-90d7-f19f59b65497
",
"uuid": "
b9ba086f-a8d9-46e9-a95e-6880bf9a03b5
",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
...
...
@@ -13,8 +13,8 @@
"subMetas": {
"icon_connect_end": {
"ver": "1.0.4",
"uuid": "
1cce80c5-70de-4125-b98a-c90ffaa59dfb
",
"rawTextureUuid": "
77b09182-4ae8-4222-90d7-f19f59b65497
",
"uuid": "
b901f558-9d0a-421b-9282-e36dd8347ece
",
"rawTextureUuid": "
b9ba086f-a8d9-46e9-a95e-6880bf9a03b5
",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
...
...
assets/DG_FAF/textures/icon_connect_start.png.meta
View file @
f6c3ad51
{
"ver": "2.3.5",
"uuid": "
b2f1e81e-e303-463b-ab87-6f9a885a6f34
",
"uuid": "
67996a45-2315-46ff-86e6-996e014b9265
",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
...
...
@@ -13,8 +13,8 @@
"subMetas": {
"icon_connect_start": {
"ver": "1.0.4",
"uuid": "
df08e289-fe40-4291-851f-7bd589d31250
",
"rawTextureUuid": "
b2f1e81e-e303-463b-ab87-6f9a885a6f34
",
"uuid": "
ad9274ba-f865-4566-84ce-2e676ae618be
",
"rawTextureUuid": "
67996a45-2315-46ff-86e6-996e014b9265
",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
...
...
form_angular/src/app/form/form.component.html
View file @
f6c3ad51
...
...
@@ -472,7 +472,7 @@
</nz-select>
</div>
<div
*
ngIf=
"it.hotZoneType == HOT_ZONE_RADIO || it.hotZoneType == HOT_ZONE_CHECKBOX || it.hotZoneType == CONNECTION || it.hotZoneType == RIGHT_OR_WRONG || it.hotZoneType == CROSSWORD_PUZZLE || it.hotZoneType == SORT_WORDS || it.hotZoneType == PRONUNCIATION_ASSESSMENT || it.hotZoneType"
style=
"margin: 10px 10px;"
>
<div
*
ngIf=
"it.hotZoneType == HOT_ZONE_RADIO || it.hotZoneType == HOT_ZONE_CHECKBOX || it.hotZoneType == CONNECTION || it.hotZoneType == RIGHT_OR_WRONG || it.hotZoneType == CROSSWORD_PUZZLE || it.hotZoneType == SORT_WORDS || it.hotZoneType == PRONUNCIATION_ASSESSMENT || it.hotZoneType
== CONNECTION_CHOICE
"
style=
"margin: 10px 10px;"
>
<span
style=
"display: inline-block; text-align: right; width: 150px;"
>
检查结果显示热区:
</span>
<nz-select
nzShowSearch
nzAllowClear
[(
ngModel
)]="
it
.
linkResultShowHotZoneIndex
"
style=
"width: 300px;"
(
ngModelChange
)="
save
()"
>
<nz-option
*
ngFor=
"let itOption of item.hotZoneItemArr"
[
nzValue
]="
itOption
.
index
"
[
nzLabel
]="
itOption
.
itemName
"
></nz-option>
...
...
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