This commit is contained in:
pengxiaolong
2025-05-13 19:39:53 +08:00
parent 37da6765b8
commit c006a8e63d
1232 changed files with 96963 additions and 883 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "tk-mini-program",
"version": "1.0.0",
"description": "{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/pengxiaolong711/tk-mini-program.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@tencentcloud/chat-uikit-uniapp": "^2.4.3",
"unplugin-vue2-script-setup": "^0.11.4"
}
}