From d4524fe0a29e9331e9274c906822db12af476302 Mon Sep 17 00:00:00 2001 From: DCloud__JSON Date: Wed, 10 May 2023 17:40:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20repository?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 15d11d3..b21a36c 100644 --- a/package.json +++ b/package.json @@ -1,26 +1,22 @@ { "id": "uni-ai-chat", "name": "uni-ai-chat", - "version": "1.0.1", + "version": "1.0.3", "description": "基于uni-ai的聊天示例项目,支持流式、支持前文总结,云端一体", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "repository": "https://github.com/dcloudio/uni-ui", + "repository": "https://gitcode.net/dcloud/uni-ai-chat", "keywords": [ - "uni-ai-chat" - ], + "uni-ai-chat" + ], "author": "", "license": "ISC", "dependencies": {}, "displayName": "uni-ai-chat", - "dcloudext": { - "category": [ - "前端组件", - "通用组件" - ], - "sale": { + "dcloudext": { + "sale": { "regular": { "price": "0.00" }, @@ -35,8 +31,7 @@ "ads": "无", "data": "无", "permissions": "无" - }, - "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" + } }, "engines": { "HBuilderX": "^3.7.10" -- GitLab