Results 2 issues of hikerell

**Describe the bug** I want to implement the staggered loading animation for the "John Doe" and "WEB DEVELOPER" texts as seen on this website: https://ascensus-mdb-uikit-tutorial.mdbgo.io/. The "WEB DEVELOPER" text should...

### What happened? the coploit provider support openai means that Azure OpenAI also is useable with special config: ``` // ~/.affine/self-host/config/affine.js AFFiNE.use('copilot', { openai: { baseURL: "https://YOUR_AZURE_OPENAI_REGION.openai.azure.com/openai/deployments/YOUR_AZURE_OPENAI_DEPLOYMENT_NAME", apiKey: "YOUR_AZURE_OPENAI_API_KEY", defaultQuery:...