@wox-launcher/wox-plugin 0.0.45 → 0.0.46
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/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -111,7 +111,7 @@ export interface WoxImage {
|
|
|
111
111
|
ImageType: WoxImageType;
|
|
112
112
|
ImageData: string;
|
|
113
113
|
}
|
|
114
|
-
export type WoxPreviewType = "markdown" | "text" | "image";
|
|
114
|
+
export type WoxPreviewType = "markdown" | "text" | "image" | "url";
|
|
115
115
|
export interface WoxPreview {
|
|
116
116
|
PreviewType: WoxPreviewType;
|
|
117
117
|
PreviewData: string;
|