Browse Source

v2.1.3-beta

Jiang qinghua 3 years ago
parent
commit
997a6e4f3a

+ 4 - 3
README.md

@@ -127,9 +127,10 @@ location / {
 
 | 扩展                                        | 描述                              | dcat-admin 版本                             |
 | ------------------------------------------------ | ---------------------------------------- |---------------------------------------- |
-| [dcat-page](https://github.com/jqhph/dcat-page)    | 简洁的静态站点构建工具 | * |
-| [ueditor](https://github.com/jqhph/dcat-admin-ueditor) | 百度在线编辑器     | * |
-| [grid-sortable](https://github.com/jqhph/dcat-admin-grid-sortable) | 表格拖曳排序工具      | * |
+| [mosiboom/dcat-iframe-tab](https://github.com/mosiboom/dcat-iframe-tab)    | IFRAME TAB标签切换 | 2.x |
+| [super-eggs/dcat-distpicker](https://github.com/super-eggs/dcat-distpicker)    | 省市区联动 | 2.x |
+| [ueditor](https://github.com/jqhph/dcat-admin-ueditor) | 百度在线编辑器     | 1.x |
+| [grid-sortable](https://github.com/jqhph/dcat-admin-grid-sortable) | 表格拖曳排序工具      | 1.x |
 
 
 ### 鸣谢

+ 0 - 2
resources/views/grid/displayer/editinline/checkbox.blade.php

@@ -13,5 +13,3 @@
     });
 @endsection
 </script>
-
-

+ 0 - 2
resources/views/grid/displayer/editinline/radio.blade.php

@@ -13,5 +13,3 @@
     });
 @endsection
 </script>
-
-

+ 1 - 1
src/Admin.php

@@ -31,7 +31,7 @@ class Admin
     use HasAssets;
     use HasHtml;
 
-    const VERSION = '2.1.2-beta';
+    const VERSION = '2.1.3-beta';
 
     const SECTION = [
         // 往 <head> 标签内输入内容