Commit fa626045 authored by limingzhe's avatar limingzhe

feat: 完成

parent 3e9e5d67
{ {"ver":"1.1.2","uuid":"18a7f4f5-c833-41a4-91de-4df7e6332ef4","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}}
"ver": "1.1.2", \ No newline at end of file
"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
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<nz-dropdown-menu #menu="nzDropdownMenu"> <nz-dropdown-menu #menu="nzDropdownMenu">
<ul nz-menu nzSelectable> <ul nz-menu nzSelectable>
<div *ngFor="let temp of item.hotZoneItemArr2; let j = index" (click)="savePointItem(hzItem, j+1)" > <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> </div>
</ul> </ul>
</nz-dropdown-menu> </nz-dropdown-menu>
...@@ -57,7 +57,9 @@ ...@@ -57,7 +57,9 @@
</div> </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>
......
...@@ -54,6 +54,11 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy, AfterViewIni ...@@ -54,6 +54,11 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy, AfterViewIni
rect: true, rect: true,
label: '区域内容', label: '区域内容',
}, },
{
name: '首个参照物',
rect: true,
label: '区域内容',
},
{ {
name: '填空区', name: '填空区',
rect: true, rect: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment