feat: apiHost 改为 api.duooomi.com,ANI 转换参数可配置

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
km2023
2026-04-16 14:24:02 +08:00
parent 63dc4b7902
commit 79af43cdef
5 changed files with 24 additions and 21 deletions

View File

@@ -26,8 +26,11 @@ dependencies: [
```swift
let sdk = DuooomiBleSDK(config: .init(
apiKey: "your-api-key" //
// apiHost: URL(...)!, // https://api.mixvideo.bowong.cc
// apiHost: URL(...)!, // https://api.duooomi.com
// cdnHost: "https://cdn.bowong.cc/", //
// aniWidth: 360, // ANI 360
// aniHeight: 360, // ANI 360
// aniFps: "24", // ANI 24
// firmwareIdentifier: "duomi", //
// firmwareStatus: "DRAFT" //
))