index.html 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="shortcut icon" href="/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <!-- 基础SEO -->
  8. <title>recipeMuse</title>
  9. <meta
  10. name="description"
  11. content="配方缪斯是专业的AI智能菜谱生成平台,汇聚中华八大菜系厨艺大师,根据您的食材智能生成个性化菜谱。支持营养分析、效果图生成,让烹饪变得简单有趣。"
  12. />
  13. <meta name="keywords" content="AI菜谱,智能菜谱生成,八大菜系,川菜,粤菜,苏菜,鲁菜,浙菜,湘菜,闽菜,徽菜,营养分析,烹饪指导,食材搭配,美食推荐" />
  14. <meta name="author" content="liuziting" />
  15. <meta name="robots" content="index, follow" />
  16. <meta name="googlebot" content="index, follow" />
  17. <meta name="baiduspider" content="index, follow" />
  18. <!-- 移动端优化 -->
  19. <meta name="mobile-web-app-capable" content="yes" />
  20. <meta name="apple-mobile-web-app-capable" content="yes" />
  21. <meta name="apple-mobile-web-app-status-bar-style" content="default" />
  22. <meta name="apple-mobile-web-app-title" content="recipeMuse" />
  23. <meta name="application-name" content="recipeMuse" />
  24. <meta name="theme-color" content="#fbbf24" />
  25. <meta name="msapplication-TileColor" content="#fbbf24" />
  26. <meta name="msapplication-navbutton-color" content="#fbbf24" />
  27. <!-- 图标和清单 -->
  28. <link rel="icon" type="image/x-icon" href="/favicon.ico" />
  29. <!-- 预连接和DNS预解析 -->
  30. <link rel="preconnect" href="https://api.deepseek.com" />
  31. <link rel="preconnect" href="https://open.bigmodel.cn" />
  32. <link rel="dns-prefetch" href="https://fonts.googleapis.com" />
  33. <link rel="dns-prefetch" href="https://www.clarity.ms" />
  34. <script src="https://cdn.jsdelivr.net/npm/eruda"></script>
  35. </head>
  36. <script>eruda.init();</script>
  37. <body>
  38. <div id="app"></div>
  39. <script type="module" src="/src/main.ts"></script>
  40. <script type="text/javascript">
  41. ;(function (c, l, a, r, i, t, y) {
  42. c[a] =
  43. c[a] ||
  44. function () {
  45. ;(c[a].q = c[a].q || []).push(arguments)
  46. }
  47. t = l.createElement(r)
  48. t.async = 1
  49. t.src = 'https://www.clarity.ms/tag/' + i
  50. y = l.getElementsByTagName(r)[0]
  51. y.parentNode.insertBefore(t, y)
  52. })(window, document, 'clarity', 'script', 'st3hwrwf7x')
  53. </script>
  54. </body>
  55. </html>