bb72038e2bImplement contact filtering functionality in CreatePushTask component. Add modal for filtering contacts by tags, cities, and nickname/remark. Update styles for filter modal and enhance state management for filter values.
超级老白兔
2025-11-11 11:56:38 +08:00
5a287a42acRefactor CreatePushTask component to streamline account and contact selection process. Update styles for layout consistency, enhance user experience with improved step indicators, and simplify state management for selected accounts and contacts.
超级老白兔
2025-11-10 18:08:53 +08:00
d940d36123Refactor styles and structure for account selection in CreatePushTask component. Update account list display to use a grid layout, enhance account card styling, and improve status indicators for online/offline status. Implement customer list fetching logic on component mount.
超级老白兔
2025-11-10 15:55:14 +08:00
a8b0add92bMerge branch 'yongpxu-dev' into develop
超级老白兔
2025-11-08 18:05:15 +08:00
49d8c4f818Enhance PopChatRoom component to include a modal for entering chatroom name before group creation, update page size to 10, and improve state management for selected contacts and loading status.
超级老白兔
2025-11-08 17:57:28 +08:00
daf504d5fdAdd dropdown menu in SidebarMenu for adding friends and creating group chats, including modals for each action
超级老白兔
2025-11-08 17:00:40 +08:00
d722c03744Add a primary button with a Plus icon to the SidebarMenu and adjust styles for better layout
超级老白兔
2025-11-08 16:16:32 +08:00
35c9369d3dRefactor IndexController to return a simple message instead of an iframe. Update AudioRecorder and SimpleFileUpload components to include file name in the upload callback. Modify MessageEnter component to handle new file structure and improve message handling logic. Clean up unused state and enhance video message rendering. Update websocket message management to handle message IDs more robustly.
超级老白兔
2025-11-08 15:13:20 +08:00
ac605baa24Refactor TrafficDistributionForm component to improve state management and error handling. Update time range parsing logic for better validation and user feedback. Adjust form submission handling and enhance device selection logic. Modify slider maximum value for daily distribution limits.
超级老白兔
2025-11-04 16:40:53 +08:00
05c5915e7bAdd description field to PowerPackage interface and update UI to display package descriptions. Enhance styles for description tags in Buy Power component.
超级老白兔
2025-11-04 15:09:09 +08:00
055b300c5aUpdate API URLs in development and production environment files to new server endpoints for consistency across environments.
超级老白兔
2025-11-03 10:11:12 +08:00
baf389ec65Merge branch 'yongpxu-dev' into yongpxu-dev2
超级老白兔
2025-11-03 10:04:09 +08:00
ca7a2e954fImplement power statistics API and enhance Power Management component. Add new Statistics interface and update UI to display formatted usage data. Adjust styles for better readability.
超级老白兔
2025-10-31 16:32:04 +08:00
eada5fe8b1Refactor AIKnowledgeDetail and AIKnowledgeList components to improve user navigation and search functionality. Update deletion logic to navigate back on success and enhance search with debouncing and keyword handling. Adjust API to support keyword filtering in fetchKnowledgeBaseList.
超级老白兔
2025-10-31 16:18:12 +08:00
fe347965ffEnhance FileUpload component to support additional file types including PDF, TXT, MD, MP4, and AVI. Refactor file type handling logic for improved accuracy and user feedback. Update styles in AIKnowledgeDetail for better layout and user experience, including new sections for prompt rules and independent prompts.
超级老白兔
2025-10-31 15:46:51 +08:00
8d017ed2cbIntegrate FileUpload component for material uploads in AIKnowledgeDetail. Update upload logic to handle file types and improve user feedback on upload success or failure. Adjust tab rendering order for better clarity.
超级老白兔
2025-10-30 17:04:11 +08:00
eafca9ae85Replace custom close button in GlobalPromptModal with Ant Design's CloseOutlined icon for improved consistency and user experience. Simplify the onClose functionality while maintaining existing styles.
超级老白兔
2025-10-30 16:44:17 +08:00
990c7a2693Refactor API interactions in GlobalPromptModal to utilize new initGlobalPrompt and saveGlobalPrompt functions. Update modal logic to handle prompt configuration more effectively, removing deprecated state management for enabling prompts. Enhance user experience with improved input handling and feedback mechanisms.
超级老白兔
2025-10-30 16:42:42 +08:00
da87f9a865Refactor GlobalPromptModal to use antd-mobile Popup for improved mobile experience. Update styles for modal footer and enhance user feedback with Toast notifications. Remove deprecated Ant Design Modal components and adjust layout for better usability.
超级老白兔
2025-10-30 16:26:15 +08:00
515c85e600Enhance Buy Power and Recharge components with loading states and pagination. Update styles for better layout and introduce new pagination UI in the Power Management section. Remove outdated AI knowledge interface documentation.
超级老白兔
2025-10-30 16:08:43 +08:00
6b3948d454Refactor Power Management component to enhance user experience with improved power package and consumption record management. Introduce new API interfaces for power statistics and consumption records, and update UI elements for better navigation and interaction.
超级老白兔
2025-10-30 15:26:48 +08:00
6a64e3854cRefactor Recharge component to support custom recharge amounts and quick selection options. Remove version package data and enhance payment handling with improved user feedback. Add AI knowledge management routes and UI elements in the workspace section.
超级老白兔
2025-10-29 17:49:51 +08:00
0d1d082d9eAdd manual AI response generation feature in MessageEnter component. Implement handleManualTriggerAi function to allow users to trigger AI replies on demand. Update weChat store with manualTriggerAi function to manage AI request logic and context retrieval. Enhance UI with a reload button for AI responses in AI modes.
超级老白兔
2025-10-29 16:56:44 +08:00
9c5e253d75Refactor MessageEnter component to streamline AI message handling. Update message sending logic to prioritize passed content, ensuring better integration with AI-assisted and AI takeover modes. Clean up unused code and enhance console logging for improved debugging.
超级老白兔
2025-10-29 14:53:15 +08:00
5fb15592ffRefactor MessageEnter component to handle AI-assisted and AI takeover scenarios. Update weChat store to support multiple AI types for message processing. Remove unnecessary console log in message response handler for cleaner output.
超级老白兔
2025-10-29 14:50:55 +08:00
da8bcb04c9免密登录代码提交
wong
2025-10-29 11:48:02 +08:00
175c78c3d0数智员工免密登录
wong
2025-10-29 10:30:50 +08:00
0decc34593Enhance file upload process in devlop.py with progress tracking and remote file validation. Add aiType field to weChatGroup and ContractData interfaces for AI type differentiation. Update ChatWindow component to handle AI configuration changes and ensure proper database updates for contact and message management. Implement database versioning to include aiType in chatSessions and contactsUnified tables, with migration logic for existing data. Improve error handling and user feedback during configuration updates.
超级老白兔
2025-10-28 16:55:55 +08:00
18a7055a4e消息新增ai类型字段
wong
2025-10-28 16:46:38 +08:00
5638d8c66aMerge branch 'yongpxu-dev' into yongpxu-dev2
超级老白兔
2025-10-28 14:32:37 +08:00
1644e478c7AI对话功能优化
wong
2025-10-28 09:25:39 +08:00
d1c35b480fMerge branch 'yongpxu-dev' into yongxu-dev3
超级老白兔
2025-10-27 17:13:24 +08:00
364a52b553Remove Dexie database implementation and related initialization logic. Update Recharge component to fetch and display subscription packages dynamically, enhancing user experience with improved payment handling and UI updates.
超级老白兔
2025-10-27 17:07:10 +08:00
8cff6750f9Implement AI loading animation in MessageEnter component and enhance user interface. Remove unused loading icon and streamline input area for better user experience during AI response generation.
超级老白兔
2025-10-27 16:57:26 +08:00
3ff3e40d8eEnhance MessageList component to include complete contact information during message updates. Implement a new method in ContactManager for retrieving contacts by ID and type, ensuring accurate avatar and nickname display. Trigger UI refresh on data changes to improve user experience.
超级老白兔
2025-10-27 11:43:35 +08:00
77072594d2Add debug logging for quote message content and session selection in MessageEnter and MessageList components. Update WeChat store to handle empty message content gracefully, improving error handling during message reception.
超级老白兔
2025-10-27 11:11:24 +08:00
3c2fec2122Refactor MessageRecord component to replace ckchat store with customer store for improved data handling. This change enhances the retrieval of customer information based on the wechatAccountId, streamlining the message processing logic.
超级老白兔
2025-10-27 10:38:39 +08:00
f58070495fRefactor WeChat store logic to enable AI chat processing. Reintroduce data processing and AI chat request handling, improving message handling flow and user experience.
超级老白兔
2025-10-27 10:00:32 +08:00
51c60c55b0Merge branch 'develop' into yongpxu-dev
超级老白兔
2025-10-27 09:55:09 +08:00