diff --git a/LICENSE.txt b/LICENSE.txt index 042baf3..e0861eb 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,8 +1,8 @@ # Open Source License -SQLBot is licensed under a modified version of the GNU General Public License version 3 (GPLv3), with the following additional conditions: +UPage is licensed under a modified version of the GNU General Public License version 3 (GPLv3), with the following additional conditions: -1. LOGO and copyright information: In the process of using SQLBot's frontend, you may not remove or modify the LOGO or copyright information in the SQLBot console or applications. +1. LOGO and copyright information: In the process of using UPage, you may not remove or modify the LOGO or copyright information in the UPage applications. 2. As a contributor, you should agree that: diff --git a/README.md b/README.md index 741ee93..b734474 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

UPage

-

基于人工智能的可视化网页构建平台

+

基于大模型的可视化网页构建平台

GitHub release @@ -9,7 +9,7 @@ ------------------------------ -UPage 是一款基于人工智能的可视化网页构建平台,支持多种 AI 提供商集成,基于自然语言快速实现定制化网页。 +UPage 是一款基于大模型的可视化网页构建平台,支持多种 AI 提供商集成,基于自然语言快速实现定制化网页。 ------------------------------ diff --git a/package.json b/package.json index 18cabba..742e6b3 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,8 @@ "unist-util-visit": "^5.0.0", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0", - "zod": "^4.1.11" + "zod": "^4.1.11", + "node-fetch": "^3.3.2" }, "devDependencies": { "@biomejs/biome": "2.2.4", @@ -130,7 +131,6 @@ "dotenv": "^17.2.2", "fast-glob": "^3.3.3", "husky": "9.1.7", - "node-fetch": "^3.3.2", "pnpm": "^10.17.1", "sass-embedded": "^1.93.1", "typescript": "^5.9.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c30dd1..6ceb430 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -182,6 +182,9 @@ importers: nanostores: specifier: ^1.0.1 version: 1.0.1 + node-fetch: + specifier: ^3.3.2 + version: 3.3.2 ollama-ai-provider-v2: specifier: ^1.3.1 version: 1.3.1(zod@4.1.11) @@ -324,9 +327,6 @@ importers: husky: specifier: 9.1.7 version: 9.1.7 - node-fetch: - specifier: ^3.3.2 - version: 3.3.2 pnpm: specifier: ^10.17.1 version: 10.17.1