From 71b727bd6931ff19ad56a4a7d6bd0afd2cab1550 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 27 Nov 2019 10:19:00 +0800 Subject: [PATCH] chore: add cloud function config (#2397) --- .gitignore | 1 - example/functions/foo/index.js | 16 ++ example/functions/foo/package.json | 14 ++ example/project.config.json | 336 +++++++++++++++++++++++++++++ 4 files changed, 366 insertions(+), 1 deletion(-) create mode 100644 example/functions/foo/index.js create mode 100644 example/functions/foo/package.json create mode 100644 example/project.config.json diff --git a/.gitignore b/.gitignore index ad7743dd..86f49148 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ .idea .vscode node_modules -project.config.json docs/dist example/dist .history diff --git a/example/functions/foo/index.js b/example/functions/foo/index.js new file mode 100644 index 00000000..5117bd52 --- /dev/null +++ b/example/functions/foo/index.js @@ -0,0 +1,16 @@ +// 这是一个测试用的云函数 +const cloud = require('wx-server-sdk'); + +cloud.init(); + +// 云函数入口函数 +exports.main = async event => { + const wxContext = cloud.getWXContext(); + + return { + event, + openid: wxContext.OPENID, + appid: wxContext.APPID, + unionid: wxContext.UNIONID + }; +}; diff --git a/example/functions/foo/package.json b/example/functions/foo/package.json new file mode 100644 index 00000000..3e92c54f --- /dev/null +++ b/example/functions/foo/package.json @@ -0,0 +1,14 @@ +{ + "name": "foo", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "dependencies": { + "wx-server-sdk": "latest" + } +} diff --git a/example/project.config.json b/example/project.config.json new file mode 100644 index 00000000..2bcf5ca6 --- /dev/null +++ b/example/project.config.json @@ -0,0 +1,336 @@ +{ + "description": "项目配置文件", + "packOptions": { + "ignore": [] + }, + "setting": { + "urlCheck": false, + "es6": true, + "postcss": true, + "minified": true, + "newFeature": true, + "nodeModules": true + }, + "compileType": "miniprogram", + "cloudfunctionRoot": "functions/", + "libVersion": "2.8.2", + "appid": "wx1c01b35002d3ba14", + "projectname": "vant-weapp", + "debugOptions": { + "hidedInDevtools": [] + }, + "scripts": {}, + "simulatorType": "wechat", + "simulatorPluginLibVersion": {}, + "condition": { + "search": { + "current": -1, + "list": [] + }, + "conversation": { + "current": -1, + "list": [] + }, + "plugin": { + "current": -1, + "list": [] + }, + "game": { + "list": [] + }, + "gamePlugin": { + "current": -1, + "list": [] + }, + "miniprogram": { + "current": 42, + "list": [ + { + "id": -1, + "name": "button", + "pathName": "pages/button/index", + "query": "" + }, + { + "id": -1, + "name": "loading", + "pathName": "pages/loading/index", + "query": "" + }, + { + "id": -1, + "name": "icon", + "pathName": "pages/icon/index", + "query": "" + }, + { + "id": 3, + "name": "layout", + "pathName": "pages/col/index", + "query": "" + }, + { + "id": -1, + "name": "cell", + "pathName": "pages/cell/index", + "query": "" + }, + { + "id": -1, + "name": "card", + "pathName": "pages/card/index", + "query": "" + }, + { + "id": -1, + "name": "stepper", + "pathName": "pages/stepper/index", + "query": "" + }, + { + "id": -1, + "name": "switch", + "pathName": "pages/switch/index", + "query": "" + }, + { + "id": -1, + "name": "tag", + "pathName": "pages/tag/index", + "query": "" + }, + { + "id": -1, + "name": "notice-bar", + "pathName": "pages/notice-bar/index", + "query": "" + }, + { + "id": -1, + "name": "tree-select", + "pathName": "pages/tree-select/index", + "query": "" + }, + { + "id": -1, + "name": "select", + "pathName": "pages/select/index", + "query": "" + }, + { + "id": -1, + "name": "field", + "pathName": "pages/field/index", + "query": "" + }, + { + "id": 13, + "name": "sidebar", + "pathName": "pages/sidebar/index", + "query": "", + "scene": null + }, + { + "id": -1, + "name": "panel", + "pathName": "pages/panel/index", + "query": "" + }, + { + "id": -1, + "name": "popup", + "pathName": "pages/popup/index", + "query": "" + }, + { + "id": 16, + "name": "action-sheet", + "pathName": "pages/action-sheet/index", + "query": "" + }, + { + "id": -1, + "name": "steps", + "pathName": "pages/steps/index", + "query": "" + }, + { + "id": -1, + "name": "search", + "pathName": "pages/search/index", + "query": "" + }, + { + "id": -1, + "name": "nav-bar", + "pathName": "pages/nav-bar/index", + "query": "" + }, + { + "id": -1, + "name": "notify", + "pathName": "pages/notify/index", + "query": "" + }, + { + "id": -1, + "name": "toast", + "pathName": "pages/toast/index", + "query": "" + }, + { + "id": -1, + "name": "tabbar", + "pathName": "pages/tabbar/index", + "query": "" + }, + { + "id": -1, + "name": "transition", + "pathName": "pages/transition/index", + "query": "" + }, + { + "id": -1, + "name": "slider", + "pathName": "pages/slider/index", + "query": "" + }, + { + "id": -1, + "name": "switch-cell", + "pathName": "pages/switch-cell/index", + "query": "" + }, + { + "id": -1, + "name": "progress", + "pathName": "pages/progress/index", + "query": "" + }, + { + "id": -1, + "name": "area", + "pathName": "pages/area/index", + "query": "" + }, + { + "id": -1, + "name": "tab", + "pathName": "pages/tab/index", + "query": "" + }, + { + "id": -1, + "name": "dialog", + "pathName": "pages/dialog/index", + "query": "" + }, + { + "id": -1, + "name": "submit-bar", + "pathName": "pages/submit-bar/index", + "query": "" + }, + { + "id": -1, + "name": "checkbox", + "pathName": "pages/checkbox/index", + "query": "" + }, + { + "id": -1, + "name": "goods-action", + "pathName": "pages/goods-action/index", + "query": "" + }, + { + "id": -1, + "name": "radio", + "pathName": "pages/radio/index", + "query": "" + }, + { + "id": -1, + "name": "swipe-cell", + "pathName": "pages/swipe-cell/index", + "query": "" + }, + { + "id": -1, + "name": "rate", + "pathName": "pages/rate/index", + "query": "" + }, + { + "id": -1, + "name": "collapse", + "pathName": "pages/collapse/index", + "query": "" + }, + { + "id": -1, + "name": "datetime-picker", + "pathName": "pages/datetime-picker/index", + "query": "" + }, + { + "id": -1, + "name": "sticky", + "pathName": "pages/sticky/index", + "query": "", + "scene": null + }, + { + "id": -1, + "name": "picker", + "pathName": "pages/picker/index", + "query": "", + "scene": null + }, + { + "id": -1, + "name": "overlay", + "pathName": "pages/overlay/index", + "query": "", + "scene": null + }, + { + "id": -1, + "name": "circle", + "pathName": "pages/circle/index", + "query": "", + "scene": null + }, + { + "id": -1, + "name": "grid", + "pathName": "pages/grid/index", + "query": "", + "scene": null + }, + { + "id": -1, + "name": "count-down", + "pathName": "pages/count-down/index", + "query": "", + "scene": null + }, + { + "id": -1, + "name": "image", + "pathName": "pages/image/index", + "query": "", + "scene": null + }, + { + "id": 45, + "name": "skeleton", + "pathName": "pages/skeleton/index", + "query": "", + "scene": null + } + ] + } + } +} \ No newline at end of file