component-shipinlv 1.3.6 → 1.3.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -405,7 +405,7 @@ var PublishTaskPlanClass = /*#__PURE__*/function () {
|
|
405
405
|
code: '',
|
406
406
|
message: '恭喜你,视频发布成功',
|
407
407
|
nickname: nickname,
|
408
|
-
status: '
|
408
|
+
status: 'finish',
|
409
409
|
taskId: taskInfo.taskId,
|
410
410
|
eventType: 'publish-video'
|
411
411
|
}; // event.run('lo g', errLog);
|
package/dist/config/apiUrls.js
CHANGED
package/dist/lib/Tool.d.ts
CHANGED
@@ -161,7 +161,7 @@ declare const Tool: {
|
|
161
161
|
OsPathSeparator(): string;
|
162
162
|
getTitleByPath(path: string): string;
|
163
163
|
h5Pay(query: Pay.H5PayQuery): void;
|
164
|
-
notification(type: "
|
164
|
+
notification(type: "success" | "info" | "error" | "warning", message: string, description?: import("react").ReactNode, options?: NotificationOptions): void;
|
165
165
|
notificationSuccess(message: string, description?: import("react").ReactNode, options?: NotificationOptions): void;
|
166
166
|
notificationError(message: string, description?: import("react").ReactNode, options?: NotificationOptions): void;
|
167
167
|
notificationWarning(message: string, description?: import("react").ReactNode, options?: NotificationOptions): void;
|