@ -0,0 +1,31 @@ | |||
/* | |||
* Eslint config file | |||
* Documentation: https://eslint.org/docs/user-guide/configuring/ | |||
* Install the Eslint extension before using this feature. | |||
*/ | |||
module.exports = { | |||
env: { | |||
es6: true, | |||
browser: true, | |||
node: true, | |||
}, | |||
ecmaFeatures: { | |||
modules: true, | |||
}, | |||
parserOptions: { | |||
ecmaVersion: 2018, | |||
sourceType: 'module', | |||
}, | |||
globals: { | |||
wx: true, | |||
App: true, | |||
Page: true, | |||
getCurrentPages: true, | |||
getApp: true, | |||
Component: true, | |||
requirePlugin: true, | |||
requireMiniProgram: true, | |||
}, | |||
// extends: 'eslint:recommended', | |||
rules: {}, | |||
} |
@ -0,0 +1,14 @@ | |||
# Windows | |||
[Dd]esktop.ini | |||
Thumbs.db | |||
$RECYCLE.BIN/ | |||
# macOS | |||
.DS_Store | |||
.fseventsd | |||
.Spotlight-V100 | |||
.TemporaryItems | |||
.Trashes | |||
# Node.js | |||
node_modules/ |
@ -0,0 +1,12 @@ | |||
一餐一食开发文档: | |||
**by wlm** 2022年1月19日19点42分 | |||
pages已经移至miniprogram文件夹下 | |||
已修改app.js里的环境ID | |||
**by wlm** 2022年1月20日15点10分 | |||
**删除了多余的图片** | |||
目前分别开发阶段的git原则: | |||
**只修改自己的页面** | |||
**从远程拉取(实心箭头)origin/project分支,合并方式选择合并** | |||
**合并好再推送** | |||
**如果有修改别人的页面的需求,请提前联系那个人,让他先推送,然后你再修改(这期间他就不要再修改了),然后你再按照上述方法合并分支并推送。** | |||
@ -0,0 +1,81 @@ | |||
{ | |||
"miniprogramRoot": "miniprogram/", | |||
"cloudfunctionRoot": "cloudfunctions/", | |||
"setting": { | |||
"urlCheck": false, | |||
"es6": true, | |||
"enhance": true, | |||
"postcss": true, | |||
"preloadBackgroundData": false, | |||
"minified": true, | |||
"newFeature": true, | |||
"coverView": true, | |||
"nodeModules": true, | |||
"autoAudits": false, | |||
"showShadowRootInWxmlPanel": true, | |||
"scopeDataCheck": false, | |||
"uglifyFileName": false, | |||
"checkInvalidKey": true, | |||
"checkSiteMap": true, | |||
"uploadWithSourceMap": true, | |||
"compileHotReLoad": false, | |||
"lazyloadPlaceholderEnable": false, | |||
"useMultiFrameRuntime": true, | |||
"useApiHook": true, | |||
"useApiHostProcess": true, | |||
"babelSetting": { | |||
"ignore": [], | |||
"disablePlugins": [], | |||
"outputPath": "" | |||
}, | |||
"useIsolateContext": true, | |||
"userConfirmedBundleSwitch": false, | |||
"packNpmManually": false, | |||
"packNpmRelationList": [], | |||
"minifyWXSS": true, | |||
"disableUseStrict": false, | |||
"minifyWXML": true, | |||
"showES6CompileOption": false, | |||
"useCompilerPlugins": false, | |||
"ignoreUploadUnusedFiles": true, | |||
"useStaticServer": true | |||
}, | |||
"appid": "wxfe8ce21bac42fa47", | |||
"projectname": "YCYS", | |||
"libVersion": "2.19.4", | |||
"cloudfunctionTemplateRoot": "cloudfunctionTemplate/", | |||
"condition": { | |||
"search": { | |||
"list": [] | |||
}, | |||
"conversation": { | |||
"list": [] | |||
}, | |||
"plugin": { | |||
"list": [] | |||
}, | |||
"game": { | |||
"list": [] | |||
}, | |||
"miniprogram": { | |||
"list": [ | |||
{ | |||
"id": -1, | |||
"name": "db guide", | |||
"pathName": "pages/databaseGuide/databaseGuide" | |||
} | |||
] | |||
} | |||
}, | |||
"compileType": "miniprogram", | |||
"srcMiniprogramRoot": "miniprogram/", | |||
"packOptions": { | |||
"ignore": [], | |||
"include": [] | |||
}, | |||
"editorSetting": { | |||
"tabIndent": "insertSpaces", | |||
"tabSize": 4 | |||
}, | |||
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html" | |||
} |
@ -0,0 +1,57 @@ | |||
{ | |||
"setting": {}, | |||
"condition": { | |||
"miniprogram": { | |||
"list": [ | |||
{ | |||
"name": "db guide", | |||
"pathName": "pages/databaseGuide/databaseGuide", | |||
"query": "" | |||
}, | |||
{ | |||
"name": "pages/getOpenId/index", | |||
"pathName": "pages/getOpenId/index", | |||
"query": "", | |||
"scene": null | |||
}, | |||
{ | |||
"name": "pages/deployService/index", | |||
"pathName": "pages/deployService/index", | |||
"query": "", | |||
"scene": null | |||
}, | |||
{ | |||
"name": "pages/selectRecord/index", | |||
"pathName": "pages/selectRecord/index", | |||
"query": "", | |||
"scene": null | |||
}, | |||
{ | |||
"name": "pages/sumRecordResult/index", | |||
"pathName": "pages/sumRecordResult/index", | |||
"query": "", | |||
"scene": null | |||
}, | |||
{ | |||
"name": "pages/updateRecord/index", | |||
"pathName": "pages/updateRecord/index", | |||
"query": "", | |||
"scene": null | |||
}, | |||
{ | |||
"name": "pages/updateRecordResult/index", | |||
"pathName": "pages/updateRecordResult/index", | |||
"query": "", | |||
"scene": null | |||
}, | |||
{ | |||
"name": "pages/updateRecordSuccess/index", | |||
"pathName": "pages/updateRecordSuccess/index", | |||
"query": "", | |||
"scene": null | |||
} | |||
] | |||
} | |||
}, | |||
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html" | |||
} |
@ -0,0 +1 @@ | |||
"D:\Program Files\微信web开发者工具\cli.bat" cloud functions deploy --e cloud1-2guzyjye2f239106 --n quickstartFunctions --r --project "D:\Coding_Documents\yicanyishi\YCYS" --report_first --report |