同步资源
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
"dev": "node bin/pages.js&&cross-env NODE_ENV=development VUE_APP_CW_MODE=dev UNI_PLATFORM=mp-weixin vue-cli-service uni-build --watch",
|
||||
"pages": "node bin/pages.js",
|
||||
"lib": "node bin/lib.js&&npm unpublish --force&&npm publish&&node bin/clean.js",
|
||||
"lib:all": "node src/project/build.js&&npm unpublish --workspaces --force&&npm publish --workspaces&&node bin/clean.js",
|
||||
"clean": "node bin/clean.js"
|
||||
},
|
||||
"files": [
|
||||
@@ -15,7 +14,6 @@
|
||||
],
|
||||
"workspaces": [
|
||||
"src/components",
|
||||
"src/project/*",
|
||||
"src"
|
||||
],
|
||||
"publishConfig": {
|
||||
|
||||
24
src/project/sanjianxi/.gitignore
vendored
24
src/project/sanjianxi/.gitignore
vendored
@@ -1,24 +0,0 @@
|
||||
.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/
|
||||
@@ -1,32 +0,0 @@
|
||||
{
|
||||
"AppAddressBook": "便民通讯录",
|
||||
"AppContent": "内容发布",
|
||||
"AppPhotoReport": "随手拍",
|
||||
"AppServiceOnlineNew": "网上办事",
|
||||
"AppReturnHomeRegister": "返乡登记",
|
||||
"AppHealthReport": "健康上报",
|
||||
"AppProgressNew": "办事指南",
|
||||
"AppMyPlan": "办事进度",
|
||||
"AppIntegralApply": "积分申请",
|
||||
"AppCreditPoints": "信用积分",
|
||||
"AppSupermarket": "积分超市",
|
||||
"AppVillageInfo": "一村一群",
|
||||
"AppVillageActivity": "居民活动",
|
||||
"AppVideoSurve": "视频监控",
|
||||
"AppAuth": "实名认证",
|
||||
"AppOnlineAnswer": "在线答题",
|
||||
"AppPartyHistoryEducation": "党史教育",
|
||||
"AppOrderList": "超市订单",
|
||||
"AppThreeSessions": "三会一课",
|
||||
"AppServiceOnline": "网上办事",
|
||||
"AppJob": "招工就业",
|
||||
"AppPolice": "驻村辅警",
|
||||
"AppMarFuneral": "婚丧嫁娶",
|
||||
"AppAgProducts": "晒农产品",
|
||||
"AppTopic": "热点话题",
|
||||
"AppVillagerInfo": "本村简介",
|
||||
"AppVillagerDiscussion": "居民议事",
|
||||
"AppPhotoAlbum": "乡村相册",
|
||||
"AppHometown": "我的家乡",
|
||||
"AppNotice": "通知公告"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"name": "@dvcp-wechat-apps/sanjianxi",
|
||||
"version": "1.0.0",
|
||||
"files": [
|
||||
"apps",
|
||||
"static"
|
||||
],
|
||||
"dependencies": {
|
||||
}
|
||||
}
|
||||
24
src/project/shandong10086/.gitignore
vendored
24
src/project/shandong10086/.gitignore
vendored
@@ -1,24 +0,0 @@
|
||||
.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/
|
||||
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"AppAddressBook": "便民通讯录",
|
||||
"AppContent": "内容发布",
|
||||
"AppPhotoReport": "随手拍",
|
||||
"AppServiceOnlineNew": "网上办事",
|
||||
"AppReturnHomeRegister": "返乡登记",
|
||||
"AppHealthReport": "健康上报",
|
||||
"AppProgressNew": "办事指南",
|
||||
"AppMyPlan": "办事进度",
|
||||
"AppIntegralApply": "积分申请",
|
||||
"AppCreditPoints": "信用积分",
|
||||
"AppSupermarket": "积分超市",
|
||||
"AppVillageInfo": "一村一群",
|
||||
"AppVillageActivity": "居民活动",
|
||||
"AppVideoSurve": "视频监控",
|
||||
"AppAuth": "实名认证",
|
||||
"AppOnlineAnswer": "在线答题",
|
||||
"AppPartyHistoryEducation": "党史教育",
|
||||
"AppOrderList": "超市订单",
|
||||
"AppThreeSessions": "三会一课",
|
||||
"AppJob": "招工就业",
|
||||
"AppPolice": "驻村辅警"
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"name": "@dvcp-wechat-apps/shandong10086",
|
||||
"version": "1.0.0",
|
||||
"files": [
|
||||
"apps"
|
||||
],
|
||||
"dependencies": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user