chore: 使用私有桶的提示

This commit is contained in:
dap
2024-12-13 15:22:02 +08:00
parent b0d44b07b4
commit ccbc385bc8
2 changed files with 19 additions and 1 deletions

View File

@@ -128,6 +128,12 @@ export const drawerSchema: FormSchemaGetter = () => [
fieldName: 'domain',
label: '自定义域名',
},
{
component: 'Input',
fieldName: 'tip',
label: '占位作为提示使用',
hideLabel: true,
},
{
component: 'Divider',
componentProps: {