mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-02 11:47:57 +08:00
Merge branch 'main' of github.com:eolinker/eoapi into main
This commit is contained in:
commit
7dfd33671e
@ -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 {
|
||||
/**
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user