Skip to content

Commit 33f17cd

Browse files
committed
add prefetch
1 parent ba395ff commit 33f17cd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ npm run dev
4646

4747
同时我们也提供了基于`element-ui`搭建的[后台管理页面](https://github.com/bailicangdu/vue2-manage)
4848

49-
如果只做前端开发,请忽略上面这几句话。
49+
如果只做前端开发,请忽略上面这几句话哟~
5050

5151

5252
# 说明
@@ -126,7 +126,7 @@ npm run dev
126126

127127
1、用node.js构建一个模拟外卖平台的后台系统。[地址在这里](https://github.com/bailicangdu/node-elm)
128128

129-
2、利用 react-native 写出跨 Android 和 IOS 的原生APP版本。[地址在这里](https://github.com/bailicangdu/React-Native-elm)
129+
2、写出跨 Android 和 IOS 的原生APP版本。[地址在这里](https://github.com/bailicangdu/native-xdm)
130130

131131
3、如果时间来的及,会出一卖家版本。
132132

elm/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<meta name="format-detection" content="telephone=no">
99
<meta name="full-screen" content="yes">
1010
<meta name="x5-fullscreen" content="true">
11+
<link rel="dns-prefetch" href="//cangdu.org">
12+
<link rel="dns-prefetch" href="//elm.cangdu.org">
1113
<title>elm</title>
1214
<link href="/elm/static/css/app.css" rel="stylesheet"></head>
1315
<body>

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<meta name="format-detection" content="telephone=no">
99
<meta name="full-screen" content="yes">
1010
<meta name="x5-fullscreen" content="true">
11+
<link rel="dns-prefetch" href="//cangdu.org">
12+
<link rel="dns-prefetch" href="//elm.cangdu.org">
1113
<title>elm</title>
1214
</head>
1315
<body>

0 commit comments

Comments
 (0)