picgo-plugin-gitee 2.0.5 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picgo-plugin-gitee",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "picgo uploader for gitee",
5
5
  "main": "src/index.js",
6
6
  "publishConfig": {
package/readme.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 重要通知
2
+ **Recently Gitee has not allowed repo to be used as personal website, so please refer to #11 and do your new plan. <br>
3
+ 最近 gitee 不允许仓库作为个人图床,请参考 #11,做好相应的处理。**
4
+
1
5
  # picgo-plugin-gitee
2
6
 
3
7
  PicGo Uploader For Gitee
package/src/index.js CHANGED
@@ -17,7 +17,6 @@ module.exports = (ctx) => {
17
17
  const getHeaders = function () {
18
18
  return {
19
19
  "Content-Type": "application/json;charset=UTF-8",
20
- "User-Agent": "PicGo",
21
20
  };
22
21
  };
23
22