feat: apiHost 改为 api.duooomi.com,ANI 转换参数可配置
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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" // 默认
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user