index.html 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. <style>
  19. html {
  20. background: #f7f7f7;
  21. }
  22. a[title="站长统计"] {
  23. display: none;
  24. }
  25. </style>
  26. <!-- Hotjar Tracking Code for nutui.jd.com -->
  27. <script async>
  28. (function(h, o, t, j, a, r) {
  29. h.hj =
  30. h.hj ||
  31. function() {
  32. (h.hj.q = h.hj.q || []).push(arguments);
  33. };
  34. h._hjSettings = { hjid: 1900179, hjsv: 6 };
  35. a = o.getElementsByTagName("head")[0];
  36. r = o.createElement("script");
  37. r.async = 1;
  38. r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
  39. a.appendChild(r);
  40. })(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=");
  41. </script>
  42. </head>
  43. <body>
  44. <noscript>
  45. <strong
  46. >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  47. properly without JavaScript enabled. Please enable it to
  48. continue.</strong
  49. >
  50. </noscript>
  51. <div id="doc"></div>
  52. <script type="module" src="./src/sites/doc/main.ts"></script>
  53. <script type="text/javascript">
  54. var jaq = jaq || [];
  55. jaq.push(["account", "JA2018_1831300"]);
  56. jaq.push(["domain", "jd.com"]);
  57. (function() {
  58. var ja = document.createElement("script");
  59. ja.type = "text/javascript";
  60. ja.async = true;
  61. ja.src = "//wl.jd.com/joya.js";
  62. var s = document.getElementsByTagName("script")[0];
  63. s.parentNode.insertBefore(ja, s);
  64. })();
  65. </script>
  66. <script
  67. type="text/javascript"
  68. src="https://s23.cnzz.com/z_stat.php?id=1276268086&web_id=1276268086"
  69. ></script>
  70. </body>
  71. </html>