index.html 2.7 KB

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