@laplace.live/internal 1.3.12 → 1.3.13
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.
package/package.json
CHANGED
|
@@ -120,10 +120,6 @@ export declare namespace BilibiliInternal {
|
|
|
120
120
|
* 当前请求的 buvid3 获取模式
|
|
121
121
|
*/
|
|
122
122
|
ackMode: string
|
|
123
|
-
/**
|
|
124
|
-
* Custom CookieCloud sync server
|
|
125
|
-
*/
|
|
126
|
-
syncServer?: string
|
|
127
123
|
}
|
|
128
124
|
}
|
|
129
125
|
|
|
@@ -196,10 +192,6 @@ export declare namespace BilibiliInternal {
|
|
|
196
192
|
* @deprecated use `ackMode`
|
|
197
193
|
*/
|
|
198
194
|
buvidMode: string
|
|
199
|
-
/**
|
|
200
|
-
* Custom CookieCloud sync server
|
|
201
|
-
*/
|
|
202
|
-
syncServer?: string
|
|
203
195
|
}
|
|
204
196
|
}
|
|
205
197
|
|