index.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" type="image/svg+xml" href="/vite.png" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no,viewport-fit=cover" />
  7. <script type="text/javascript" src="https://g.alicdn.com/jssdk/u-link/index.min.js"></script>
  8. <title>尚云 AI</title>
  9. </head>
  10. <body>
  11. <div id="app"></div>
  12. <script>
  13. if (!(window.MathJax && window.MathJax.startup && window.MathJax.startup.promise)) {
  14. window.MathJax = {
  15. loader: { load: ['[tex]/enclose'] },
  16. tex: {
  17. packages: { '[+]': ['enclose'] },
  18. inlineMath: [
  19. ["$", "$"],
  20. ["\\(", "\\)"],
  21. ],
  22. displayMath: [
  23. ["$$", "$$"],
  24. ["\\[", "\\]"],
  25. ],
  26. macros: {
  27. yen: '\\text{¥}',
  28. textcircled: ['\\enclose{circle}{#1}', 1]
  29. }
  30. },
  31. startup: {
  32. ready() {
  33. window.MathJax.startup.defaultReady();
  34. },
  35. },
  36. };
  37. }
  38. </script>
  39. <script id="MathJax-script" src="https://cdntest.eiacloud.com/ai/js/texSvgFull.js"></script>
  40. <script type="module" src="/src/main.js"></script>
  41. <script>
  42. !(function (c, b, d, a) {
  43. c[a] || (c[a] = {}); c[a] =
  44. {
  45. pid: 'ijhl0u6gnu@0df1487954f12ad',
  46. endpoint: 'https://ijhl0u6gnu-default-cn.rum.aliyuncs.com',
  47. // 设置环境信息,参考值:'prod' | 'gray' | 'pre' | 'daily' | 'local'
  48. env: 'prod',
  49. // 设置路由模式, 参考值:'history' | 'hash'
  50. spaMode: 'history',
  51. collectors: {
  52. // 页面性能指标监听开关,默认开启
  53. perf: true,
  54. // WebVitals指标监听开关,默认开启
  55. webVitals: true,
  56. // Ajax监听开关,默认开启
  57. api: true,
  58. // 静态资源开关,默认开启
  59. staticResource: true,
  60. // JS错误监听开关,默认开启
  61. jsError: true,
  62. // 控制台错误监听开关,默认开启
  63. consoleError: true,
  64. // 用户行为监听开关,默认开启
  65. action: true,
  66. },
  67. // 链路追踪配置开关,默认关闭
  68. tracing: false,
  69. }
  70. with (b) with (body) with (insertBefore(createElement("script"), firstChild)) setAttribute("crossorigin", "", src = d)
  71. })(window, document, "https://sdk.rum.aliyuncs.com/v2/browser-sdk.js", "__rum");
  72. </script>
  73. </body>
  74. </html>