Update README.MD

This commit is contained in:
droomo 2022-01-28 00:27:13 +08:00 committed by GitHub
parent 34f765bf73
commit 78033f6abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
### 介绍
用于将Typecho上传的附件保存到阿里云的OSS。
最后更新于2020年6月。
最后更新于2021年1月。
### 特性
1. 可以选择只保存到OSS或同时保存到OSS和服务器方便维护
@ -10,3 +10,4 @@
3. 记录上传文件时的错误日志,再也不用为莫名其妙的上传失败或者上传时毫无反应懵逼了。
4. 可以自定义CDN地址、OSS储存前缀、OSS连接方式内网、外网
5. 可以使用自定义样式。借鉴 [DefectingCat](https://github.com/DefectingCat/AliOssForTypecho-)
6. 感谢[Jump-Boy](https://github.com/Jump-Boy/AliOssForTypecho)提交PR更新OSS SDK以适配PHP8.