1
0
mirror of https://github.com/chowa/ejyy.git synced 2026-01-21 05:07:48 +08:00

clear cached

This commit is contained in:
AYKM
2022-05-20 22:31:32 +08:00
parent 17be5362bc
commit 8df36422b8
8 changed files with 5 additions and 19634 deletions

3
.gitignore vendored
View File

@@ -7,3 +7,6 @@ dist
*.swp
.cwfont.manifest
.ejyyrc
project.config.json
project.private.config.json
package-lock.json

View File

@@ -1,74 +0,0 @@
{
"packOptions": {
"ignore": []
},
"miniprogramRoot": "src/",
"setting": {
"urlCheck": false,
"es6": true,
"enhance": false,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": false,
"scopeDataCheck": false,
"uglifyFileName": true,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"useIsolateContext": true,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"showES6CompileOption": false,
"useCompilerPlugins": false
},
"compileType": "miniprogram",
"libVersion": "2.16.0",
"appid": "",
"projectname": "employee-mp@by ejyy",
"debugOptions": {
"hidedInDevtools": []
},
"isGameTourist": false,
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"list": []
},
"conversation": {
"list": []
},
"plugin": {
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": []
}
}
}

View File

@@ -1,54 +0,0 @@
{
"setting": {},
"condition": {
"plugin": {
"list": []
},
"game": {
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": [
{
"name": "pages/home/index",
"pathName": "pages/home/index",
"query": "",
"scene": 1011
},
{
"name": "pages/vistor/index",
"pathName": "pages/vistor/index",
"query": "",
"scene": null
},
{
"name": "pages/home/repair",
"pathName": "pages/home/repair",
"query": "id=2",
"scene": null
},
{
"name": "pages/home/index",
"pathName": "pages/home/index",
"query": "",
"scene": 1011
},
{
"name": "疫情",
"pathName": "pages/epidemic/index",
"query": "",
"scene": 1011
},
{
"name": "",
"pathName": "pages/material/index",
"query": "id=1",
"scene": null
}
]
}
}
}

View File

@@ -1,75 +0,0 @@
{
"packOptions": {
"ignore": []
},
"miniprogramRoot": "src/",
"setting": {
"urlCheck": false,
"es6": true,
"enhance": false,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": false,
"scopeDataCheck": false,
"uglifyFileName": true,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"useIsolateContext": true,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"showES6CompileOption": false,
"useCompilerPlugins": false,
"minifyWXML": true
},
"compileType": "miniprogram",
"libVersion": "2.16.0",
"appid": "",
"projectname": "ower-mp@by ejyy",
"debugOptions": {
"hidedInDevtools": []
},
"isGameTourist": false,
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"list": []
},
"conversation": {
"list": []
},
"plugin": {
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": []
}
}
}

View File

@@ -1,54 +0,0 @@
{
"setting": {},
"condition": {
"plugin": {
"list": []
},
"game": {
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": [
{
"name": "pages/home/index",
"pathName": "pages/home/index",
"query": "",
"scene": 1011
},
{
"name": "pages/zone/card",
"pathName": "pages/zone/card",
"query": "",
"scene": null
},
{
"name": "pages/community/append",
"pathName": "pages/community/append",
"query": "",
"scene": null
},
{
"name": "pages/zone/supplement",
"pathName": "pages/zone/supplement",
"query": "",
"scene": null
},
{
"name": "pages/payment/order",
"pathName": "pages/payment/order",
"query": "",
"scene": null
},
{
"name": "pages/vistor/detail",
"pathName": "pages/vistor/detail",
"query": "id=19",
"scene": null
}
]
}
}
}

View File

@@ -1,7 +1,7 @@
{
"component": true,
"usingComponents": {
"cw-tabbar": "../../components/tabbar",
"cw-tabbar-item": "../../components/tabbar-item"
"cw-tabbar": "../components/tabbar",
"cw-tabbar-item": "../components/tabbar-item"
}
}

4994
server/package-lock.json generated

File diff suppressed because it is too large Load Diff

14381
web/package-lock.json generated

File diff suppressed because it is too large Load Diff