更新至V1.82.3,更新内容在笔记中查看

This commit is contained in:
小胡
2023-07-21 20:59:08 +08:00
Unverified
parent 2e1f5f4fcc
commit cc55c3f322
43 changed files with 664 additions and 427 deletions

View File

@@ -25,7 +25,7 @@ class Client {
//const API_URL_OneDrive = 'https://apis.live.net/v5.0/';
const API_URL = 'https://api.onedrive.com/v1.0';
const API_URL = 'https://api.onedrive.com/';
// The base URL for authorization requests.
const AUTH_URL = 'https://login.live.com/oauth20_authorize.srf';