alist/drivers/bitqiu
okatu-loli 6755e0e755 feat(bitqiu): Add rename, copy, and delete operations
- Implement `Rename` operation with retry logic and API calls.
- Implement `Copy` operation, including asynchronous handling, polling for completion, and status checks.
- Implement `Remove` operation with retry logic and API calls.
- Add new API endpoint URLs for rename, copy, and delete, and a new copy success code.
- Introduce `AsyncManagerData`, `AsyncTask`, and `AsyncTaskInfo` types to support async copy status monitoring.
- Add utility functions `updateObjectName` and `parentPathOf` for object manipulation.
- Integrate login retry mechanism for all file operations.
2025-10-22 19:18:01 +08:00
..
driver.go feat(bitqiu): Add rename, copy, and delete operations 2025-10-22 19:18:01 +08:00
meta.go feat(bitqiu): Add Bitqiu cloud drive support 2025-10-22 17:52:05 +08:00
types.go feat(bitqiu): Add rename, copy, and delete operations 2025-10-22 19:18:01 +08:00
util.go feat(bitqiu): Add rename, copy, and delete operations 2025-10-22 19:18:01 +08:00