Merge branch 'main' of github.com:eolinker/eoapi into main

This commit is contained in:
scarqin 2022-06-14 19:22:15 +08:00
commit 7dfd33671e
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@ import { isNotEmpty } from 'eo/shared/common/common';
import { processEnv } from '../../constant';
// * npm pkg name
const installExtension = [{ name: 'eoapi-export-openapi' }, { name: 'eoapi-import-openapi' }];
// const installExtension = [{ name: 'eoapi-export-openapi' }, { name: 'eoapi-import-openapi' }];
const installExtension = [{ name: 'eoapi-export-openapi' }];
export class ModuleManager implements ModuleManagerInterface {
/**

View File

@ -26,7 +26,7 @@
</div>
</ng-template>
<div class="py-2 my-2 border-y-2 border-dotted" *ngIf="optionList.length">
<div class="py-2 my-2" *ngIf="optionList.length">
<nz-radio-group [ngModel]="currentOption" (ngModelChange)="selectOption($event)" class="w-full">
<div class="grid gap-2 grid-cols-3">
<label class="text" nz-radio [nzValue]="item.value" *ngFor="let item of optionList">{{ item.label }}</label>