index.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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>一饭封神 - AI智能菜谱生成平台</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="一饭封神" />
  23. <meta name="application-name" content="一饭封神" />
  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. </head>
  35. <body>
  36. <div id="app"></div>
  37. <script type="module" src="/src/main.ts"></script>
  38. <script type="text/javascript">
  39. ;(function (c, l, a, r, i, t, y) {
  40. c[a] =
  41. c[a] ||
  42. function () {
  43. ;(c[a].q = c[a].q || []).push(arguments)
  44. }
  45. t = l.createElement(r)
  46. t.async = 1
  47. t.src = 'https://www.clarity.ms/tag/' + i
  48. y = l.getElementsByTagName(r)[0]
  49. y.parentNode.insertBefore(t, y)
  50. })(window, document, 'clarity', 'script', 'st3hwrwf7x')
  51. </script>
  52. </body>
  53. </html>