diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000000000000000000000000000000000000..bd00d257e5697d291a250ccdac12296216909a8e --- /dev/null +++ b/changelog.md @@ -0,0 +1,2 @@ +## 1.0.0(2023-04-24) +1.0.0 diff --git a/package.json b/package.json index 9caffee5f472a3e59a39ae0afc3194e7eb17a871..6828bbb8078af07d1fd9d6ceec1f4f2a2826b991 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,21 @@ -{ - "name": "uni-ai-chat", - "version": "1.0.0", - "description": "", - "main": "main.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://oauth2:kgLJqNu7Nq7_-ADr9AsC@gitcode.net/dcloud/uni-ai-chat.git" - }, - "keywords": [], - "author": "", - "license": "ISC", - "dependencies": { - "highlight.js": "^11.7.0", - "markdown-it": "^13.0.1" - } -} +{ + "id": "uni-ai-chat", + "name": "uni-ai-chat", + "version": "1.0.0", + "description": "云端一体uni-ai示例项目", + "main": "main.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": {}, + "keywords": [ + "uni-ai-chat" + ], + "author": "", + "license": "ISC", + "dependencies": { + "highlight.js": "^11.7.0", + "markdown-it": "^13.0.1" + }, + "displayName": "uni-ai-chat" +} \ No newline at end of file diff --git a/pages/chat/chat.vue b/pages/chat/chat.vue index ce2cecc72ca930fc0a34a99f02456a035d1ef7e1..786847565ff12e4753e36e02b2518304cb84acbf 100644 --- a/pages/chat/chat.vue +++ b/pages/chat/chat.vue @@ -1,7 +1,7 @@