49 lines
2.5 KiB
HTML
49 lines
2.5 KiB
HTML
<!doctype html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<link rel="icon" href="/logo.png" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>ThinkFlow AI - Visual Idea Expansion Tool | 视觉化思路扩展工具</title>
|
||
<meta
|
||
name="description"
|
||
content="ThinkFlow AI - 基于大语言模型的视觉化思路扩展与灵感激发工具。通过图形化界面深度挖掘创意,支持多维扩展、图片生成与结构化总结。A visual idea expansion and inspiration tool powered by LLM."
|
||
/>
|
||
<meta
|
||
name="keywords"
|
||
content="ThinkFlow AI, 思路扩展, 灵感激发, 视觉化思维, AI工具, 脑图, 创意辅助, Idea Expansion, Inspiration Tool, Visual Thinking, AI Tools, Mind Map, Creative Assistant"
|
||
/>
|
||
<meta name="author" content="Liuziting" />
|
||
|
||
<!-- Open Graph / Facebook -->
|
||
<meta property="og:type" content="website" />
|
||
<meta property="og:url" content="https://github.com/liu-ziting/ThinkFlowAI" />
|
||
<meta property="og:title" content="ThinkFlow AI - Visual Idea Expansion Tool" />
|
||
<meta property="og:description" content="A visual idea expansion and inspiration tool powered by LLM. 基于大模型的视觉化思路扩展与灵感激发工具。" />
|
||
|
||
<!-- Twitter -->
|
||
<meta property="twitter:card" content="summary_large_image" />
|
||
<meta property="twitter:url" content="https://github.com/liu-ziting/ThinkFlowAI" />
|
||
<meta property="twitter:title" content="ThinkFlow AI - Visual Idea Expansion Tool" />
|
||
<meta property="twitter:description" content="A visual idea expansion and inspiration tool powered by LLM. 基于大模型的视觉化思路扩展与灵感激发工具。" />
|
||
</head>
|
||
<body>
|
||
<div id="app"></div>
|
||
<script type="module" src="/src/main.ts"></script>
|
||
<script type="text/javascript">
|
||
;(function (c, l, a, r, i, t, y) {
|
||
c[a] =
|
||
c[a] ||
|
||
function () {
|
||
;(c[a].q = c[a].q || []).push(arguments)
|
||
}
|
||
t = l.createElement(r)
|
||
t.async = 1
|
||
t.src = 'https://www.clarity.ms/tag/' + i
|
||
y = l.getElementsByTagName(r)[0]
|
||
y.parentNode.insertBefore(t, y)
|
||
})(window, document, 'clarity', 'script', 'v4wwefc38i')
|
||
</script>
|
||
</body>
|
||
</html>
|