diff --git a/README.md b/README.md index e846a6f..26ac50e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ English | [中文](./README.zh-CN.md) ThinkFlow AI is a lightweight, local-first idea-to-structure workspace. You type a core idea, and the app expands it into a navigable knowledge graph (modules/submodules). Each node supports follow-up expansion, deep-dive details, and optional image generation. -This repository currently uses the package name `housegpt` (historical) while the product name is **ThinkFlow AI**. +This repository currently uses the package name `thinkflow` (historical) while the product name is **ThinkFlow AI**. ## Highlights @@ -46,8 +46,8 @@ ThinkFlow AI is built around a single composable: - UI components are “thin”: they render and forward events (expand, deep-dive, image, export). - The graph is rendered with VueFlow using a custom node type (`window`). - Settings are stored in `localStorage`: - - language (`language`) - - API mode + chat/image endpoints/models/keys + - language (`language`) + - API mode + chat/image endpoints/models/keys ## Getting Started @@ -90,13 +90,13 @@ Open **Settings** in the UI: - Switch to **Custom** - Configure **Text Generation** (chat completion) - - `baseUrl` (POST endpoint) - - `model` - - `apiKey` + - `baseUrl` (POST endpoint) + - `model` + - `apiKey` - Configure **Image Generation** - - `baseUrl` (POST endpoint) - - `model` - - `apiKey` + - `baseUrl` (POST endpoint) + - `model` + - `apiKey` These fields are saved into `localStorage` automatically. @@ -136,9 +136,9 @@ Use **Export** in the top toolbar: - **Microsoft Clarity**: included in `index.html` for analytics. - **VueFlow plugins**: - - Background (Dots/Lines) - - Controls (zoom/fit) - - MiniMap (overview) + - Background (Dots/Lines) + - Controls (zoom/fit) + - MiniMap (overview) ## Internationalization (i18n) diff --git a/README.zh-CN.md b/README.zh-CN.md index 182f649..974d5b9 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -4,8 +4,6 @@ ThinkFlow AI 是一个轻量、偏本地化(Local-first)的“从想法到结构化图谱”的工作台:输入一个核心想法,应用会把它扩展为可浏览的知识图谱(模块/子模块)。每个节点支持继续追问扩展、深挖详情,以及可选的配图生成。 -说明:当前仓库的 npm 包名仍为 `housegpt`(历史原因),产品名称为 **ThinkFlow AI**。 - ## 亮点功能 - **想法扩展为图谱**:生成根节点并扩展出结构化子节点。 @@ -46,8 +44,8 @@ ThinkFlow AI 是一个轻量、偏本地化(Local-first)的“从想法到 - 组件尽量“轻”:负责渲染与事件转发(expand、deep-dive、image、export 等)。 - 画布由 VueFlow 渲染,节点使用自定义类型 `window`。 - 配置持久化到 `localStorage`: - - 语言:`language` - - API 模式与 chat/image 的 baseUrl/model/apiKey + - 语言:`language` + - API 模式与 chat/image 的 baseUrl/model/apiKey ## 快速开始 @@ -90,13 +88,13 @@ npm run preview - 切换到 **Custom** - 配置 **文本生成(chat completion)** - - `baseUrl`(POST 接口地址) - - `model` - - `apiKey` + - `baseUrl`(POST 接口地址) + - `model` + - `apiKey` - 配置 **图片生成** - - `baseUrl`(POST 接口地址) - - `model` - - `apiKey` + - `baseUrl`(POST 接口地址) + - `model` + - `apiKey` 这些字段会自动保存到 `localStorage`。 @@ -139,9 +137,9 @@ npm run preview - **Microsoft Clarity**:在 `index.html` 中引入,用于分析与统计。 - **VueFlow 插件**: - - Background(Dots/Lines) - - Controls(缩放/适配) - - MiniMap(总览) + - Background(Dots/Lines) + - Controls(缩放/适配) + - MiniMap(总览) ## 国际化(i18n) diff --git a/package-lock.json b/package-lock.json index e93a29e..6c3e2e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "housegpt", + "name": "thinkflow", "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "housegpt", + "name": "thinkflow", "version": "0.0.0", "dependencies": { "@vue-flow/background": "^1.3.2", diff --git a/package.json b/package.json index 9d13433..4efbf51 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "housegpt", + "name": "thinkflow", "private": true, "version": "0.0.0", "type": "module", @@ -31,4 +31,4 @@ "vite": "^5.1.0", "vue-tsc": "^3.2.2" } -} +} \ No newline at end of file