Ver Fonte

扩展地址

Jiang qinghua há 5 anos atrás
pai
commit
30b88a1b4f
2 ficheiros alterados com 6 adições e 6 exclusões
  1. 2 2
      README.md
  2. 4 4
      src/Controllers/Dashboard.php

+ 2 - 2
README.md

@@ -58,8 +58,8 @@ php artisan admin:install
 | 扩展                                        | 描述                              | dcat-admin 版本                             |
 | ------------------------------------------------ | ---------------------------------------- |---------------------------------------- |
 | [dcat-page](https://github.com/jqhph/dcat-page)             | 一个简洁的静态站点构建工具 | * |
-| [ueditor](https://github.com/dcat-admin-extensions/ueditor) | 百度在线编辑器          | * |
-| [gank](https://github.com/dcat-admin-extensions/gank) | 干货集中营          |* |
+| [ueditor](https://github.com/jqhph/dcat-admin-ueditor) | 百度在线编辑器          | * |
+| [gank](https://github.com/jqhph/dcat-admin-gank) | 干货集中营          |* |
 
 
 ## 贡献

+ 4 - 4
src/Controllers/Dashboard.php

@@ -58,20 +58,20 @@ class Dashboard
     {
         $extensions = [
             'Dcat Page' => [
-                'name' => '漂亮的个人网站、Markdown文档生成工具 - Dcat Page',
-                'link' => 'https://github.com/dcat-admin-extensions/dcat-page',
+                'name' => '一个简洁的静态站点生成工具 - Dcat Page',
+                'link' => 'https://github.com/jqhph/dcat-page',
                 'icon' => ' fa-file-text-o',
                 'key'  => 'dcat-page',
             ],
             'UEditor' => [
                 'name' => '百度在线编辑器 UEditor',
-                'link' => 'https://github.com/dcat-admin-extensions/ueditor',
+                'link' => 'https://github.com/jqhph/dcat-admin-ueditor',
                 'icon' => 'fa-underline',
                 'key'  => 'ueditor',
             ],
             '干货集中营' => [
                 'name' => '干货集中营',
-                'link' => 'https://github.com/dcat-admin-extensions/gank',
+                'link' => 'https://github.com/jqhph/dcat-admin-gank',
                 'icon' => 'fa-newspaper-o',
                 'key'  => 'gank',
             ],