From 44bedf16a750ae8063c39a2aa93066728c0bbb12 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sun, 7 Jun 2020 18:55:18 +0800 Subject: [PATCH] Update readme.md --- readme.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 7c4aca2..77e5ee0 100644 --- a/readme.md +++ b/readme.md @@ -21,16 +21,26 @@ How to Install: 5.View the website in chrome or other. 在浏览器中访问。 -# Deploy to SCF +# Deploy to Tencent Serverless Cloud Function (腾讯无服务器云函数 SCF) Official: https://cloud.tencent.com/product/scf ~~How to Install: https://service-pgxgvop2-1258064400.ap-hongkong.apigateway.myqcloud.com/test/abcdef/%E6%97%A0%E6%9C%8D%E5%8A%A1%E5%99%A8%E5%87%BD%E6%95%B0SCF%E6%90%AD%E5%BB%BAOneDrive.mp4?preview~~ - -先手动在环境变量添加Region,ap-hongkong或ap-guangzhou之类,具体看 https://cloud.tencent.com/document/api/583/17238 最底下,然后再安装。 + 添加网盘时,SCF反应不过来,会添加失败,请不要删除,再添加一次相同的就可以了。 DEMO: https://service-pgxgvop2-1258064400.ap-hongkong.apigateway.myqcloud.com/test/abcdef/ +# Deploy to Aliyun Function Compute (阿里函数计算 FC) +Official: https://fc.console.aliyun.com/ + +How to Install: +1,新建函数 -- HTTP函数 +2,运行环境选择php7.2 +3,触发器认证方式选择anonymous,请求方式里面,点一下GET,再点一下POST,最终框框里面有这2个 +4,上传代码,开始安装 + +DEMO: 无 + # Features 特性 When downloading files, the program produce a direct url, visitor download files from MS OFFICE via the direct url, the server expend a few bandwidth in produce. 下载时,由程序解析出直链,浏览器直接从微软Onedrive服务器下载文件,服务器只消耗与微软通信的少量流量。