|
@@ -83,7 +83,7 @@ return array
|
|
|
'name' => '地址',
|
|
|
'default' => '',
|
|
|
'desc' => '地址',
|
|
|
- 'match' => 'is_string',
|
|
|
+ 'match' => 'option',
|
|
|
'update' => 'textarea',
|
|
|
'list' => true,
|
|
|
),
|
|
@@ -94,7 +94,7 @@ return array
|
|
|
'name' => '网址',
|
|
|
'default' => '',
|
|
|
'desc' => '网址',
|
|
|
- 'match' => 'is_string',
|
|
|
+ 'match' => 'option',
|
|
|
'update' => 'textarea',
|
|
|
),
|
|
|
|