|
|
@@ -0,0 +1,85 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+ <head>
|
|
|
+ <meta charset="utf-8" />
|
|
|
+ <meta content="telephone=no" name="format-detection" />
|
|
|
+ <link rel="shortcut icon" href="https://nutui.jd.com/favicon.ico" />
|
|
|
+ <meta
|
|
|
+ content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
|
|
|
+ name="viewport"
|
|
|
+ />
|
|
|
+ <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
|
|
+ <title><%= htmlWebpackPlugin.options.title %></title>
|
|
|
+ <!-- <title>NutUI - 移动端Vue组件库</title> -->
|
|
|
+ <script src="https://h5.m.jd.com/babelDiy/Zeus/2846ykuM7PwipD9E2RzMj2BGEQpA/plugin/share.min.js"></script>
|
|
|
+ <style>
|
|
|
+ html {
|
|
|
+ background: #f7f7f7;
|
|
|
+ }
|
|
|
+
|
|
|
+ a[title="站长统计"] {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+ <!-- Hotjar Tracking Code for nutui.jd.com -->
|
|
|
+ <script async>
|
|
|
+ (function(h, o, t, j, a, r) {
|
|
|
+ h.hj =
|
|
|
+ h.hj ||
|
|
|
+ function() {
|
|
|
+ (h.hj.q = h.hj.q || []).push(arguments);
|
|
|
+ };
|
|
|
+ h._hjSettings = { hjid: 1900179, hjsv: 6 };
|
|
|
+ a = o.getElementsByTagName("head")[0];
|
|
|
+ r = o.createElement("script");
|
|
|
+ r.async = 1;
|
|
|
+ r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
|
|
|
+ a.appendChild(r);
|
|
|
+ })(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=");
|
|
|
+ </script>
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+ <noscript>
|
|
|
+ <strong
|
|
|
+ >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
|
|
|
+ properly without JavaScript enabled. Please enable it to
|
|
|
+ continue.</strong
|
|
|
+ >
|
|
|
+ </noscript>
|
|
|
+ <div id="doc"></div>
|
|
|
+ <!-- built files will be auto injected -->
|
|
|
+ <script>
|
|
|
+ //分享配置
|
|
|
+ var shareOption = {
|
|
|
+ iconUrl: "https://nutui.jd.com/img/logo_share.png",
|
|
|
+ url: "https://nutui.jd.com/demo.html#/index",
|
|
|
+ title: "轻量级移动端Vue组件库 - NutUI 3.0",
|
|
|
+ desc: "京东风格的Vue组件库",
|
|
|
+ };
|
|
|
+
|
|
|
+ try {
|
|
|
+ /*初始化分享*/
|
|
|
+ share.shareInit(shareOption);
|
|
|
+ } catch (e) {
|
|
|
+ console.log(e);
|
|
|
+ }
|
|
|
+ </script>
|
|
|
+ <script type="text/javascript">
|
|
|
+ var jaq = jaq || [];
|
|
|
+ jaq.push(["account", "JA2018_1831300"]);
|
|
|
+ jaq.push(["domain", "jd.com"]);
|
|
|
+ (function() {
|
|
|
+ var ja = document.createElement("script");
|
|
|
+ ja.type = "text/javascript";
|
|
|
+ ja.async = true;
|
|
|
+ ja.src = "//wl.jd.com/joya.js";
|
|
|
+ var s = document.getElementsByTagName("script")[0];
|
|
|
+ s.parentNode.insertBefore(ja, s);
|
|
|
+ })();
|
|
|
+ </script>
|
|
|
+ <script
|
|
|
+ type="text/javascript"
|
|
|
+ src="https://s23.cnzz.com/z_stat.php?id=1276268086&web_id=1276268086"
|
|
|
+ ></script>
|
|
|
+ </body>
|
|
|
+</html>
|