小程序分包

This commit is contained in:
aixianling
2022-03-01 18:01:21 +08:00
parent 520473c497
commit 2515d1ff07
5 changed files with 176 additions and 3 deletions

24
project/shandong10086/.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
.DS_Store
node_modules/
unpackage/
dist/
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.project
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
apps/

View File

@@ -0,0 +1,15 @@
{
"AppAddressBook": "便民通讯录",
"AppContent": "内容发布",
"AppPhotoReport": "随手拍",
"AppServiceOnlineNew": "网上办事",
"AppReturnHomeRegister": "返乡登记",
"AppHealthReport": "健康上报",
"AppProgressNew": "办事指南",
"AppIntegralApply": "积分申请",
"AppCreditPoints": "信用积分",
"AppSupermarket": "积分超市",
"AppVillageInfo": "一村一群",
"AppVillageActivity": "居民活动",
"AppVideoSurve": "视频监控"
}

View File

@@ -0,0 +1,9 @@
{
"name": "@dvcp-wechat-apps/shandong10086",
"version": "1.0.0",
"files": [
"apps"
],
"dependencies": {
}
}