三涧溪

This commit is contained in:
shijingjing
2022-04-15 11:51:07 +08:00
parent 07a5c3e774
commit be25e7cebb
3 changed files with 1 additions and 1 deletions

24
project/sanjianxi/.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/sanjianxi",
"version": "1.0.0",
"files": [
"apps"
],
"dependencies": {
}
}