添加聊天

This commit is contained in:
bobobobo
2025-12-30 23:28:59 +08:00
parent d0cf491201
commit 2294b3b76e
450 changed files with 37066 additions and 96 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "uniapp-im-shop",
"version": "1.0.0",
"description": "unaipp多端im+会议+积分商城",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@tencentcloud/chat-uikit-uniapp": "^3.2.0",
"unplugin-vue2-script-setup": "^0.11.4"
}
}