From 33f17cdb433709b263f1686dd433f3490cad5c7a Mon Sep 17 00:00:00 2001 From: maguohua1 <1264889788@qq.com> Date: Thu, 25 Apr 2019 21:48:28 +0800 Subject: [PATCH] add prefetch --- README.md | 4 ++-- elm/index.html | 2 ++ index.html | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2092b6..8d259ae 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ npm run dev 同时我们也提供了基于`element-ui`搭建的[后台管理页面](https://github.com/bailicangdu/vue2-manage) -如果只做前端开发,请忽略上面这几句话。 +如果只做前端开发,请忽略上面这几句话哟~ # 说明 @@ -126,7 +126,7 @@ npm run dev 1、用node.js构建一个模拟外卖平台的后台系统。[地址在这里](https://github.com/bailicangdu/node-elm) -2、利用 react-native 写出跨 Android 和 IOS 的原生APP版本。[地址在这里](https://github.com/bailicangdu/React-Native-elm) +2、写出跨 Android 和 IOS 的原生APP版本。[地址在这里](https://github.com/bailicangdu/native-xdm) 3、如果时间来的及,会出一卖家版本。 diff --git a/elm/index.html b/elm/index.html index 1d7bc43..c0ae0d6 100644 --- a/elm/index.html +++ b/elm/index.html @@ -8,6 +8,8 @@ + + elm diff --git a/index.html b/index.html index 4c0f9ea..c714d82 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,8 @@ + + elm -- GitLab