@witlink/workflow 1.0.16 → 1.0.17

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 CHANGED
@@ -24,6 +24,10 @@ export declare interface WorkflowOptions {
24
24
  * 宿主pinia对象
25
25
  */
26
26
  pinia?: any;
27
+ /**
28
+ * 是否需要请求多语言接口(宿主是CIS时不需要,本身已经请求过多语言接口),默认false
29
+ */
30
+ needI18nRequest?: boolean;
27
31
  theme?: {
28
32
  colorPrimary: string;
29
33
  } & Record<string, string>;