refactor: 将项目名称从housegpt更新为thinkflow

更新package.json、package-lock.json和README文件中的项目名称,保持与产品名称ThinkFlow AI一致
This commit is contained in:
liuziting
2026-01-22 08:29:58 +08:00
parent 3feb0a9727
commit 0a3540445a
4 changed files with 27 additions and 29 deletions

View File

@@ -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. 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 ## Highlights

View File

@@ -4,8 +4,6 @@
ThinkFlow AI 是一个轻量、偏本地化Local-first的“从想法到结构化图谱”的工作台输入一个核心想法应用会把它扩展为可浏览的知识图谱模块/子模块)。每个节点支持继续追问扩展、深挖详情,以及可选的配图生成。 ThinkFlow AI 是一个轻量、偏本地化Local-first的“从想法到结构化图谱”的工作台输入一个核心想法应用会把它扩展为可浏览的知识图谱模块/子模块)。每个节点支持继续追问扩展、深挖详情,以及可选的配图生成。
说明:当前仓库的 npm 包名仍为 `housegpt`(历史原因),产品名称为 **ThinkFlow AI**
## 亮点功能 ## 亮点功能
- **想法扩展为图谱**:生成根节点并扩展出结构化子节点。 - **想法扩展为图谱**:生成根节点并扩展出结构化子节点。

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{ {
"name": "housegpt", "name": "thinkflow",
"version": "0.0.0", "version": "0.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "housegpt", "name": "thinkflow",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@vue-flow/background": "^1.3.2", "@vue-flow/background": "^1.3.2",

View File

@@ -1,5 +1,5 @@
{ {
"name": "housegpt", "name": "thinkflow",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module",