index.html 3.1 KB

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