feat: 首次提交

This commit is contained in:
peerless_hero
2023-08-17 21:28:49 +08:00
parent 36f80fb971
commit ec1e5e16cd
571 changed files with 95322 additions and 0 deletions

31
package.json Normal file
View File

@ -0,0 +1,31 @@
{
"name": "@thzxcx/firstui-uni",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://gitea.thzxcx.com/thzxcx/FirstUI-vue.git"
},
"publishConfig": {
"registry": "https://gitea.thzxcx.com/api/packages/thzxcx/npm/"
},
"files": [
"common",
"components"
],
"scripts": {
"build": "echo firstui-uni无需编译"
},
"uni-app": {
"scripts": {
"mp-dingtalk": {
"title": "钉钉小程序",
"env": {
"UNI_PLATFORM": "mp-alipay"
},
"define": {
"MP-DINGTALK": true
}
}
}
}
}