Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cc_mz_write_01
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_write_01
Commits
fa626045
Commit
fa626045
authored
Feb 23, 2022
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 完成
parent
3e9e5d67
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
178 additions
and
186 deletions
+178
-186
cc_mz_write_01.meta
assets/cc_mz_write_01.meta
+1
-15
cc_mz_write_01.js
assets/cc_mz_write_01/scene/cc_mz_write_01.js
+168
-169
form.component.html
form/src/app/form/form.component.html
+4
-2
form.component.ts
form/src/app/form/form.component.ts
+5
-0
No files found.
assets/cc_mz_write_01.meta
View file @
fa626045
{
"ver": "1.1.2",
"uuid": "18a7f4f5-c833-41a4-91de-4df7e6332ef4",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {
"ios": false,
"android": false
},
"subMetas": {}
}
\ No newline at end of file
{"ver":"1.1.2","uuid":"18a7f4f5-c833-41a4-91de-4df7e6332ef4","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}}
\ No newline at end of file
assets/cc_mz_write_01/scene/cc_mz_write_01.js
View file @
fa626045
This diff is collapsed.
Click to expand it.
form/src/app/form/form.component.html
View file @
fa626045
...
...
@@ -41,7 +41,7 @@
<nz-dropdown-menu
#
menu=
"nzDropdownMenu"
>
<ul
nz-menu
nzSelectable
>
<div
*
ngFor=
"let temp of item.hotZoneItemArr2; let j = index"
(
click
)="
savePointItem
(
hzItem
,
j
+
1
)"
>
<li
*
ngIf=
"temp.gIdx == '
2
' "
nz-menu-item
>
填空区 item-{{j+1}}
</li>
<li
*
ngIf=
"temp.gIdx == '
3
' "
nz-menu-item
>
填空区 item-{{j+1}}
</li>
</div>
</ul>
</nz-dropdown-menu>
...
...
@@ -57,7 +57,9 @@
</div>
<div
style=
"margin-top: 10px; width: 200px; height: 50px; border: 1px solid #ccc ; border-radius: 5px; display: flex; align-items: center; justify-content: center;"
>
<label
nz-checkbox
[(
ngModel
)]="
item
.
isDebug
"
(
ngModelChange
)="
save
()"
>
调试模式
</label>
</div>
...
...
form/src/app/form/form.component.ts
View file @
fa626045
...
...
@@ -54,6 +54,11 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy, AfterViewIni
rect
:
true
,
label
:
'
区域内容
'
,
},
{
name
:
'
首个参照物
'
,
rect
:
true
,
label
:
'
区域内容
'
,
},
{
name
:
'
填空区
'
,
rect
:
true
,
...
...
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