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

@@ -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"
}
}
}