@web_xiaobai/business-ui 0.0.41 → 0.0.42

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.
@@ -15,7 +15,8 @@ export declare const enum BODEN_PLATFORM_ENUM {
15
15
  ROBO = 4,// 具身智能采集
16
16
  FORGE = 5,// 图片采集
17
17
  ROVER = 6,
18
- ECHO = 7
18
+ ECHO = 7,
19
+ BELITE = 8
19
20
  }
20
21
  export declare const enum BODEN_PLATFORM_NAME_ENUM {
21
22
  ADS = "ADS",
@@ -26,5 +27,6 @@ export declare const enum BODEN_PLATFORM_NAME_ENUM {
26
27
  ROBO = "ROBO",// 具身智能采集
27
28
  FORGE = "PS",// 图片采集
28
29
  ROVER = "ROVER",
29
- ECHO = "ECHO"
30
+ ECHO = "ECHO",
31
+ BELITE = "BELITE"
30
32
  }
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -1,5 +1,6 @@
1
1
  export { default as AddCircleIcon } from './add-circle';
2
2
  export { default as AdsLogoIcon } from './ads';
3
+ export { default as BeliteLogoIcon } from './Belite';
3
4
  export { default as BlinkLogoIcon } from './blink';
4
5
  export { default as CheckIcon } from './check';
5
6
  export { default as ForgeLogoIcon } from './forge';