更换后台UI,使用adminlteUI
This commit is contained in:
@@ -19,8 +19,8 @@ class Link extends \think\Model {
|
||||
|
||||
public static $keyList = [
|
||||
['name' => 'id', 'title' => 'ID', 'type' => 'hidden'],
|
||||
['name' => 'title', 'title' => '友链标题', 'type' => 'text', 'help' => ''],
|
||||
['name' => 'url', 'title' => 'URL链接', 'type' => 'text', 'help' => '连接格式如:https://www.tensent.cn'],
|
||||
['name' => 'title', 'title' => '友链标题', 'type' => 'text', 'is_must' => 1, 'help' => ''],
|
||||
['name' => 'url', 'title' => 'URL链接', 'type' => 'text', 'is_must' => 1, 'help' => '连接格式如:https://www.tensent.cn'],
|
||||
['name' => 'ftype', 'title' => '友链类别', 'type' => 'select', 'option' => [
|
||||
['key'=>'1', 'label' => '常用链接'],
|
||||
['key'=>'2', 'label' => '网站导读'],
|
||||
|
||||
Reference in New Issue
Block a user