@lightcone-ai/daemon 0.15.11 → 0.15.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -83,7 +83,8 @@ export class KuaishouAdapter {
|
|
|
83
83
|
if (!loggedIn) throw new Error('LOGIN_EXPIRED: 快手登录已过期,请重新扫码连接');
|
|
84
84
|
|
|
85
85
|
await this._uploadFiles([video], 'video');
|
|
86
|
-
|
|
86
|
+
// Wait for upload to complete: title field appears only after upload finishes
|
|
87
|
+
await this._waitForSelector('[placeholder*="标题"]', 120000);
|
|
87
88
|
|
|
88
89
|
if (title) {
|
|
89
90
|
await this._fillField('[placeholder*="标题"]', title);
|