dever hace 3 años
padre
commit
5c6a901cba
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      app/card/database/type.php

+ 12 - 0
app/card/database/type.php

@@ -124,6 +124,18 @@ return array
             'place'     => '300*300',
         ),
 
+        'icon'     => array
+        (
+            'type'      => 'varchar-150',
+            'name'      => '图标',
+            'default'   => '',
+            'desc'      => '图标',
+            'match'     => 'option',
+            'update'    => 'image',
+            'key'       => '1',
+            'place'     => '150*150',
+        ),
+
         'content'       => array
         (
             'type'      => 'text-255',