Commit Graph

2 Commits

Author SHA1 Message Date
okatu-loli
30a3a09f3b feat(client): Implement configurable user agent
*   Introduce a configurable `UserAgent` field in the client's settings.
*   Add a `userAgent()` method to retrieve the user agent, prioritizing the custom setting or using a predefined default.
*   Apply the determined user agent to all outbound HTTP requests made by the `BitQiu` client.
2025-10-23 18:32:08 +08:00
okatu-loli
6ba97213d8 feat(bitqiu): Add Bitqiu cloud drive support
- Implement the new Bitqiu cloud drive.
- Add core driver logic, metadata handling, and utility functions.
- Register the Bitqiu driver for use.
2025-10-22 17:52:05 +08:00