🔨 refactor: 重构基于 svelte 的设置面板功能
This commit is contained in:
parent
49eb06330d
commit
6d75a46a56
6 changed files with 187 additions and 119 deletions
|
@ -21,6 +21,15 @@
|
|||
value: 'This is a text',
|
||||
placeholder: 'placeholder'
|
||||
},
|
||||
{
|
||||
type: 'textarea',
|
||||
title: 'textarea',
|
||||
description: 'This is a textarea',
|
||||
key: 'b2',
|
||||
value: 'This is a textarea',
|
||||
placeholder: 'placeholder',
|
||||
direction: 'row'
|
||||
},
|
||||
{
|
||||
type: 'select',
|
||||
title: 'select',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue