From 49804fc42857146e9d192eaef11de4271aa4978a Mon Sep 17 00:00:00 2001 From: brycewwang Date: Thu, 9 Mar 2023 19:35:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9(Webfunc-ExpressDemo)?= =?UTF-8?q?config=E7=9A=84author=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Webfunc-ExpressDemo/config.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Webfunc-ExpressDemo/config.json b/Webfunc-ExpressDemo/config.json index d88cdc1049..c13771b700 100644 --- a/Webfunc-ExpressDemo/config.json +++ b/Webfunc-ExpressDemo/config.json @@ -5,7 +5,7 @@ "description": "基于 API 网关和 Web 函数,快速部署 Express 示例项目", "attention": "无", "author": { - "name": "腾讯云" + "name": "腾讯云开发者社区" } }, "English": { @@ -13,13 +13,14 @@ "description": "An Express demo for APIGW and Node.js Web Function", "attention": "None", "author": { - "name": "Tencent Cloud" + "name": "Tencent Cloud Developer Community" } }, + "source": "Tencent-Cloud-Community", "runtime": "Nodejs12.16", "type": "web", "readme": "https://github.com/tencentyun/serverless-demo/tree/master/Webfunc-ExpressDemo", - "version": "0.5.2", + "version": "0.5.3", "tags": [ "WebFunc", "Express",