index.html 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta content="telephone=no" name="format-detection" />
  6. <link rel="shortcut icon" href="https://img14.360buyimg.com/imagetools/jfs/t1/167902/2/8762/791358/603742d7E9b4275e3/e09d8f9a8bf4c0ef.png" />
  7. <meta
  8. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
  9. name="viewport"
  10. />
  11. <title>NutUI - 移动端Vue组件库</title>
  12. <script src="https://h5.m.jd.com/babelDiy/Zeus/2846ykuM7PwipD9E2RzMj2BGEQpA/plugin/share.min.js"></script>
  13. <style>
  14. html {
  15. background: #f7f7f7;
  16. }
  17. a[title="站长统计"] {
  18. display: none;
  19. }
  20. </style>
  21. <!-- Hotjar Tracking Code for nutui.jd.com -->
  22. <script async>
  23. (function(h, o, t, j, a, r) {
  24. h.hj =
  25. h.hj ||
  26. function() {
  27. (h.hj.q = h.hj.q || []).push(arguments);
  28. };
  29. h._hjSettings = { hjid: 1900179, hjsv: 6 };
  30. a = o.getElementsByTagName("head")[0];
  31. r = o.createElement("script");
  32. r.async = 1;
  33. r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
  34. a.appendChild(r);
  35. })(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=");
  36. </script>
  37. </head>
  38. <body>
  39. <noscript>
  40. <strong
  41. >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  42. properly without JavaScript enabled. Please enable it to
  43. continue.</strong
  44. >
  45. </noscript>
  46. <div id="doc"></div>
  47. <script type="module" src="./src/sites/doc/main.ts"></script>
  48. <script>
  49. //分享配置
  50. var shareOption = {
  51. iconUrl: "https://nutui.jd.com/img/logo_share.png",
  52. url: "https://nutui.jd.com/demo.html#/index",
  53. title: "轻量级移动端Vue组件库 - NutUI 3.0",
  54. desc: "京东风格的Vue组件库",
  55. };
  56. try {
  57. /*初始化分享*/
  58. share.shareInit(shareOption);
  59. } catch (e) {
  60. console.log(e);
  61. }
  62. </script>
  63. <script type="text/javascript">
  64. var jaq = jaq || [];
  65. jaq.push(["account", "JA2018_1831300"]);
  66. jaq.push(["domain", "jd.com"]);
  67. (function() {
  68. var ja = document.createElement("script");
  69. ja.type = "text/javascript";
  70. ja.async = true;
  71. ja.src = "//wl.jd.com/joya.js";
  72. var s = document.getElementsByTagName("script")[0];
  73. s.parentNode.insertBefore(ja, s);
  74. })();
  75. </script>
  76. <script
  77. type="text/javascript"
  78. src="https://s23.cnzz.com/z_stat.php?id=1276268086&web_id=1276268086"
  79. ></script>
  80. </body>
  81. </html>