* feat: Add portal management related icons * feat: Add portal configuration pages and related translations * feat: Add new gateway configuration components and icons - Introduced `ConfigButtons` component for save and share actions with new SVG icons. - Added `CopyrightTable` and `HomeTable` components for managing copyright and home settings. - Implemented `SectionHeader` for consistent section titles in the gateway configuration. - Updated `FillRowTabs` to support new tabs for home and copyright configurations. - Modified translations for gateway-related terms in English, Simplified Chinese, and Traditional Chinese. - Removed unused gateway tab from `AccountContainer`. * feat(gate): add API and schema for team gate configurations - Introduced new TypeScript definitions for gate configuration parameters and data structures. - Created constants for gate status and tools. - Implemented MongoDB schema for team gate configurations. - Added API functions for getting, creating, updating, and deleting team gate configurations and logos. - Developed ShareGateModal component for sharing portal links and custom domains. - Updated ConfigButtons component to handle saving configurations and opening the share modal. - Added new icons for gate functionalities. - Updated English and Chinese translations for gateway-related texts. * feat(gate): refactor gate configuration API and remove unused logo handling * feat(gate): enhance team gate configuration with new error handling and chat features - Added new error codes to CommonErrEnum for method not allowed, system error, and unauthorized access. - Updated datasetErr to include corresponding error messages for new error codes. - Refactored API to support updating team gate configurations and copyright information. - Introduced ChatInputBox component for chat functionalities, including file and image uploads. - Enhanced HomeTable and CopyrightTable components to manage settings more effectively. - Updated translations for new terms in English and Chinese. - Improved layout and user experience in the gateway configuration pages. * feat: Refactor gateway configuration and chat components - Replaced direct API calls with Zustand store for gate configuration management. - Introduced `useGateStore` for managing gate and copyright configurations. - Updated `GatewayConfig` component to utilize the new store and remove redundant state management. - Enhanced chat functionality in `application.tsx` and `index.tsx` to support gate model. - Created new `application.tsx` for handling chat interactions with the gate application. - Improved error handling and loading states in chat components. - Added dynamic imports for better performance and code splitting. * feat(gate): update GateSideBar to conditionally render recent apps based on chat page state * fix(HomeTable): comment out unused FormControl for better readability * feat(gate): enhance copyright configuration and file upload functionality - Updated ConfigButtons to handle team avatar updates and save copyright configurations. - Refactored CopyrightTable to integrate file selection for team avatars and improve form handling. - Added animations and hover effects for better user experience during file uploads. - Improved toast notifications for success and error handling in configuration processes. * feat(gate): add gate service availability check and update translations - Implemented gate service availability check in application and index pages, redirecting users if the service is unavailable. - Added new translation keys for gate service status in English and Chinese. - Refactored GateSideBar to improve rendering logic for recent apps based on gate status. * feat(chat): add route check to ToolMenu for app detail visibility - Implemented a check to prevent displaying app details when the current route starts with '/chat/gate'. - Updated menu rendering logic to conditionally show app details based on the new route check. * feat(constants): add 'gate' type to AppTypeEnum * refactor: rename "Portal" to "Gate" across the application - Updated schema to remove the slogan field from GateConfigSchema. - Modified SVG icon dimensions for gateLight.svg. - Changed localization keys and values from "Portal" to "Gate" in various JSON files. - Added support for gate applications in the app creation and management logic. - Enhanced ChatBox component to handle gate-specific routes and configurations. - Updated ConfigButtons to manage gate configurations and intros. - Adjusted ShareGateModal to generate correct gate URLs. - Expanded emptyTemplates to include gate-specific templates and configurations. - Refactored chatItemContext to include intro for gate applications. - Updated useGateStore to initialize gate configurations with intros from existing gate applications. * fix: add isResponseDetail prop to ChatItemContextProvider * feat: refactor gate-related API and components for improved functionality * feat: 添加工具选择和工具选择模态框组件 * refactor: Update GateConfig related types, remove unnecessary constants and enums * feat: Enhance Gate configuration components and API integration - Updated ConfigButtons and HomeTable to use string arrays for tools instead of GateTool type. - Implemented batch plugin loading in HomeTable with error handling. - Added ToolSelect and ToolSelectModal components for improved tool management. - Introduced AppCard and ChatTest components for app detail editing. - Enhanced Edit and EditForm components for better app configuration management. - Added new API endpoint for batch plugin retrieval. - Improved overall structure and styling for better user experience. * fix: Update ChatBoxDataType to make intro optional in chatItemContext.tsx * fix: Add isResponseDetail prop to ChatItemContextProvider in ChatPage component * feat: Enhance ToolSelectModal and GatewayConfig with new functionalities - Updated ToolSelectModal to handle tool selection and configuration, integrating new props for selected tools and chat configuration. - Implemented loading and error handling for Gate applications in GatewayConfig, including a retry mechanism for fetching apps. - Added selectedTool parameter to chat completions API to enable tool activation during chat. - Refactored chat component to support app form context and debug mode for testing. - Enhanced useGateStore to manage gate applications, including loading and updating functionalities. * feat: Refactor GateSideBar to enhance recent apps display and add resource selection * refactor: 移除门户删除确认功能 * feat: 更新 Chat 组件以使用 AppContextProvider 并修正 localAppDetail 的类型 * refactor: Remove the tool menu logic in the GateChatInput component to simplify the code structure * refactor: Remove the tool menu logic from the GateChatInput component to simplify the code structure * feat: Simplify the ShareGateModal component by removing unused states and logic * fix: Update chatGray.svg to remove fill attributes for paths, improving SVG structure * feat: Added new chat icons and updated internationalized text to support new chat features * feat: Refactor chat components and introduce GateChat functionality - Updated ChatHistorySlider to remove isGateRoute check for PC view. - Added new GateChatHistorySlider component for handling chat history in gate context. - Removed obsolete ChatPage component related to gate chat. - Modified GateSideBar styles for improved UI consistency. - Implemented new API endpoint for chat gate functionality. - Refactored chat gate index page to utilize GateChatHistorySlider and streamline chat initialization. - Cleaned up unused imports and code related to debugging and legacy chat handling. * feat: Update GateSideBar styles for improved responsiveness and animation - Adjusted width and padding for collapsed and expanded states. - Enhanced transition effects for smoother UI interactions. - Modified alignment and positioning of navigation items and user profile for better layout consistency. - Improved accessibility by ensuring elements are centered when collapsed. * feat: 添加新的聊天图标和更新分享门户组件样式以提升用户体验 * Refactor chat gate components and implement sidebar functionality - Updated ChatGate component to use ChatItemContextProvider and ChatRecordContextProvider for better context management. - Introduced FoldButton component for sidebar collapsing functionality. - Created GateNavBar component to replace GateSideBar for improved navigation. - Refactored GateSideBar to handle folding state and external triggers. - Updated application and index pages to integrate new components and manage sidebar state. - Enhanced useChatGate hook to include appDetail.intro. * feat: Updated team structure, set default banner image and refactored LogoBox component to support diagonal background * feat: Enhance GateNavBar with user popover functionality and logout feature - Added user popover for displaying user information and logout option. - Implemented mouse enter/leave handlers for popover visibility. - Updated user profile section to include popover and improved layout. - Modified index page to include 'account' in server-side props for better context management. * feat: Add a bottom line statement in the ChatBox component to remind users that the content is generated by third-party AI * feat: Update placeholder text in ChatBox and GateChatInput components for better user guidance - Added internationalized placeholder text for user input in both English and Chinese. - Updated ChatBox and GateChatInput components to utilize the new placeholder text from localization files. * feat: Add upload icon and enhance ChatBox layout for better user experience - Introduced a new upload icon in the Icon component for improved visual representation. - Updated ChatBox layout to enhance responsiveness and user interaction, including adjustments to padding and structure. - Added hover overlay effect for logo upload areas in the CopyrightTable component to improve user guidance. * feat: Refactor Chat component to integrate GateSideBar and GateChatHistorySlider for improved layout and functionality * refactor: Update imports to use 'import type' for type-only imports across multiple files - Changed standard imports to type imports for better clarity and performance in TypeScript. - Updated files in the global support, service, and app components to reflect this change. * feat: Update localization strings and improve toast messages for better user feedback - Added new success and failure messages for create, delete, save, and update actions in English and Chinese localization files. - Refactored toast message keys in the ConfigButtons, CopyrightTable, HomeTable, ToolSelect, and other components to use updated localization keys for consistency. - Enhanced user experience by providing clearer feedback on actions performed within the application. * feat: Implement tag management functionality with CRUD operations - Added new Tag schema and controller for managing application tags. - Implemented API endpoints for creating, updating, deleting, and listing tags. - Enhanced the App schema to include a reference to tags. - Updated localization files for new tag-related messages. - Improved user experience by providing clear feedback on tag operations. * feat: Enhance ChatWelcome and GateNavBar components with conditional rendering for team avatars - Updated ChatWelcome and GateNavBar components to conditionally render avatars based on availability. - Improved layout by using Flex components for better alignment and responsiveness. - Ensured consistent styling and structure for avatar display across both components. * fix: Update parameter name in getBatchPlugins API for consistency - Changed parameter name from 'id' to 'appId' in getChildAppPreviewNode function call for better clarity and consistency with the rest of the codebase. * feat: Enhance ToolSelectModal with gate plugins integration and improved filtering - Added useEffect to load plugins from gateStore and set them in state. - Introduced ExtendedNodeTemplateItemType to include cost-related properties. - Updated filtering logic for plugins based on search input. - Refactored RenderList to display plugins with cost information and improved layout. * refactor: Update ToolSelect and ToolSelectModal components for improved UI and state management - Replaced Button with Flex component in ToolSelect for better styling and hover effects. - Adjusted layout and styling in ToolSelect for a more responsive design. - Removed ExtendedNodeTemplateItemType and reverted to NodeTemplateListItemType in ToolSelectModal for simplified state management. - Updated RenderList to reflect changes in template type and maintain consistency. * refactor: Replace Flex with Button for add tool action and enhance loading state UI * feat: Enhance application tag management and localization support - Added 'tags' property to AppListItemType for better tag management. - Updated localization files for English and Chinese to include new tag-related strings. - Implemented new AppTable component in the gateway for managing applications. - Adjusted routes and components to support the new app management features. * feat: Update localization and refactor chat components - Added new localization strings for "enlarge" in English, Simplified Chinese, and Traditional Chinese. - Refactored chat components to replace `quoteData` with `datasetCiteData` for improved state management. - Enhanced `ToolSelect` and related components by removing error handling logic for a cleaner UI. - Updated `AppTable` component to remove unnecessary props for better clarity. * feat: Initialize copyright configuration in GateNavBar component * feat: Add appDetail property to ChatGate component and update related logic * feat: Update GateNavBar routing logic for chat page refresh and enhance avatar display * feat: Enhance tag management and app detail handling in Chat component * feat: 更新聊天组件中的国际化文本和输入逻辑,优化用户体验 * feat: Refactor gate configuration management - Updated API endpoints for fetching and updating gate configurations. - Changed `avatar` field to `logo` and added `banner` in gate configuration types. - Implemented new controller methods for creating, retrieving, updating, and deleting gate configurations. - Enhanced `ConfigButtons` and `CopyrightTable` components to handle new configuration fields. - Added new SVG icon for sidebar collapse button. - Improved internationalization support by adding new translation keys. - Refactored `HomeTable` to manage gate configuration state and handle updates. - Updated `ShareGateModal` to accept gate configuration as props. - Cleaned up unused imports and optimized component structures. * feat: 加载和管理 Gate 配置及版权信息,优化相关组件逻辑 * feat: 更新国际化文本,优化聊天组件中的配置和状态检查逻辑 * feat: Update template configuration and adjust default open state to improve user experience * feat: Enhance gate management features and update related components - Added `featuredApps` and `quickApps` fields to `GateSchemaType` for better app management. - Implemented new methods for updating and managing featured and quick apps in the `controller` and `featureApp` modules. - Introduced `AddFeatureAppModal` for selecting and adding featured apps. - Updated `AppTable` and `HomeTable` components to integrate new app management functionalities. - Enhanced internationalization support by adding new translation keys for app management features. - Refactored existing components to improve code clarity and maintainability. * feat: Enhance chat tool selection and quick app management features - Added `selectedToolIds` and `onSelectedToolIdsChange` props to `ChatBox` and `GateChatInput` components for better tool management. - Introduced `GateToolSelect` component for selecting tools with improved UI and functionality. - Implemented `AddQuickAppModal` for managing quick apps, including selection and drag-and-drop functionality. - Updated `HomeTable` to integrate quick app management and display selected apps. - Refactored related components to improve code clarity and maintainability. * refactor: Remove unused AppContext import in useChatGate.tsx to clean up code * refactor: Update plugin ID handling and clean up unused imports - Renamed `splitCombinePluginId` to `splitCombineToolId` for consistency in plugin ID processing. - Removed unused `checkNode` import from `featureApp/detail.ts` and `quickApp/detail.ts` files to streamline the code. - Added `ownerTmbId` to the parameters in `rewriteAppWorkflowToDetail` for better context management. * refactor: Rename storeEdgesRenderEdge to storeEdge2RenderEdge for consistency - Updated the function name from `storeEdgesRenderEdge` to `storeEdge2RenderEdge` in the Header component to maintain naming consistency. - Adjusted the mapping of edges to use the new function name for improved clarity in the workflow processing.
508 lines
35 KiB
TypeScript
508 lines
35 KiB
TypeScript
// @ts-nocheck
|
|
|
|
export const iconPaths = {
|
|
alignLeft: () => import('./icons/alignLeft.svg'),
|
|
backup: () => import('./icons/backup.svg'),
|
|
book: () => import('./icons/book.svg'),
|
|
change: () => import('./icons/change.svg'),
|
|
chatSend: () => import('./icons/chatSend.svg'),
|
|
check: () => import('./icons/check.svg'),
|
|
checkCircle: () => import('./icons/checkCircle.svg'),
|
|
close: () => import('./icons/close.svg'),
|
|
closeSolid: () => import('./icons/closeSolid.svg'),
|
|
code: () => import('./icons/code.svg'),
|
|
collectionLight: () => import('./icons/collectionLight.svg'),
|
|
collectionSolid: () => import('./icons/collectionSolid.svg'),
|
|
comment: () => import('./icons/comment.svg'),
|
|
'common/add2': () => import('./icons/common/add2.svg'),
|
|
'common/addCircleLight': () => import('./icons/common/addCircleLight.svg'),
|
|
'common/addLight': () => import('./icons/common/addLight.svg'),
|
|
'common/addUser': () => import('./icons/common/addUser.svg'),
|
|
'common/administrator': () => import('./icons/common/administrator.svg'),
|
|
'common/alipay': () => import('./icons/common/alipay.svg'),
|
|
'common/app': () => import('./icons/common/app.svg'),
|
|
'common/arrowLeft': () => import('./icons/common/arrowLeft.svg'),
|
|
'common/arrowRight': () => import('./icons/common/arrowRight.svg'),
|
|
'common/backFill': () => import('./icons/common/backFill.svg'),
|
|
'common/backLight': () => import('./icons/common/backLight.svg'),
|
|
'common/billing': () => import('./icons/common/billing.svg'),
|
|
'common/check': () => import('./icons/common/check.svg'),
|
|
'common/clearLight': () => import('./icons/common/clearLight.svg'),
|
|
'common/closeLight': () => import('./icons/common/closeLight.svg'),
|
|
'common/confirm/commonTip': () => import('./icons/common/confirm/commonTip.svg'),
|
|
'common/confirm/deleteTip': () => import('./icons/common/confirm/deleteTip.svg'),
|
|
'common/confirm/restoreTip': () => import('./icons/common/confirm/restoreTip.svg'),
|
|
'common/confirm/rightTip': () => import('./icons/common/confirm/rightTip.svg'),
|
|
'common/courseLight': () => import('./icons/common/courseLight.svg'),
|
|
'common/customTitleLight': () => import('./icons/common/customTitleLight.svg'),
|
|
'common/data': () => import('./icons/common/data.svg'),
|
|
'common/detail': () => import('./icons/common/detail.svg'),
|
|
'common/dingtalkFill': () => import('./icons/common/dingtalkFill.svg'),
|
|
'common/disable': () => import('./icons/common/disable.svg'),
|
|
'common/downArrowFill': () => import('./icons/common/downArrowFill.svg'),
|
|
'common/download': () => import('./icons/common/download.svg'),
|
|
'common/edit': () => import('./icons/common/edit.svg'),
|
|
'common/editor/resizer': () => import('./icons/common/editor/resizer.svg'),
|
|
'common/enable': () => import('./icons/common/enable.svg'),
|
|
'common/errorFill': () => import('./icons/common/errorFill.svg'),
|
|
'common/file/move': () => import('./icons/common/file/move.svg'),
|
|
'common/fileNotFound': () => import('./icons/common/fileNotFound.svg'),
|
|
'common/folderFill': () => import('./icons/common/folderFill.svg'),
|
|
'common/folderImport': () => import('./icons/common/folderImport.svg'),
|
|
'common/fullScreenLight': () => import('./icons/common/fullScreenLight.svg'),
|
|
'common/gitFill': () => import('./icons/common/gitFill.svg'),
|
|
'common/gitInlight': () => import('./icons/common/gitInlight.svg'),
|
|
'common/gitLight': () => import('./icons/common/gitLight.svg'),
|
|
'common/googleFill': () => import('./icons/common/googleFill.svg'),
|
|
'common/help': () => import('./icons/common/help.svg'),
|
|
'common/importLight': () => import('./icons/common/importLight.svg'),
|
|
'common/info': () => import('./icons/common/info.svg'),
|
|
'common/inviteLight': () => import('./icons/common/inviteLight.svg'),
|
|
'common/language/America': () => import('./icons/common/language/America.svg'),
|
|
'common/language/China': () => import('./icons/common/language/China.svg'),
|
|
'common/language/en': () => import('./icons/common/language/en.svg'),
|
|
'common/language/zh': () => import('./icons/common/language/zh.svg'),
|
|
'common/layer': () => import('./icons/common/layer.svg'),
|
|
'common/leftArrowLight': () => import('./icons/common/leftArrowLight.svg'),
|
|
'common/line': () => import('./icons/common/line.svg'),
|
|
'common/lineChange': () => import('./icons/common/lineChange.svg'),
|
|
'common/lineStop': () => import('./icons/common/lineStop.svg'),
|
|
'common/link': () => import('./icons/common/link.svg'),
|
|
'common/linkBlue': () => import('./icons/common/linkBlue.svg'),
|
|
'common/list': () => import('./icons/common/list.svg'),
|
|
'common/loading': () => import('./icons/common/loading.svg'),
|
|
'common/logLight': () => import('./icons/common/logLight.svg'),
|
|
'common/maximize': () => import('./icons/common/maximize.svg'),
|
|
'common/microsoft': () => import('./icons/common/microsoft.svg'),
|
|
'common/model': () => import('./icons/common/model.svg'),
|
|
'common/monitor': () => import('./icons/common/monitor.svg'),
|
|
'common/more': () => import('./icons/common/more.svg'),
|
|
'common/moreFill': () => import('./icons/common/moreFill.svg'),
|
|
'common/openai': () => import('./icons/common/openai.svg'),
|
|
'common/overviewLight': () => import('./icons/common/overviewLight.svg'),
|
|
'common/paramsLight': () => import('./icons/common/paramsLight.svg'),
|
|
'common/paused': () => import('./icons/common/paused.svg'),
|
|
'common/playFill': () => import('./icons/common/playFill.svg'),
|
|
'common/playLight': () => import('./icons/common/playLight.svg'),
|
|
'common/publishFill': () => import('./icons/common/publishFill.svg'),
|
|
'common/refreshLight': () => import('./icons/common/refreshLight.svg'),
|
|
'common/resultLight': () => import('./icons/common/resultLight.svg'),
|
|
'common/retryLight': () => import('./icons/common/retryLight.svg'),
|
|
'common/rightArrowFill': () => import('./icons/common/rightArrowFill.svg'),
|
|
'common/rightArrowLight': () => import('./icons/common/rightArrowLight.svg'),
|
|
'common/routePushLight': () => import('./icons/common/routePushLight.svg'),
|
|
'common/running': () => import('./icons/common/running.svg'),
|
|
'common/saveFill': () => import('./icons/common/saveFill.svg'),
|
|
'common/searchLight': () => import('./icons/common/searchLight.svg'),
|
|
'common/select': () => import('./icons/common/select.svg'),
|
|
'common/selectLight': () => import('./icons/common/selectLight.svg'),
|
|
'common/setting': () => import('./icons/common/setting.svg'),
|
|
'common/settingLight': () => import('./icons/common/settingLight.svg'),
|
|
'common/solidChevronDown': () => import('./icons/common/solidChevronDown.svg'),
|
|
'common/solidChevronRight': () => import('./icons/common/solidChevronRight.svg'),
|
|
'common/solidChevronUp': () => import('./icons/common/solidChevronUp.svg'),
|
|
'common/subtract': () => import('./icons/common/subtract.svg'),
|
|
'common/templateMarket': () => import('./icons/common/templateMarket.svg'),
|
|
'common/text/t': () => import('./icons/common/text/t.svg'),
|
|
'common/thirdParty': () => import('./icons/common/thirdParty.svg'),
|
|
'common/tickFill': () => import('./icons/common/tickFill.svg'),
|
|
'common/toolkit': () => import('./icons/common/toolkit.svg'),
|
|
'common/trash': () => import('./icons/common/trash.svg'),
|
|
'common/upRightArrowLight': () => import('./icons/common/upRightArrowLight.svg'),
|
|
'common/uploadFileFill': () => import('./icons/common/uploadFileFill.svg'),
|
|
'common/upperRight': () => import('./icons/common/upperRight.svg'),
|
|
'common/userInfo': () => import('./icons/common/userInfo.svg'),
|
|
'common/variable': () => import('./icons/common/variable.svg'),
|
|
'common/viewLight': () => import('./icons/common/viewLight.svg'),
|
|
'common/voiceLight': () => import('./icons/common/voiceLight.svg'),
|
|
'common/wallet': () => import('./icons/common/wallet.svg'),
|
|
'common/warn': () => import('./icons/common/warn.svg'),
|
|
'common/wechat': () => import('./icons/common/wechat.svg'),
|
|
'common/wechatFill': () => import('./icons/common/wechatFill.svg'),
|
|
'common/wecom': () => import('./icons/common/wecom.svg'),
|
|
configmap: () => import('./icons/configmap.svg'),
|
|
copy: () => import('./icons/copy.svg'),
|
|
'core/app/aiFill': () => import('./icons/core/app/aiFill.svg'),
|
|
'core/app/aiLight': () => import('./icons/core/app/aiLight.svg'),
|
|
'core/app/aiLightSmall': () => import('./icons/core/app/aiLightSmall.svg'),
|
|
'core/app/appApiLight': () => import('./icons/core/app/appApiLight.svg'),
|
|
'core/app/customFeedback': () => import('./icons/core/app/customFeedback.svg'),
|
|
'core/app/headphones': () => import('./icons/core/app/headphones.svg'),
|
|
'core/app/inputGuides': () => import('./icons/core/app/inputGuides.svg'),
|
|
'core/app/logsLight': () => import('./icons/core/app/logsLight.svg'),
|
|
'core/app/markLight': () => import('./icons/core/app/markLight.svg'),
|
|
'core/app/publish/lark': () => import('./icons/core/app/publish/lark.svg'),
|
|
'core/app/publish/offiaccount': () => import('./icons/core/app/publish/offiaccount.svg'),
|
|
'core/app/publish/wechat': () => import('./icons/core/app/publish/wechat.svg'),
|
|
'core/app/publish/wecom': () => import('./icons/core/app/publish/wecom.svg'),
|
|
'core/app/questionGuide': () => import('./icons/core/app/questionGuide.svg'),
|
|
'core/app/schedulePlan': () => import('./icons/core/app/schedulePlan.svg'),
|
|
'core/app/simpleBot': () => import('./icons/core/app/simpleBot.svg'),
|
|
'core/app/simpleMode/ai': () => import('./icons/core/app/simpleMode/ai.svg'),
|
|
'core/app/simpleMode/autoExec': () => import('./icons/core/app/simpleMode/autoExec.svg'),
|
|
'core/app/simpleMode/chat': () => import('./icons/core/app/simpleMode/chat.svg'),
|
|
'core/app/simpleMode/dataset': () => import('./icons/core/app/simpleMode/dataset.svg'),
|
|
'core/app/simpleMode/file': () => import('./icons/core/app/simpleMode/file.svg'),
|
|
'core/app/simpleMode/template': () => import('./icons/core/app/simpleMode/template.svg'),
|
|
'core/app/simpleMode/tts': () => import('./icons/core/app/simpleMode/tts.svg'),
|
|
'core/app/simpleMode/variable': () => import('./icons/core/app/simpleMode/variable.svg'),
|
|
'core/app/simpleMode/whisper': () => import('./icons/core/app/simpleMode/whisper.svg'),
|
|
'core/app/templates/TranslateRobot': () =>
|
|
import('./icons/core/app/templates/TranslateRobot.svg'),
|
|
'core/app/templates/animalLife': () => import('./icons/core/app/templates/animalLife.svg'),
|
|
'core/app/templates/chinese': () => import('./icons/core/app/templates/chinese.svg'),
|
|
'core/app/templates/divination': () => import('./icons/core/app/templates/divination.svg'),
|
|
'core/app/templates/flux': () => import('./icons/core/app/templates/flux.svg'),
|
|
'core/app/templates/githubIssue': () => import('./icons/core/app/templates/githubIssue.svg'),
|
|
'core/app/templates/google': () => import('./icons/core/app/templates/google.svg'),
|
|
'core/app/templates/plugin-dalle': () => import('./icons/core/app/templates/plugin-dalle.svg'),
|
|
'core/app/templates/plugin-feishu': () => import('./icons/core/app/templates/plugin-feishu.svg'),
|
|
'core/app/templates/stock': () => import('./icons/core/app/templates/stock.svg'),
|
|
'core/app/toolCall': () => import('./icons/core/app/toolCall.svg'),
|
|
'core/app/ttsFill': () => import('./icons/core/app/ttsFill.svg'),
|
|
'core/app/type/httpPlugin': () => import('./icons/core/app/type/httpPlugin.svg'),
|
|
'core/app/type/httpPluginFill': () => import('./icons/core/app/type/httpPluginFill.svg'),
|
|
'core/app/type/jsonImport': () => import('./icons/core/app/type/jsonImport.svg'),
|
|
'core/app/type/mcpTools': () => import('./icons/core/app/type/mcpTools.svg'),
|
|
'core/app/type/mcpToolsFill': () => import('./icons/core/app/type/mcpToolsFill.svg'),
|
|
'core/app/type/plugin': () => import('./icons/core/app/type/plugin.svg'),
|
|
'core/app/type/pluginFill': () => import('./icons/core/app/type/pluginFill.svg'),
|
|
'core/app/type/pluginLight': () => import('./icons/core/app/type/pluginLight.svg'),
|
|
'core/app/type/simple': () => import('./icons/core/app/type/simple.svg'),
|
|
'core/app/type/simpleFill': () => import('./icons/core/app/type/simpleFill.svg'),
|
|
'core/app/type/workflow': () => import('./icons/core/app/type/workflow.svg'),
|
|
'core/app/type/workflowFill': () => import('./icons/core/app/type/workflowFill.svg'),
|
|
'core/app/variable/external': () => import('./icons/core/app/variable/external.svg'),
|
|
'core/app/variable/input': () => import('./icons/core/app/variable/input.svg'),
|
|
'core/app/variable/select': () => import('./icons/core/app/variable/select.svg'),
|
|
'core/app/variable/textarea': () => import('./icons/core/app/variable/textarea.svg'),
|
|
'core/chat/QGFill': () => import('./icons/core/chat/QGFill.svg'),
|
|
'core/chat/backText': () => import('./icons/core/chat/backText.svg'),
|
|
'core/chat/cancelSpeak': () => import('./icons/core/chat/cancelSpeak.svg'),
|
|
'core/chat/chatFill': () => import('./icons/core/chat/chatFill.svg'),
|
|
'core/chat/chatLight': () => import('./icons/core/chat/chatLight.svg'),
|
|
'core/chat/chatModelTag': () => import('./icons/core/chat/chatModelTag.svg'),
|
|
'core/chat/chevronDown': () => import('./icons/core/chat/chevronDown.svg'),
|
|
'core/chat/chevronLeft': () => import('./icons/core/chat/chevronLeft.svg'),
|
|
'core/chat/chevronRight': () => import('./icons/core/chat/chevronRight.svg'),
|
|
'core/chat/chevronSelector': () => import('./icons/core/chat/chevronSelector.svg'),
|
|
'core/chat/chevronUp': () => import('./icons/core/chat/chevronUp.svg'),
|
|
'core/chat/export/pdf': () => import('./icons/core/chat/export/pdf.svg'),
|
|
'core/chat/feedback/badLight': () => import('./icons/core/chat/feedback/badLight.svg'),
|
|
'core/chat/feedback/goodLight': () => import('./icons/core/chat/feedback/goodLight.svg'),
|
|
'core/chat/fileSelect': () => import('./icons/core/chat/fileSelect.svg'),
|
|
'core/chat/finishSpeak': () => import('./icons/core/chat/finishSpeak.svg'),
|
|
'core/chat/imgSelect': () => import('./icons/core/chat/imgSelect.svg'),
|
|
'core/chat/quoteFill': () => import('./icons/core/chat/quoteFill.svg'),
|
|
'core/chat/quoteSign': () => import('./icons/core/chat/quoteSign.svg'),
|
|
'core/chat/recordFill': () => import('./icons/core/chat/recordFill.svg'),
|
|
'core/chat/sendFill': () => import('./icons/core/chat/sendFill.svg'),
|
|
'core/chat/sendLight': () => import('./icons/core/chat/sendLight.svg'),
|
|
'core/chat/setTopLight': () => import('./icons/core/chat/setTopLight.svg'),
|
|
'core/chat/sideLine': () => import('./icons/core/chat/sideLine.svg'),
|
|
'core/chat/speaking': () => import('./icons/core/chat/speaking.svg'),
|
|
'core/chat/stopSpeech': () => import('./icons/core/chat/stopSpeech.svg'),
|
|
'core/chat/think': () => import('./icons/core/chat/think.svg'),
|
|
'core/dataset/commonDataset': () => import('./icons/core/dataset/commonDataset.svg'),
|
|
'core/dataset/commonDatasetColor': () => import('./icons/core/dataset/commonDatasetColor.svg'),
|
|
'core/dataset/commonDatasetOutline': () =>
|
|
import('./icons/core/dataset/commonDatasetOutline.svg'),
|
|
'core/dataset/datasetFill': () => import('./icons/core/dataset/datasetFill.svg'),
|
|
'core/dataset/datasetLight': () => import('./icons/core/dataset/datasetLight.svg'),
|
|
'core/dataset/datasetLightSmall': () => import('./icons/core/dataset/datasetLightSmall.svg'),
|
|
'core/dataset/externalDataset': () => import('./icons/core/dataset/externalDataset.svg'),
|
|
'core/dataset/externalDatasetColor': () =>
|
|
import('./icons/core/dataset/externalDatasetColor.svg'),
|
|
'core/dataset/externalDatasetOutline': () =>
|
|
import('./icons/core/dataset/externalDatasetOutline.svg'),
|
|
'core/dataset/feishuDatasetColor': () => import('./icons/core/dataset/feishuDatasetColor.svg'),
|
|
'core/dataset/feishuDatasetOutline': () =>
|
|
import('./icons/core/dataset/feishuDatasetOutline.svg'),
|
|
'core/dataset/fileCollection': () => import('./icons/core/dataset/fileCollection.svg'),
|
|
'core/dataset/fullTextRecall': () => import('./icons/core/dataset/fullTextRecall.svg'),
|
|
'core/dataset/manualCollection': () => import('./icons/core/dataset/manualCollection.svg'),
|
|
'core/dataset/mixedRecall': () => import('./icons/core/dataset/mixedRecall.svg'),
|
|
'core/dataset/modeEmbedding': () => import('./icons/core/dataset/modeEmbedding.svg'),
|
|
'core/dataset/questionExtension': () => import('./icons/core/dataset/questionExtension.svg'),
|
|
'core/dataset/rerank': () => import('./icons/core/dataset/rerank.svg'),
|
|
'core/dataset/searchfilter': () => import('./icons/core/dataset/searchfilter.svg'),
|
|
'core/dataset/splitLight': () => import('./icons/core/dataset/splitLight.svg'),
|
|
'core/dataset/tableCollection': () => import('./icons/core/dataset/tableCollection.svg'),
|
|
'core/dataset/tag': () => import('./icons/core/dataset/tag.svg'),
|
|
'core/dataset/websiteDataset': () => import('./icons/core/dataset/websiteDataset.svg'),
|
|
'core/dataset/otherDataset': () => import('./icons/core/dataset/otherDataset.svg'),
|
|
'core/dataset/websiteDatasetColor': () => import('./icons/core/dataset/websiteDatasetColor.svg'),
|
|
'core/dataset/websiteDatasetOutline': () =>
|
|
import('./icons/core/dataset/websiteDatasetOutline.svg'),
|
|
'core/dataset/yuqueDatasetColor': () => import('./icons/core/dataset/yuqueDatasetColor.svg'),
|
|
'core/dataset/yuqueDatasetOutline': () => import('./icons/core/dataset/yuqueDatasetOutline.svg'),
|
|
'core/modules/basicNode': () => import('./icons/core/modules/basicNode.svg'),
|
|
'core/modules/fixview': () => import('./icons/core/modules/fixview.svg'),
|
|
'core/modules/flowLight': () => import('./icons/core/modules/flowLight.svg'),
|
|
'core/modules/previewLight': () => import('./icons/core/modules/previewLight.svg'),
|
|
'core/modules/systemPlugin': () => import('./icons/core/modules/systemPlugin.svg'),
|
|
'core/modules/teamPlugin': () => import('./icons/core/modules/teamPlugin.svg'),
|
|
'core/modules/variable': () => import('./icons/core/modules/variable.svg'),
|
|
'core/modules/welcomeText': () => import('./icons/core/modules/welcomeText.svg'),
|
|
'core/workflow/closeEdge': () => import('./icons/core/workflow/closeEdge.svg'),
|
|
'core/workflow/debug': () => import('./icons/core/workflow/debug.svg'),
|
|
'core/workflow/debugBlue': () => import('./icons/core/workflow/debugBlue.svg'),
|
|
'core/workflow/debugNext': () => import('./icons/core/workflow/debugNext.svg'),
|
|
'core/workflow/debugResult': () => import('./icons/core/workflow/debugResult.svg'),
|
|
'core/workflow/edgeArrow': () => import('./icons/core/workflow/edgeArrow.svg'),
|
|
'core/workflow/edgeArrowBold': () => import('./icons/core/workflow/edgeArrowBold.svg'),
|
|
'core/workflow/grout': () => import('./icons/core/workflow/grout.svg'),
|
|
'core/workflow/inputType/array': () => import('./icons/core/workflow/inputType/array.svg'),
|
|
'core/workflow/inputType/customVariable': () =>
|
|
import('./icons/core/workflow/inputType/customVariable.svg'),
|
|
'core/workflow/inputType/dynamic': () => import('./icons/core/workflow/inputType/dynamic.svg'),
|
|
'core/workflow/inputType/file': () => import('./icons/core/workflow/inputType/file.svg'),
|
|
'core/workflow/inputType/input': () => import('./icons/core/workflow/inputType/input.svg'),
|
|
'core/workflow/inputType/jsonEditor': () =>
|
|
import('./icons/core/workflow/inputType/jsonEditor.svg'),
|
|
'core/workflow/inputType/numberInput': () =>
|
|
import('./icons/core/workflow/inputType/numberInput.svg'),
|
|
'core/workflow/inputType/option': () => import('./icons/core/workflow/inputType/option.svg'),
|
|
'core/workflow/inputType/reference': () =>
|
|
import('./icons/core/workflow/inputType/reference.svg'),
|
|
'core/workflow/inputType/select': () => import('./icons/core/workflow/inputType/select.svg'),
|
|
'core/workflow/inputType/selectApp': () =>
|
|
import('./icons/core/workflow/inputType/selectApp.svg'),
|
|
'core/workflow/inputType/selectDataset': () =>
|
|
import('./icons/core/workflow/inputType/selectDataset.svg'),
|
|
'core/workflow/inputType/selectLLM': () =>
|
|
import('./icons/core/workflow/inputType/selectLLM.svg'),
|
|
'core/workflow/inputType/switch': () => import('./icons/core/workflow/inputType/switch.svg'),
|
|
'core/workflow/inputType/textarea': () => import('./icons/core/workflow/inputType/textarea.svg'),
|
|
'core/workflow/mouse': () => import('./icons/core/workflow/mouse.svg'),
|
|
'core/workflow/publish': () => import('./icons/core/workflow/publish.svg'),
|
|
'core/workflow/redo': () => import('./icons/core/workflow/redo.svg'),
|
|
'core/workflow/revertVersion': () => import('./icons/core/workflow/revertVersion.svg'),
|
|
'core/workflow/runError': () => import('./icons/core/workflow/runError.svg'),
|
|
'core/workflow/runSkip': () => import('./icons/core/workflow/runSkip.svg'),
|
|
'core/workflow/runSuccess': () => import('./icons/core/workflow/runSuccess.svg'),
|
|
'core/workflow/running': () => import('./icons/core/workflow/running.svg'),
|
|
'core/workflow/template/BI': () => import('./icons/core/workflow/template/BI.svg'),
|
|
'core/workflow/template/FileRead': () => import('./icons/core/workflow/template/FileRead.svg'),
|
|
'core/workflow/template/aiChat': () => import('./icons/core/workflow/template/aiChat.svg'),
|
|
'core/workflow/template/baseChart': () => import('./icons/core/workflow/template/baseChart.svg'),
|
|
'core/workflow/template/bing': () => import('./icons/core/workflow/template/bing.svg'),
|
|
'core/workflow/template/bocha': () => import('./icons/core/workflow/template/bocha.svg'),
|
|
'core/workflow/template/codeRun': () => import('./icons/core/workflow/template/codeRun.svg'),
|
|
'core/workflow/template/customFeedback': () =>
|
|
import('./icons/core/workflow/template/customFeedback.svg'),
|
|
'core/workflow/template/datasetConcat': () =>
|
|
import('./icons/core/workflow/template/datasetConcat.svg'),
|
|
'core/workflow/template/datasetSearch': () =>
|
|
import('./icons/core/workflow/template/datasetSearch.svg'),
|
|
'core/workflow/template/datasource': () =>
|
|
import('./icons/core/workflow/template/datasource.svg'),
|
|
'core/workflow/template/duckduckgo': () =>
|
|
import('./icons/core/workflow/template/duckduckgo.svg'),
|
|
'core/workflow/template/extractJson': () =>
|
|
import('./icons/core/workflow/template/extractJson.svg'),
|
|
'core/workflow/template/fetchUrl': () => import('./icons/core/workflow/template/fetchUrl.svg'),
|
|
'core/workflow/template/formInput': () => import('./icons/core/workflow/template/formInput.svg'),
|
|
'core/workflow/template/getTime': () => import('./icons/core/workflow/template/getTime.svg'),
|
|
'core/workflow/template/google': () => import('./icons/core/workflow/template/google.svg'),
|
|
'core/workflow/template/httpRequest': () =>
|
|
import('./icons/core/workflow/template/httpRequest.svg'),
|
|
'core/workflow/template/ifelse': () => import('./icons/core/workflow/template/ifelse.svg'),
|
|
'core/workflow/template/lafDispatch': () =>
|
|
import('./icons/core/workflow/template/lafDispatch.svg'),
|
|
'core/workflow/template/loop': () => import('./icons/core/workflow/template/loop.svg'),
|
|
'core/workflow/template/loopEnd': () => import('./icons/core/workflow/template/loopEnd.svg'),
|
|
'core/workflow/template/loopStart': () => import('./icons/core/workflow/template/loopStart.svg'),
|
|
'core/workflow/template/mathCall': () => import('./icons/core/workflow/template/mathCall.svg'),
|
|
'core/workflow/template/pluginOutput': () =>
|
|
import('./icons/core/workflow/template/pluginOutput.svg'),
|
|
'core/workflow/template/queryExtension': () =>
|
|
import('./icons/core/workflow/template/queryExtension.svg'),
|
|
'core/workflow/template/questionClassify': () =>
|
|
import('./icons/core/workflow/template/questionClassify.svg'),
|
|
'core/workflow/template/readFiles': () => import('./icons/core/workflow/template/readFiles.svg'),
|
|
'core/workflow/template/reply': () => import('./icons/core/workflow/template/reply.svg'),
|
|
'core/workflow/template/runApp': () => import('./icons/core/workflow/template/runApp.svg'),
|
|
'core/workflow/template/searxng': () => import('./icons/core/workflow/template/searxng.svg'),
|
|
'core/workflow/template/sleep': () => import('./icons/core/workflow/template/sleep.svg'),
|
|
'core/workflow/template/stopTool': () => import('./icons/core/workflow/template/stopTool.svg'),
|
|
'core/workflow/template/systemConfig': () =>
|
|
import('./icons/core/workflow/template/systemConfig.svg'),
|
|
'core/workflow/template/textConcat': () =>
|
|
import('./icons/core/workflow/template/textConcat.svg'),
|
|
'core/workflow/template/toolCall': () => import('./icons/core/workflow/template/toolCall.svg'),
|
|
'core/workflow/template/toolParams': () =>
|
|
import('./icons/core/workflow/template/toolParams.svg'),
|
|
'core/workflow/template/toolkitActive': () =>
|
|
import('./icons/core/workflow/template/toolkitActive.svg'),
|
|
'core/workflow/template/toolkitInactive': () =>
|
|
import('./icons/core/workflow/template/toolkitInactive.svg'),
|
|
'core/workflow/template/userSelect': () =>
|
|
import('./icons/core/workflow/template/userSelect.svg'),
|
|
'core/workflow/template/variable': () => import('./icons/core/workflow/template/variable.svg'),
|
|
'core/workflow/template/variableUpdate': () =>
|
|
import('./icons/core/workflow/template/variableUpdate.svg'),
|
|
'core/workflow/template/wiki': () => import('./icons/core/workflow/template/wiki.svg'),
|
|
'core/workflow/template/workflowStart': () =>
|
|
import('./icons/core/workflow/template/workflowStart.svg'),
|
|
'core/workflow/touchTable': () => import('./icons/core/workflow/touchTable.svg'),
|
|
'core/workflow/undo': () => import('./icons/core/workflow/undo.svg'),
|
|
'core/workflow/upload': () => import('./icons/core/workflow/upload.svg'),
|
|
'core/workflow/versionHistories': () => import('./icons/core/workflow/versionHistories.svg'),
|
|
date: () => import('./icons/date.svg'),
|
|
delete: () => import('./icons/delete.svg'),
|
|
drag: () => import('./icons/drag.svg'),
|
|
edgeAdd: () => import('./icons/edgeAdd.svg'),
|
|
edit: () => import('./icons/edit.svg'),
|
|
empty: () => import('./icons/empty.svg'),
|
|
export: () => import('./icons/export.svg'),
|
|
feedback: () => import('./icons/feedback.svg'),
|
|
'file/csv': () => import('./icons/file/csv.svg'),
|
|
'file/fill/csv': () => import('./icons/file/fill/csv.svg'),
|
|
'file/fill/doc': () => import('./icons/file/fill/doc.svg'),
|
|
'file/fill/file': () => import('./icons/file/fill/file.svg'),
|
|
'file/fill/folder': () => import('./icons/file/fill/folder.svg'),
|
|
'file/fill/html': () => import('./icons/file/fill/html.svg'),
|
|
'file/fill/manual': () => import('./icons/file/fill/manual.svg'),
|
|
'file/fill/markdown': () => import('./icons/file/fill/markdown.svg'),
|
|
'file/fill/pdf': () => import('./icons/file/fill/pdf.svg'),
|
|
'file/fill/ppt': () => import('./icons/file/fill/ppt.svg'),
|
|
'file/fill/txt': () => import('./icons/file/fill/txt.svg'),
|
|
'file/fill/xlsx': () => import('./icons/file/fill/xlsx.svg'),
|
|
'file/html': () => import('./icons/file/html.svg'),
|
|
'file/indexImport': () => import('./icons/file/indexImport.svg'),
|
|
'file/manualImport': () => import('./icons/file/manualImport.svg'),
|
|
'file/markdown': () => import('./icons/file/markdown.svg'),
|
|
'file/pdf': () => import('./icons/file/pdf.svg'),
|
|
'file/qaImport': () => import('./icons/file/qaImport.svg'),
|
|
'file/uploadFile': () => import('./icons/file/uploadFile.svg'),
|
|
fullScreen: () => import('./icons/fullScreen.svg'),
|
|
help: () => import('./icons/help.svg'),
|
|
history: () => import('./icons/history.svg'),
|
|
infoRounded: () => import('./icons/infoRounded.svg'),
|
|
kbTest: () => import('./icons/kbTest.svg'),
|
|
key: () => import('./icons/key.svg'),
|
|
keyPrimary: () => import('./icons/keyPrimary.svg'),
|
|
menu: () => import('./icons/menu.svg'),
|
|
minus: () => import('./icons/minus.svg'),
|
|
'modal/AddClb': () => import('./icons/modal/AddClb.svg'),
|
|
'modal/changePer': () => import('./icons/modal/changePer.svg'),
|
|
'modal/concat': () => import('./icons/modal/concat.svg'),
|
|
'modal/confirmPay': () => import('./icons/modal/confirmPay.svg'),
|
|
'modal/edit': () => import('./icons/modal/edit.svg'),
|
|
'modal/manualDataset': () => import('./icons/modal/manualDataset.svg'),
|
|
'modal/selectSource': () => import('./icons/modal/selectSource.svg'),
|
|
'modal/setting': () => import('./icons/modal/setting.svg'),
|
|
'modal/teamPlans': () => import('./icons/modal/teamPlans.svg'),
|
|
'model/BAAI': () => import('./icons/model/BAAI.svg'),
|
|
'model/alicloud': () => import('./icons/model/alicloud.svg'),
|
|
'model/aws': () => import('./icons/model/aws.svg'),
|
|
'model/azure': () => import('./icons/model/azure.svg'),
|
|
'model/baichuan': () => import('./icons/model/baichuan.svg'),
|
|
'model/chatglm': () => import('./icons/model/chatglm.svg'),
|
|
'model/claude': () => import('./icons/model/claude.svg'),
|
|
'model/cloudflare': () => import('./icons/model/cloudflare.svg'),
|
|
'model/cohere': () => import('./icons/model/cohere.svg'),
|
|
'model/deepseek': () => import('./icons/model/deepseek.svg'),
|
|
'model/doubao': () => import('./icons/model/doubao.svg'),
|
|
'model/ernie': () => import('./icons/model/ernie.svg'),
|
|
'model/fishaudio': () => import('./icons/model/fishaudio.svg'),
|
|
'model/gemini': () => import('./icons/model/gemini.svg'),
|
|
'model/grok': () => import('./icons/model/grok.svg'),
|
|
'model/groq': () => import('./icons/model/groq.svg'),
|
|
'model/huggingface': () => import('./icons/model/huggingface.svg'),
|
|
'model/hunyuan': () => import('./icons/model/hunyuan.svg'),
|
|
'model/intern': () => import('./icons/model/intern.svg'),
|
|
'model/jina': () => import('./icons/model/jina.svg'),
|
|
'model/meta': () => import('./icons/model/meta.svg'),
|
|
'model/minimax': () => import('./icons/model/minimax.svg'),
|
|
'model/mistral': () => import('./icons/model/mistral.svg'),
|
|
'model/moka': () => import('./icons/model/moka.svg'),
|
|
'model/moonshot': () => import('./icons/model/moonshot.svg'),
|
|
'model/ollama': () => import('./icons/model/ollama.svg'),
|
|
'model/openai': () => import('./icons/model/openai.svg'),
|
|
'model/ppio': () => import('./icons/model/ppio.svg'),
|
|
'model/qwen': () => import('./icons/model/qwen.svg'),
|
|
'model/siliconflow': () => import('./icons/model/siliconflow.svg'),
|
|
'model/sparkDesk': () => import('./icons/model/sparkDesk.svg'),
|
|
'model/stepfun': () => import('./icons/model/stepfun.svg'),
|
|
'model/yi': () => import('./icons/model/yi.svg'),
|
|
more: () => import('./icons/more.svg'),
|
|
moreLine: () => import('./icons/moreLine.svg'),
|
|
out: () => import('./icons/out.svg'),
|
|
paragraph: () => import('./icons/paragraph.svg'),
|
|
'phoneTabbar/me': () => import('./icons/phoneTabbar/me.svg'),
|
|
'phoneTabbar/tool': () => import('./icons/phoneTabbar/tool.svg'),
|
|
'phoneTabbar/toolFill': () => import('./icons/phoneTabbar/toolFill.svg'),
|
|
'plugins/dingding': () => import('./icons/plugins/dingding.svg'),
|
|
'plugins/doc2x': () => import('./icons/plugins/doc2x.svg'),
|
|
'plugins/email': () => import('./icons/plugins/email.svg'),
|
|
'plugins/qiwei': () => import('./icons/plugins/qiwei.svg'),
|
|
'plugins/textEditor': () => import('./icons/plugins/textEditor.svg'),
|
|
point: () => import('./icons/point.svg'),
|
|
preview: () => import('./icons/preview.svg'),
|
|
'price/bg': () => import('./icons/price/bg.svg'),
|
|
'price/pricearrow': () => import('./icons/price/pricearrow.svg'),
|
|
'price/right': () => import('./icons/price/right.svg'),
|
|
save: () => import('./icons/save.svg'),
|
|
sliderTag: () => import('./icons/sliderTag.svg'),
|
|
stop: () => import('./icons/stop.svg'),
|
|
'support/account/coupon': () => import('./icons/support/account/coupon.svg'),
|
|
'support/account/laf': () => import('./icons/support/account/laf.svg'),
|
|
'support/account/loginoutLight': () => import('./icons/support/account/loginoutLight.svg'),
|
|
'support/account/plans': () => import('./icons/support/account/plans.svg'),
|
|
'support/account/promotionLight': () => import('./icons/support/account/promotionLight.svg'),
|
|
'support/bill/extraDatasetsize': () => import('./icons/support/bill/extraDatasetsize.svg'),
|
|
'support/bill/extraPoints': () => import('./icons/support/bill/extraPoints.svg'),
|
|
'support/bill/payRecordLight': () => import('./icons/support/bill/payRecordLight.svg'),
|
|
'support/bill/priceLight': () => import('./icons/support/bill/priceLight.svg'),
|
|
'support/bill/shoppingCart': () => import('./icons/support/bill/shoppingCart.svg'),
|
|
'support/bill/wallet': () => import('./icons/support/bill/wallet.svg'),
|
|
'support/outlink/apikeyFill': () => import('./icons/support/outlink/apikeyFill.svg'),
|
|
'support/outlink/iframeLight': () => import('./icons/support/outlink/iframeLight.svg'),
|
|
'support/outlink/share': () => import('./icons/support/outlink/share.svg'),
|
|
'support/outlink/shareLight': () => import('./icons/support/outlink/shareLight.svg'),
|
|
'support/permission/collaborator': () => import('./icons/support/permission/collaborator.svg'),
|
|
'support/permission/privateLight': () => import('./icons/support/permission/privateLight.svg'),
|
|
'support/permission/publicLight': () => import('./icons/support/permission/publicLight.svg'),
|
|
'support/team/group': () => import('./icons/support/team/group.svg'),
|
|
'support/team/memberLight': () => import('./icons/support/team/memberLight.svg'),
|
|
'support/usage/usageRecordLight': () => import('./icons/support/usage/usageRecordLight.svg'),
|
|
'support/user/informLight': () => import('./icons/support/user/informLight.svg'),
|
|
'support/user/userFill': () => import('./icons/support/user/userFill.svg'),
|
|
'support/user/userLight': () => import('./icons/support/user/userLight.svg'),
|
|
'support/user/userLightSmall': () => import('./icons/support/user/userLightSmall.svg'),
|
|
'support/user/usersFill': () => import('./icons/support/user/usersFill.svg'),
|
|
'support/user/usersLight': () => import('./icons/support/user/usersLight.svg'),
|
|
'support/gate/gateLight': () => import('./icons/support/gate/gateLight.svg'),
|
|
'support/gate/chat/sidebar/chatGray': () =>
|
|
import('./icons/support/gate/chat/sidebar/chatGray.svg'),
|
|
'support/gate/chat/historySlider/new_chat': () =>
|
|
import('./icons/support/gate/chat/historySlider/new_chat.svg'),
|
|
'support/gate/chat/historySlider/clear-all': () =>
|
|
import('./icons/support/gate/chat/historySlider/clear-all.svg'),
|
|
'support/gate/chat/historySlider/chevron-right2': () =>
|
|
import('./icons/support/gate/chat/historySlider/chevron-right2.svg'),
|
|
'support/gate/chat/toolkitLine': () => import('./icons/support/gate/chat/toolkitLine.svg'),
|
|
'support/gate/chat/historySlider/chevron-left2': () =>
|
|
import('./icons/support/gate/chat/historySlider/chevron-left2.svg'),
|
|
'support/gate/chat/sidebar/appGray': () =>
|
|
import('./icons/support/gate/chat/sidebar/appGray.svg'),
|
|
'support/gate/chat/voiceGray': () => import('./icons/support/gate/chat/voiceGray.svg'),
|
|
'support/gate/chat/fileGray': () => import('./icons/support/gate/chat/fileGray.svg'),
|
|
'support/gate/chat/paperclip': () => import('./icons/support/gate/chat/paperclip.svg'),
|
|
'support/gate/chat/imageGray': () => import('./icons/support/gate/chat/imageGray.svg'),
|
|
'support/gate/chat/sidebar/CollapseButton': () =>
|
|
import('./icons/support/gate/chat/sidebar/CollapseButton.svg'),
|
|
'support/gate/home/savePrimary': () => import('./icons/support/gate/home/savePrimary.svg'),
|
|
'support/gate/home/shareLight': () => import('./icons/support/gate/home/shareLight.svg'),
|
|
'support/gate/home/sharePrimary': () => import('./icons/support/gate/home/sharePrimary.svg'),
|
|
'support/gate/home/upload': () => import('./icons/support/gate/home/upload.svg'),
|
|
'support/gate/home/add': () => import('./icons/support/gate/home/add.svg'),
|
|
text: () => import('./icons/text.svg'),
|
|
union: () => import('./icons/union.svg'),
|
|
user: () => import('./icons/user.svg'),
|
|
visible: () => import('./icons/visible.svg'),
|
|
wx: () => import('./icons/wx.svg')
|
|
};
|