@lark-apaas/miaoda-core 0.1.0-alpha.1

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.
Files changed (181) hide show
  1. package/LICENSE +13 -0
  2. package/README.md +8 -0
  3. package/lib/apis/components/AppContainer.d.ts +1 -0
  4. package/lib/apis/components/AppContainer.js +2 -0
  5. package/lib/apis/components/ErrorRender.d.ts +1 -0
  6. package/lib/apis/components/ErrorRender.js +2 -0
  7. package/lib/apis/components/NotFoundRender.d.ts +1 -0
  8. package/lib/apis/components/NotFoundRender.js +2 -0
  9. package/lib/apis/components/SidebarNav.d.ts +1 -0
  10. package/lib/apis/components/SidebarNav.js +2 -0
  11. package/lib/apis/components/TopNav.d.ts +1 -0
  12. package/lib/apis/components/TopNav.js +2 -0
  13. package/lib/apis/components/User.d.ts +1 -0
  14. package/lib/apis/components/User.js +1 -0
  15. package/lib/apis/components/Welcome.d.ts +1 -0
  16. package/lib/apis/components/Welcome.js +2 -0
  17. package/lib/apis/constants/img-resources/avatar.d.ts +11 -0
  18. package/lib/apis/constants/img-resources/avatar.js +12 -0
  19. package/lib/apis/constants/img-resources/banner.d.ts +24 -0
  20. package/lib/apis/constants/img-resources/banner.js +25 -0
  21. package/lib/apis/constants/img-resources/cover.d.ts +36 -0
  22. package/lib/apis/constants/img-resources/cover.js +37 -0
  23. package/lib/apis/dataloom.d.ts +1 -0
  24. package/lib/apis/dataloom.js +2 -0
  25. package/lib/apis/hooks/useCurrentAppInfo.d.ts +1 -0
  26. package/lib/apis/hooks/useCurrentAppInfo.js +1 -0
  27. package/lib/apis/hooks/useCurrentUserProfile.d.ts +1 -0
  28. package/lib/apis/hooks/useCurrentUserProfile.js +1 -0
  29. package/lib/apis/logger.d.ts +1 -0
  30. package/lib/apis/logger.js +1 -0
  31. package/lib/apis/tools/generateImage.d.ts +1 -0
  32. package/lib/apis/tools/generateImage.js +1 -0
  33. package/lib/apis/tools/generateTextStream.d.ts +1 -0
  34. package/lib/apis/tools/generateTextStream.js +1 -0
  35. package/lib/apis/tools/getAppInfo.d.ts +1 -0
  36. package/lib/apis/tools/getAppInfo.js +1 -0
  37. package/lib/apis/tools/getCurrentUserProfile.d.ts +1 -0
  38. package/lib/apis/tools/getCurrentUserProfile.js +1 -0
  39. package/lib/apis/tools/storage.d.ts +1 -0
  40. package/lib/apis/tools/storage.js +4 -0
  41. package/lib/apis/udt-types.d.ts +16 -0
  42. package/lib/apis/udt-types.js +0 -0
  43. package/lib/apis/utils/registerChinaMap.d.ts +1 -0
  44. package/lib/apis/utils/registerChinaMap.js +103319 -0
  45. package/lib/components/AppContainer/IframeBridge.d.ts +2 -0
  46. package/lib/components/AppContainer/IframeBridge.js +80 -0
  47. package/lib/components/AppContainer/PageHoc.d.ts +4 -0
  48. package/lib/components/AppContainer/PageHoc.js +20 -0
  49. package/lib/components/AppContainer/dayjsPlugins.d.ts +1 -0
  50. package/lib/components/AppContainer/dayjsPlugins.js +69 -0
  51. package/lib/components/AppContainer/index.d.ts +7 -0
  52. package/lib/components/AppContainer/index.js +65 -0
  53. package/lib/components/AppContainer/sonner.css +101 -0
  54. package/lib/components/AppContainer/sonner.d.ts +8 -0
  55. package/lib/components/AppContainer/sonner.js +26 -0
  56. package/lib/components/ErrorRender/index.d.ts +5 -0
  57. package/lib/components/ErrorRender/index.js +79 -0
  58. package/lib/components/NotFoundRender/index.d.ts +3 -0
  59. package/lib/components/NotFoundRender/index.js +59 -0
  60. package/lib/components/SidebarNav/DrawerNav.d.ts +3 -0
  61. package/lib/components/SidebarNav/DrawerNav.js +64 -0
  62. package/lib/components/SidebarNav/DropdownNav.d.ts +3 -0
  63. package/lib/components/SidebarNav/DropdownNav.js +40 -0
  64. package/lib/components/SidebarNav/Sidebar.d.ts +3 -0
  65. package/lib/components/SidebarNav/Sidebar.js +33 -0
  66. package/lib/components/SidebarNav/index.d.ts +5 -0
  67. package/lib/components/SidebarNav/index.js +61 -0
  68. package/lib/components/TopNav/BottomNav.d.ts +12 -0
  69. package/lib/components/TopNav/BottomNav.js +81 -0
  70. package/lib/components/TopNav/TitleBar.d.ts +10 -0
  71. package/lib/components/TopNav/TitleBar.js +127 -0
  72. package/lib/components/TopNav/TopNav.d.ts +10 -0
  73. package/lib/components/TopNav/TopNav.js +86 -0
  74. package/lib/components/TopNav/index.d.ts +12 -0
  75. package/lib/components/TopNav/index.js +65 -0
  76. package/lib/components/User/UserDisplay.d.ts +9 -0
  77. package/lib/components/User/UserDisplay.js +39 -0
  78. package/lib/components/User/UserProfile/UserProfile.css +34 -0
  79. package/lib/components/User/UserProfile/UserProfile.d.ts +6 -0
  80. package/lib/components/User/UserProfile/UserProfile.js +41 -0
  81. package/lib/components/User/UserProfile/UserProfileContainer.d.ts +4 -0
  82. package/lib/components/User/UserProfile/UserProfileContainer.js +8 -0
  83. package/lib/components/User/UserProfile/UserProfileSkeleton.d.ts +3 -0
  84. package/lib/components/User/UserProfile/UserProfileSkeleton.js +36 -0
  85. package/lib/components/User/UserProfile/UserProfileUI.d.ts +8 -0
  86. package/lib/components/User/UserProfile/UserProfileUI.js +113 -0
  87. package/lib/components/User/UserProfile/index.d.ts +1 -0
  88. package/lib/components/User/UserProfile/index.js +2 -0
  89. package/lib/components/User/UserProfile/type.d.ts +8 -0
  90. package/lib/components/User/UserProfile/type.js +0 -0
  91. package/lib/components/User/UserProfile/utils.d.ts +5 -0
  92. package/lib/components/User/UserProfile/utils.js +26 -0
  93. package/lib/components/User/UserSelect.css +11 -0
  94. package/lib/components/User/UserSelect.d.ts +11 -0
  95. package/lib/components/User/UserSelect.js +171 -0
  96. package/lib/components/User/UserWithAvatar.d.ts +3 -0
  97. package/lib/components/User/UserWithAvatar.js +41 -0
  98. package/lib/components/User/index.d.ts +7 -0
  99. package/lib/components/User/index.js +5 -0
  100. package/lib/components/User/type.d.ts +13 -0
  101. package/lib/components/User/type.js +0 -0
  102. package/lib/components/Welcome/index.d.ts +3 -0
  103. package/lib/components/Welcome/index.js +33 -0
  104. package/lib/components/common/LogoInfo.d.ts +5 -0
  105. package/lib/components/common/LogoInfo.js +30 -0
  106. package/lib/components/common/NavItem.d.ts +20 -0
  107. package/lib/components/common/NavItem.js +112 -0
  108. package/lib/components/common/NavMenu.d.ts +9 -0
  109. package/lib/components/common/NavMenu.js +50 -0
  110. package/lib/components/common/UserAvatarLayout.d.ts +4 -0
  111. package/lib/components/common/UserAvatarLayout.js +41 -0
  112. package/lib/components/common/UserAvatarMenu.d.ts +4 -0
  113. package/lib/components/common/UserAvatarMenu.js +58 -0
  114. package/lib/components/common/index.d.ts +9 -0
  115. package/lib/components/common/index.js +10 -0
  116. package/lib/components/index.d.ts +9 -0
  117. package/lib/components/index.js +7 -0
  118. package/lib/components/theme/ThemeProvider.d.ts +20 -0
  119. package/lib/components/theme/ThemeProvider.js +75 -0
  120. package/lib/components/theme/constants.d.ts +48 -0
  121. package/lib/components/theme/constants.js +556 -0
  122. package/lib/components/theme/index.d.ts +4 -0
  123. package/lib/components/theme/index.js +5 -0
  124. package/lib/components/theme/miaoDarkTheme.d.ts +2 -0
  125. package/lib/components/theme/miaoDarkTheme.js +310 -0
  126. package/lib/components/theme/miaoLightTheme.d.ts +2 -0
  127. package/lib/components/theme/miaoLightTheme.js +296 -0
  128. package/lib/components/theme/ui-config.d.ts +49 -0
  129. package/lib/components/theme/ui-config.js +758 -0
  130. package/lib/components/theme/util.d.ts +20 -0
  131. package/lib/components/theme/util.js +188 -0
  132. package/lib/hooks/index.d.ts +5 -0
  133. package/lib/hooks/index.js +5 -0
  134. package/lib/hooks/useCurrentAppInfo.d.ts +6 -0
  135. package/lib/hooks/useCurrentAppInfo.js +20 -0
  136. package/lib/hooks/useCurrentUserProfile.d.ts +12 -0
  137. package/lib/hooks/useCurrentUserProfile.js +26 -0
  138. package/lib/hooks/useIsMobile.d.ts +1 -0
  139. package/lib/hooks/useIsMobile.js +20 -0
  140. package/lib/hooks/useLogout.d.ts +4 -0
  141. package/lib/hooks/useLogout.js +23 -0
  142. package/lib/hooks/useTheme.d.ts +4 -0
  143. package/lib/hooks/useTheme.js +8 -0
  144. package/lib/hooks/useUpdatingRef.d.ts +1 -0
  145. package/lib/hooks/useUpdatingRef.js +7 -0
  146. package/lib/index.css +3 -0
  147. package/lib/index.d.ts +4 -0
  148. package/lib/index.js +5 -0
  149. package/lib/integrations/dataloom.d.ts +1 -0
  150. package/lib/integrations/dataloom.js +18 -0
  151. package/lib/integrations/generateImage.d.ts +1 -0
  152. package/lib/integrations/generateImage.js +32 -0
  153. package/lib/integrations/generateTextStream.d.ts +26 -0
  154. package/lib/integrations/generateTextStream.js +83 -0
  155. package/lib/integrations/getAppInfo.d.ts +2 -0
  156. package/lib/integrations/getAppInfo.js +4 -0
  157. package/lib/integrations/getCurrentUserProfile.d.ts +6 -0
  158. package/lib/integrations/getCurrentUserProfile.js +5 -0
  159. package/lib/logger/index.d.ts +6 -0
  160. package/lib/logger/index.js +54 -0
  161. package/lib/override.css +29 -0
  162. package/lib/tailwind-theme.css +435 -0
  163. package/lib/types/common.d.ts +11 -0
  164. package/lib/types/common.js +0 -0
  165. package/lib/types/index.d.ts +40 -0
  166. package/lib/types/index.js +0 -0
  167. package/lib/utils/copyToClipboard.d.ts +6 -0
  168. package/lib/utils/copyToClipboard.js +32 -0
  169. package/lib/utils/getAppId.d.ts +11 -0
  170. package/lib/utils/getAppId.js +9 -0
  171. package/lib/utils/getEnvPath.d.ts +4 -0
  172. package/lib/utils/getEnvPath.js +4 -0
  173. package/lib/utils/getParentOrigin.d.ts +5 -0
  174. package/lib/utils/getParentOrigin.js +7 -0
  175. package/lib/utils/getUserProfile.d.ts +47 -0
  176. package/lib/utils/getUserProfile.js +33 -0
  177. package/lib/utils/url.d.ts +8 -0
  178. package/lib/utils/url.js +22 -0
  179. package/lib/utils/utils.d.ts +11 -0
  180. package/lib/utils/utils.js +9 -0
  181. package/package.json +130 -0
