Skip to content

Commit

Permalink
doc: update tcb node version
Browse files Browse the repository at this point in the history
  • Loading branch information
imaegoo committed Dec 11, 2023
1 parent 4f7e9ca commit 4e59c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
3. 进入[环境-登录授权](https://console.cloud.tencent.com/tcb/env/login),启用“匿名登录”
4. 进入[环境-安全配置](https://console.cloud.tencent.com/tcb/env/safety),将网站域名添加到“WEB安全域名”
5. 进入[环境-云函数](https://console.cloud.tencent.com/tcb/scf/index),点击“新建云函数”
6. 函数名称请填写:`twikoo`,创建方式请选择:`空白函数`,运行环境请选择:`Nodejs 10.15`,函数内存请选择:`128MB`,点击“下一步”
6. 函数名称请填写:`twikoo`,创建方式请选择:`空白函数`,运行环境请选择:`Nodejs 16.13`,函数内存请选择:`128MB`,点击“下一步”
7. 清空输入框中的示例代码,复制以下代码、粘贴到“函数代码”输入框中,点击“确定”
``` js
exports.main = require('twikoo-func').main
Expand Down

0 comments on commit 4e59c66

Please sign in to comment.