调整代码生成和分包列入热更新开发范围

This commit is contained in:
aixianling
2022-05-11 16:52:54 +08:00
parent 526d7b9209
commit fd72e6a23f
19 changed files with 77 additions and 44 deletions

24
src/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,21 @@
{
"AppAddressBook": "便民通讯录",
"AppContent": "内容发布",
"AppPhotoReport": "随手拍",
"AppServiceOnlineNew": "网上办事",
"AppReturnHomeRegister": "返乡登记",
"AppHealthReport": "健康上报",
"AppProgressNew": "办事指南",
"AppMyPlan": "办事进度",
"AppIntegralApply": "积分申请",
"AppCreditPoints": "信用积分",
"AppSupermarket": "积分超市",
"AppVillageInfo": "一村一群",
"AppVillageActivity": "居民活动",
"AppVideoSurve": "视频监控",
"AppAuth": "实名认证",
"AppOnlineAnswer": "在线答题",
"AppPartyHistoryEducation": "党史教育",
"AppOrderList": "超市订单",
"AppThreeSessions": "三会一课"
}

View File

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