|
@@ -52,9 +52,9 @@ return array
|
|
|
'url' => array
|
|
|
(
|
|
|
'type' => 'varchar-800',
|
|
|
- 'name' => '转换的url',
|
|
|
+ 'name' => '需要转换的网址',
|
|
|
'default' => '',
|
|
|
- 'desc' => '转换的url',
|
|
|
+ 'desc' => '需要转换的网址',
|
|
|
'match' => 'is_string',
|
|
|
'update' => 'text',
|
|
|
'search' => 'fulltext',
|
|
@@ -67,9 +67,11 @@ return array
|
|
|
'name' => '参数',
|
|
|
'default' => '',
|
|
|
'desc' => '参数',
|
|
|
- 'match' => 'is_string',
|
|
|
- 'update' => 'text',
|
|
|
- 'list' => true,
|
|
|
+ 'match' => 'option',
|
|
|
+
|
|
|
+
|
|
|
+ 'list_name' => '短连接',
|
|
|
+ 'list' => 'Dever::load("short/handle.showUrl", {id})',
|
|
|
),
|
|
|
|
|
|
'key' => array
|
|
@@ -78,10 +80,10 @@ return array
|
|
|
'name' => '关键字',
|
|
|
'default' => '',
|
|
|
'desc' => '关键字',
|
|
|
- 'match' => 'is_string',
|
|
|
- 'update' => 'text',
|
|
|
- 'search' => 'fulltext',
|
|
|
- 'list' => true,
|
|
|
+ 'match' => 'option',
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
),
|
|
|
|
|
|
'state' => array
|