package/LICENSE ADDED
@@ -0,0 +1,13 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Lark Technologies Pte. Ltd. and/or its affiliates
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted,provided that the above copyright notice and this permission notice appear in all copies.
6
+
7
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
8
+ IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
9
+ INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
10
+ EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
11
+ CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
12
+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
13
+ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # @lark-apaas/client-core
2
+
3
+ ## 项目架构设计
4
+
5
+ ### apis 目录
6
+
7
+ * 导出所有对外暴露的 API 和组件,并通过 npm exports 来控制
8
+ * 其他目录作为 internal 实现,不对外暴露
@@ -0,0 +1 @@
1
+ export { default as AppContainer } from '../../components/AppContainer';
@@ -0,0 +1,2 @@
1
+ import AppContainer from "../../components/AppContainer/index.js";
2
+ export { AppContainer };
@@ -0,0 +1 @@
1
+ export { default as ErrorRender } from '../../components/ErrorRender';
@@ -0,0 +1,2 @@
1
+ import ErrorRender from "../../components/ErrorRender/index.js";
2
+ export { ErrorRender };
@@ -0,0 +1 @@
1
+ export { default as NotFoundRender } from '../../components/NotFoundRender';
@@ -0,0 +1,2 @@
1
+ import NotFoundRender from "../../components/NotFoundRender/index.js";
2
+ export { NotFoundRender };
@@ -0,0 +1 @@
1
+ export { default as SidebarNav } from '../../components/SidebarNav';
@@ -0,0 +1,2 @@
1
+ import SidebarNav from "../../components/SidebarNav/index.js";
2
+ export { SidebarNav };
@@ -0,0 +1 @@
1
+ export { default as TopNav } from '../../components/TopNav';
@@ -0,0 +1,2 @@
1
+ import TopNav from "../../components/TopNav/index.js";
2
+ export { TopNav };
@@ -0,0 +1 @@
1
+ export * from '../../components/User';
@@ -0,0 +1 @@
1
+ export * from "../../components/User/index.js";
@@ -0,0 +1 @@
1
+ export { default as Welcome } from '../../components/Welcome';
@@ -0,0 +1,2 @@
1
+ import Welcome from "../../components/Welcome/index.js";
2
+ export { Welcome };
@@ -0,0 +1,11 @@
1
+ export declare const avatarImg1 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/1.jpg";
2
+ export declare const avatarImg2 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/2.jpg";
3
+ export declare const avatarImg3 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/3.jpg";
4
+ export declare const avatarImg4 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/4.jpg";
5
+ export declare const avatarImg5 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/5.jpg";
6
+ export declare const avatarImg6 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/6.jpg";
7
+ export declare const avatarImg7 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/7.jpg";
8
+ export declare const avatarImg8 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/8.jpg";
9
+ export declare const avatarImg9 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/9.jpg";
10
+ export declare const avatarImg10 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/10.jpg";
11
+ export declare const avatarImg11 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/11.jpg";
@@ -0,0 +1,12 @@
1
+ const avatarImg1 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/1.jpg';
2
+ const avatarImg2 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/2.jpg';
3
+ const avatarImg3 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/3.jpg';
4
+ const avatarImg4 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/4.jpg';
5
+ const avatarImg5 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/5.jpg';
6
+ const avatarImg6 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/6.jpg';
7
+ const avatarImg7 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/7.jpg';
8
+ const avatarImg8 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/8.jpg';
9
+ const avatarImg9 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/9.jpg';
10
+ const avatarImg10 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/10.jpg';
11
+ const avatarImg11 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/avatar/base/11.jpg';
12
+ export { avatarImg1, avatarImg10, avatarImg11, avatarImg2, avatarImg3, avatarImg4, avatarImg5, avatarImg6, avatarImg7, avatarImg8, avatarImg9 };
@@ -0,0 +1,24 @@
1
+ export declare const techBannerImg1 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/technology/1.jpg";
2
+ export declare const techBannerImg2 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/technology/2.jpg";
3
+ export declare const techBannerImg3 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/technology/3.jpg";
4
+ export declare const techBannerImg4 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/technology/4.jpg";
5
+ export declare const techBannerImg5 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/technology/5.jpg";
6
+ export declare const techBannerImg6 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/technology/6.jpg";
7
+ export declare const techBannerImg7 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/technology/7.jpg";
8
+ export declare const techBannerImg8 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/technology/8.jpg";
9
+ export declare const professionalBannerImg1 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/professional/1.jpg";
10
+ export declare const professionalBannerImg2 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/professional/2.jpg";
11
+ export declare const professionalBannerImg3 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/professional/3.jpg";
12
+ export declare const professionalBannerImg4 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/professional/4.jpg";
13
+ export declare const professionalBannerImg5 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/professional/5.jpg";
14
+ export declare const professionalBannerImg6 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/professional/6.jpg";
15
+ export declare const professionalBannerImg7 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/professional/7.jpg";
16
+ export declare const professionalBannerImg8 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/professional/8.jpg";
17
+ export declare const minimalismBannerImg1 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/minimalism/1.jpg";
18
+ export declare const minimalismBannerImg2 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/minimalism/2.jpg";
19
+ export declare const minimalismBannerImg3 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/minimalism/3.jpg";
20
+ export declare const minimalismBannerImg4 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/minimalism/4.jpg";
21
+ export declare const minimalismBannerImg5 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/minimalism/5.jpg";
22
+ export declare const minimalismBannerImg6 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/minimalism/6.jpg";
23
+ export declare const minimalismBannerImg7 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/minimalism/7.jpg";
24
+ export declare const minimalismBannerImg8 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/minimalism/8.jpg";
@@ -0,0 +1,25 @@
1
+ const techBannerImg1 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/technology/1.jpg';
2
+ const techBannerImg2 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/technology/2.jpg';
3
+ const techBannerImg3 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/technology/3.jpg';
4
+ const techBannerImg4 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/technology/4.jpg';
5
+ const techBannerImg5 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/technology/5.jpg';
6
+ const techBannerImg6 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/technology/6.jpg';
7
+ const techBannerImg7 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/technology/7.jpg';
8
+ const techBannerImg8 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/technology/8.jpg';
9
+ const professionalBannerImg1 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/professional/1.jpg';
10
+ const professionalBannerImg2 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/professional/2.jpg';
11
+ const professionalBannerImg3 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/professional/3.jpg';
12
+ const professionalBannerImg4 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/professional/4.jpg';
13
+ const professionalBannerImg5 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/professional/5.jpg';
14
+ const professionalBannerImg6 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/professional/6.jpg';
15
+ const professionalBannerImg7 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/professional/7.jpg';
16
+ const professionalBannerImg8 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/professional/8.jpg';
17
+ const minimalismBannerImg1 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/minimalism/1.jpg';
18
+ const minimalismBannerImg2 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/minimalism/2.jpg';
19
+ const minimalismBannerImg3 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/minimalism/3.jpg';
20
+ const minimalismBannerImg4 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/minimalism/4.jpg';
21
+ const minimalismBannerImg5 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/minimalism/5.jpg';
22
+ const minimalismBannerImg6 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/minimalism/6.jpg';
23
+ const minimalismBannerImg7 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/minimalism/7.jpg';
24
+ const minimalismBannerImg8 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/banner/minimalism/8.jpg';
25
+ export { minimalismBannerImg1, minimalismBannerImg2, minimalismBannerImg3, minimalismBannerImg4, minimalismBannerImg5, minimalismBannerImg6, minimalismBannerImg7, minimalismBannerImg8, professionalBannerImg1, professionalBannerImg2, professionalBannerImg3, professionalBannerImg4, professionalBannerImg5, professionalBannerImg6, professionalBannerImg7, professionalBannerImg8, techBannerImg1, techBannerImg2, techBannerImg3, techBannerImg4, techBannerImg5, techBannerImg6, techBannerImg7, techBannerImg8 };
@@ -0,0 +1,36 @@
1
+ export declare const officeCoverImg1 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/office/1.jpg";
2
+ export declare const officeCoverImg2 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/office/2.jpg";
3
+ export declare const officeCoverImg3 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/office/3.jpg";
4
+ export declare const officeCoverImg4 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/office/4.jpg";
5
+ export declare const officeCoverImg5 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/office/5.jpg";
6
+ export declare const officeCoverImg6 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/office/6.jpg";
7
+ export declare const architectureCoverImg1 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/architecture/1.jpg";
8
+ export declare const architectureCoverImg2 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/architecture/2.jpg";
9
+ export declare const architectureCoverImg3 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/architecture/3.jpg";
10
+ export declare const architectureCoverImg4 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/architecture/4.jpg";
11
+ export declare const architectureCoverImg5 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/architecture/5.jpg";
12
+ export declare const architectureCoverImg6 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/architecture/6.jpg";
13
+ export declare const appealClothingCoverImg1 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/appeal-clothing/1.jpg";
14
+ export declare const appealClothingCoverImg2 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/appeal-clothing/2.jpg";
15
+ export declare const appealClothingCoverImg3 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/appeal-clothing/3.jpg";
16
+ export declare const appealClothingCoverImg4 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/appeal-clothing/4.jpg";
17
+ export declare const appealClothingCoverImg5 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/appeal-clothing/5.jpg";
18
+ export declare const appealClothingCoverImg6 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/appeal-clothing/6.jpg";
19
+ export declare const sceneryCoverImg1 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/scenery/1.jpg";
20
+ export declare const sceneryCoverImg2 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/scenery/2.jpg";
21
+ export declare const sceneryCoverImg3 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/scenery/3.jpg";
22
+ export declare const sceneryCoverImg4 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/scenery/4.jpg";
23
+ export declare const sceneryCoverImg5 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/scenery/5.jpg";
24
+ export declare const sceneryCoverImg6 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/scenery/6.jpg";
25
+ export declare const technologyInternetCoverImg1 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/technology-internet/1.jpg";
26
+ export declare const technologyInternetCoverImg2 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/technology-internet/2.jpg";
27
+ export declare const technologyInternetCoverImg3 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/technology-internet/3.jpg";
28
+ export declare const technologyInternetCoverImg4 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/technology-internet/4.jpg";
29
+ export declare const technologyInternetCoverImg5 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/technology-internet/5.jpg";
30
+ export declare const technologyInternetCoverImg6 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/technology-internet/6.jpg";
31
+ export declare const abstractArt3dRenderingCoverImg1 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/abstract-art-3d-rendering/1.jpg";
32
+ export declare const abstractArt3dRenderingCoverImg2 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/abstract-art-3d-rendering/2.jpg";
33
+ export declare const abstractArt3dRenderingCoverImg3 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/abstract-art-3d-rendering/3.jpg";
34
+ export declare const abstractArt3dRenderingCoverImg4 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/abstract-art-3d-rendering/4.jpg";
35
+ export declare const abstractArt3dRenderingCoverImg5 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/abstract-art-3d-rendering/5.jpg";
36
+ export declare const abstractArt3dRenderingCoverImg6 = "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/abstract-art-3d-rendering/6.jpg";
@@ -0,0 +1,37 @@
1
+ const officeCoverImg1 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/office/1.jpg';
2
+ const officeCoverImg2 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/office/2.jpg';
3
+ const officeCoverImg3 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/office/3.jpg';
4
+ const officeCoverImg4 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/office/4.jpg';
5
+ const officeCoverImg5 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/office/5.jpg';
6
+ const officeCoverImg6 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/office/6.jpg';
7
+ const architectureCoverImg1 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/architecture/1.jpg';
8
+ const architectureCoverImg2 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/architecture/2.jpg';
9
+ const architectureCoverImg3 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/architecture/3.jpg';
10
+ const architectureCoverImg4 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/architecture/4.jpg';
11
+ const architectureCoverImg5 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/architecture/5.jpg';
12
+ const architectureCoverImg6 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/architecture/6.jpg';
13
+ const appealClothingCoverImg1 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/appeal-clothing/1.jpg';
14
+ const appealClothingCoverImg2 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/appeal-clothing/2.jpg';
15
+ const appealClothingCoverImg3 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/appeal-clothing/3.jpg';
16
+ const appealClothingCoverImg4 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/appeal-clothing/4.jpg';
17
+ const appealClothingCoverImg5 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/appeal-clothing/5.jpg';
18
+ const appealClothingCoverImg6 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/appeal-clothing/6.jpg';
19
+ const sceneryCoverImg1 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/scenery/1.jpg';
20
+ const sceneryCoverImg2 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/scenery/2.jpg';
21
+ const sceneryCoverImg3 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/scenery/3.jpg';
22
+ const sceneryCoverImg4 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/scenery/4.jpg';
23
+ const sceneryCoverImg5 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/scenery/5.jpg';
24
+ const sceneryCoverImg6 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/scenery/6.jpg';
25
+ const technologyInternetCoverImg1 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/technology-internet/1.jpg';
26
+ const technologyInternetCoverImg2 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/technology-internet/2.jpg';
27
+ const technologyInternetCoverImg3 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/technology-internet/3.jpg';
28
+ const technologyInternetCoverImg4 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/technology-internet/4.jpg';
29
+ const technologyInternetCoverImg5 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/technology-internet/5.jpg';
30
+ const technologyInternetCoverImg6 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/technology-internet/6.jpg';
31
+ const abstractArt3dRenderingCoverImg1 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/abstract-art-3d-rendering/1.jpg';
32
+ const abstractArt3dRenderingCoverImg2 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/abstract-art-3d-rendering/2.jpg';
33
+ const abstractArt3dRenderingCoverImg3 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/abstract-art-3d-rendering/3.jpg';
34
+ const abstractArt3dRenderingCoverImg4 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/abstract-art-3d-rendering/4.jpg';
35
+ const abstractArt3dRenderingCoverImg5 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/abstract-art-3d-rendering/5.jpg';
36
+ const abstractArt3dRenderingCoverImg6 = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/cover/abstract-art-3d-rendering/6.jpg';
37
+ export { abstractArt3dRenderingCoverImg1, abstractArt3dRenderingCoverImg2, abstractArt3dRenderingCoverImg3, abstractArt3dRenderingCoverImg4, abstractArt3dRenderingCoverImg5, abstractArt3dRenderingCoverImg6, appealClothingCoverImg1, appealClothingCoverImg2, appealClothingCoverImg3, appealClothingCoverImg4, appealClothingCoverImg5, appealClothingCoverImg6, architectureCoverImg1, architectureCoverImg2, architectureCoverImg3, architectureCoverImg4, architectureCoverImg5, architectureCoverImg6, officeCoverImg1, officeCoverImg2, officeCoverImg3, officeCoverImg4, officeCoverImg5, officeCoverImg6, sceneryCoverImg1, sceneryCoverImg2, sceneryCoverImg3, sceneryCoverImg4, sceneryCoverImg5, sceneryCoverImg6, technologyInternetCoverImg1, technologyInternetCoverImg2, technologyInternetCoverImg3, technologyInternetCoverImg4, technologyInternetCoverImg5, technologyInternetCoverImg6 };
@@ -0,0 +1 @@
1
+ export { dataloom } from '../integrations/dataloom';
@@ -0,0 +1,2 @@
1
+ import { dataloom } from "../integrations/dataloom.js";
2
+ export { dataloom };
@@ -0,0 +1 @@
1
+ export * from '../../hooks/useCurrentAppInfo';
@@ -0,0 +1 @@
1
+ export * from "../../hooks/useCurrentAppInfo.js";
@@ -0,0 +1 @@
1
+ export * from '../../hooks/useCurrentUserProfile';
@@ -0,0 +1 @@
1
+ export * from "../../hooks/useCurrentUserProfile.js";
@@ -0,0 +1 @@
1
+ export * from '../logger';
@@ -0,0 +1 @@
1
+ export * from "../logger/index.js";
@@ -0,0 +1 @@
1
+ export * from '../../integrations/generateImage';
@@ -0,0 +1 @@
1
+ export * from "../../integrations/generateImage.js";
@@ -0,0 +1 @@
1
+ export * from '../../integrations/generateTextStream';
@@ -0,0 +1 @@
1
+ export * from "../../integrations/generateTextStream.js";
@@ -0,0 +1 @@
1
+ export * from '../../integrations/getAppInfo';
@@ -0,0 +1 @@
1
+ export * from "../../integrations/getAppInfo.js";
@@ -0,0 +1 @@
1
+ export * from '../../integrations/getCurrentUserProfile';
@@ -0,0 +1 @@
1
+ export * from "../../integrations/getCurrentUserProfile.js";
@@ -0,0 +1 @@
1
+ export declare function getDefaultBucketId(): string | undefined;
@@ -0,0 +1,4 @@
1
+ function getDefaultBucketId() {
2
+ return window._bucket_id;
3
+ }
4
+ export { getDefaultBucketId };
@@ -0,0 +1,16 @@
1
+ export type IJson = object;
2
+ export type IUserProfile = {
3
+ user_id: string;
4
+ email: string;
5
+ name: string;
6
+ avatar: string;
7
+ /**
8
+ * @default active 1
9
+ * inactive 2
10
+ */
11
+ status?: number;
12
+ };
13
+ export type IFileAttachment = {
14
+ bucket_id: string;
15
+ file_path: string;
16
+ };
File without changes
@@ -0,0 +1 @@
1
+ export declare function registerChinaMap(): void;