Greetings Duplicacy dev team,
Due to the connection speed from China to the global onedrive service, I’d like to use the office 365 of region China (see Office 365 operated by 21Vianet - Microsoft 365 admin | Microsoft Docs). It has different graph api and login addresses (see API endpoints of Office 365 for China | Microsoft Docs):
Login: [https://login.partner.microsoftonline.cn](https://login.partner.microsoftonline.cn/)
Graph API: [https://microsoftgraph.chinacloudapi.cn](https://microsoftgraph.chinacloudapi.cn/)
Is it possible to add support for this to the Webui version? Thanks.