| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="/vite.png" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no,viewport-fit=cover" />
- <script type="text/javascript" src="https://g.alicdn.com/jssdk/u-link/index.min.js"></script>
- <title>尚云 AI</title>
- </head>
- <body>
- <div id="app"></div>
- <script>
- if (!(window.MathJax && window.MathJax.startup && window.MathJax.startup.promise)) {
- window.MathJax = {
- loader: { load: ['[tex]/enclose'] },
- tex: {
- packages: { '[+]': ['enclose'] },
- inlineMath: [
- ["$", "$"],
- ["\\(", "\\)"],
- ],
- displayMath: [
- ["$$", "$$"],
- ["\\[", "\\]"],
- ],
- macros: {
- yen: '\\text{¥}',
- textcircled: ['\\enclose{circle}{#1}', 1]
- }
- },
- startup: {
- ready() {
- window.MathJax.startup.defaultReady();
- },
- },
- };
- }
- </script>
- <script id="MathJax-script" src="https://cdntest.eiacloud.com/ai/js/texSvgFull.js"></script>
- <script type="module" src="/src/main.js"></script>
- <script>
- !(function (c, b, d, a) {
- c[a] || (c[a] = {}); c[a] =
- {
- pid: 'ijhl0u6gnu@0df1487954f12ad',
- endpoint: 'https://ijhl0u6gnu-default-cn.rum.aliyuncs.com',
- // 设置环境信息,参考值:'prod' | 'gray' | 'pre' | 'daily' | 'local'
- env: 'prod',
- // 设置路由模式, 参考值:'history' | 'hash'
- spaMode: 'history',
- collectors: {
- // 页面性能指标监听开关,默认开启
- perf: true,
- // WebVitals指标监听开关,默认开启
- webVitals: true,
- // Ajax监听开关,默认开启
- api: true,
- // 静态资源开关,默认开启
- staticResource: true,
- // JS错误监听开关,默认开启
- jsError: true,
- // 控制台错误监听开关,默认开启
- consoleError: true,
- // 用户行为监听开关,默认开启
- action: true,
- },
- // 链路追踪配置开关,默认关闭
- tracing: false,
- }
- with (b) with (body) with (insertBefore(createElement("script"), firstChild)) setAttribute("crossorigin", "", src = d)
- })(window, document, "https://sdk.rum.aliyuncs.com/v2/browser-sdk.js", "__rum");
- </script>
- </body>
- </html>
|