Update readme.md

This commit is contained in:
qkqpttgf
2020-06-07 18:55:18 +08:00
committed by GitHub
parent 53f88aa506
commit 44bedf16a7
+13 -3
View File
@@ -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~~
先手动在环境变量添加Regionap-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服务器下载文件,服务器只消耗与微软通信的少量流量。