perf: 优化插件字段的default value

This commit is contained in:
xiaojunnuo
2024-08-06 11:23:23 +08:00
parent c3f04a80fd
commit 24c7be2c9c
6 changed files with 24 additions and 18 deletions
@@ -17,7 +17,7 @@ import dayjs from 'dayjs';
export class DeployToClbPlugin extends AbstractTaskPlugin {
@TaskInput({
title: '大区',
default: 'ap-guangzhou',
value: 'ap-guangzhou',
component: {
name: 'a-select',
mode: 'tags',