Skip to content

Commit

Permalink
change jQuery cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Xie committed Oct 30, 2019
1 parent b95f1f2 commit e533a77
Show file tree
Hide file tree
Showing 11,499 changed files with 913,882 additions and 88,168 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
22 changes: 16 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,27 @@
.idea
.DS_Store
/.tmp/
/logs/

/accessorys/mkcert/
/accessorys/PicUploaderHelper/key_log.txt
/accessorys/PicUploaderHelper/PicUploader.py
/accessorys/PicUploaderHelper/PicUploader.php
/accessorys/PicUploaderHelper/PicUploader-local.php

/auth/
/uploader/token/
/config/config-local.php
/config/.settings
/config/.config.json
/config/google-drive-config.json
/db
/logs/

/uploads
/uploader/UploadCoroutine.php
/uploader/UploadCtyun.php
/uploader/UploadXrcloud.php
/db
/accessorys/PicUploaderHelper/key_log.txt
/accessorys/PicUploaderHelper/PicUploader.py
/accessorys/PicUploaderHelper/PicUploader.php
/accessorys/PicUploaderHelper/PicUploader-local.php
/uploader/UploadGoogledrive.php
/uploader/UploadOnedrive.php

/test.php
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,12 @@ PicUploader
### 点赞
如果觉得PicUploader还不错,给个star鼓励鼓励我吧!

### 打赏
### 如果支持我
**方法一:**
如果本工具确实能帮助到你,不妨打赏一下,鼓励一下我继续更新并维护`PicUploader`
<img width="200" src="https://www.xiebruce.top/wp-content/uploads/2018/09/wechat.png">

<img width="200" src="https://www.xiebruce.top/wp-content/uploads/2018/09/alipay.png">

**方法二:**
如果你玩抖音,可以使用抖音极速版(目前只有安卓版,iPhone暂不支持),然后填上我的邀请码:**89571647**,这样我们都能得到一定的奖励!
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
"aliyuncs/oss-sdk-php": "^2.3",
"upyun/sdk": "^3.3",
"yunify/qingstor-sdk": "^2.2",
"google/photos-library": "^1.1",
"sabre/dav": "^3.2",
"phpseclib/phpseclib": "^2.0",
"cloudinary/cloudinary_php": "^1.14",
"baidubce/bce-sdk-php": "^0.8.22",
"monolog/monolog": "^1.24",
"qcloud/cos-sdk-v5": "^2.0"
"qcloud/cos-sdk-v5": "^2.0",
"microsoft/microsoft-graph": "^1.11",
"google/apiclient": "^2.0"
}
}
Loading

0 comments on commit e533a77

Please sign in to comment.