Sfoglia il codice sorgente

🚀 feat: Add element-plus and vue3.0 demo website

chuzhixin 4 anni fa
parent
commit
5dc9b67269
3 ha cambiato i file con 13 aggiunte e 2 eliminazioni
  1. 2 0
      README-DCLOUD.md
  2. 2 0
      README.md
  3. 9 2
      mock/controller/ad.js

+ 2 - 0
README-DCLOUD.md

@@ -8,6 +8,8 @@
 
 - [🎉 vue2.x + element-ui(免费商用,支持 PC、平板、手机)](http://beautiful.panm.cn/vue-admin-beautiful-element/?hmsr=dcloud&hmpl=&hmcu=&hmkw=&hmci=)
 
+- [⚡️ vue3.x + element-plus(alpha 版本,免费商用,支持 PC、平板、手机)](http://beautiful.panm.cn/vue-admin-beautiful-element-plus/?hmsr=github&hmpl=&hmcu=&hmkw=&hmci=)
+
 - [⚡️ vue3.x + ant-design-vue(beta 版本,免费商用,支持 PC、平板、手机)](http://beautiful.panm.cn/vue-admin-beautiful-antdv/?hmsr=dcloud&hmpl=&hmcu=&hmkw=&hmci=)
 
 - [🚀 pro 版演示地址(付费版本,支持 PC、平板、手机)](http://beautiful.panm.cn/vue-admin-beautiful-pro/?hmsr=dcloud&hmpl=&hmcu=&hmkw=&hmci=)

+ 2 - 0
README.md

@@ -6,6 +6,8 @@
 
 - [🎉 vue2.x + element-ui(免费商用,支持 PC、平板、手机)](http://beautiful.panm.cn/vue-admin-beautiful-element/?hmsr=github&hmpl=&hmcu=&hmkw=&hmci=)
 
+- [⚡️ vue3.x + element-plus(alpha 版本,免费商用,支持 PC、平板、手机)](http://beautiful.panm.cn/vue-admin-beautiful-element-plus/?hmsr=github&hmpl=&hmcu=&hmkw=&hmci=)
+
 - [⚡️ vue3.x + ant-design-vue(beta 版本,免费商用,支持 PC、平板、手机)](http://beautiful.panm.cn/vue-admin-beautiful-antdv/?hmsr=github&hmpl=&hmcu=&hmkw=&hmci=)
 
 - [🚀 pro 版演示地址(付费版本,支持 PC、平板、手机)](http://beautiful.panm.cn/vue-admin-beautiful-pro/?hmsr=github&hmpl=&hmcu=&hmkw=&hmci=)

+ 9 - 2
mock/controller/ad.js

@@ -2,11 +2,18 @@ const data = [
   {
     title:
       'vue-admin-beautiful-pro 2.0版本已发布,增加多项贴心功能,点我提前体验',
-    url: 'https://chu1204505056.gitee.io/vue-admin-beautiful-pro/#/index',
+    url:
+      'http://beautiful.panm.cn/vue-admin-beautiful-pro?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
   },
   {
     title: 'vue-admin-beautiful(antdv) vue3.0版本已发布,点我提前体验',
-    url: 'https://chu1204505056.gitee.io/vue-admin-beautiful-antdv/#/index',
+    url:
+      'http://beautiful.panm.cn/vue-admin-beautiful-antdv?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
+  },
+  {
+    title: 'vue-admin-beautiful(element-plus) vue3.0版本已发布,点我提前体验',
+    url:
+      'http://http://beautiful.panm.cn/vue-admin-beautiful-element-plus?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
   },
 ]
 module.exports = [