Commit Graph

1877 Commits

Author SHA1 Message Date
wong
cec0eff031 数据同步新增设备更新时间及微信更新时间(在线) 2025-11-13 16:06:39 +08:00
wong
bfaf21a180 Merge branch 'develop' of https://gitee.com/cunkebao/cunkebao_v3 into develop 2025-11-12 17:44:42 +08:00
wong
75e35f52ab 修改上传文上限 2025-11-12 17:43:57 +08:00
超级老白兔
a8b0add92b Merge branch 'yongpxu-dev' into develop 2025-11-08 18:05:15 +08:00
超级老白兔
49d8c4f818 Enhance 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
wong
674bbe1c3e 代码提交 2025-11-08 17:29:33 +08:00
超级老白兔
daf504d5fd Add dropdown menu in SidebarMenu for adding friends and creating group chats, including modals for each action 2025-11-08 17:00:40 +08:00
超级老白兔
d722c03744 Add a primary button with a Plus icon to the SidebarMenu and adjust styles for better layout 2025-11-08 16:16:32 +08:00
超级老白兔
6eddf2f6db 同步 2025-11-08 16:02:16 +08:00
超级老白兔
02398e9ced Merge branch 'yongpxu-dev' of https://gitee.com/cunkebao/cunkebao_v3 into yongpxu-dev
# Conflicts:
#	Moncter/app/controller/UserController.php   resolved by yongpxu-dev version
2025-11-08 16:02:05 +08:00
超级老白兔
35c9369d3d Refactor 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
wong
018a6162da 1 2025-11-08 14:17:10 +08:00
wong
b46c808aa8 代码提交 2025-11-07 17:57:18 +08:00
超级老白兔
921ce713fa 基础数据库建设,数据中心对接数据库 2025-11-07 15:40:33 +08:00
wong
cf75ee4150 代码提交 2025-11-07 15:25:50 +08:00
超级老白兔
a997734c5c 添加 go.sh 脚本以自动执行 PHP 脚本并处理权限检查 2025-11-07 11:31:14 +08:00
超级老白兔
f9c08b6091 重构状态管理:将 useWeChatStore 更名为 useDataCenterStore,并更新相关引用 2025-11-06 18:08:49 +08:00
wong
8daa0a5d5c 门店端优化 2025-11-06 10:34:13 +08:00
超级老白兔
a3af9de4a9 Update typeId in login parameters to a fixed value for consistency in Login component. 2025-11-06 10:21:53 +08:00
超级老白兔
e467a8e6e0 Add typeId to login parameters for session verification in Login component. 2025-11-06 10:20:39 +08:00
wong
46c67e3bfd Merge branch 'develop' of https://gitee.com/cunkebao/cunkebao_v3 into develop 2025-11-05 16:06:02 +08:00
wong
a6e39c32c1 代码优化 2025-11-05 16:05:45 +08:00
超级老白兔
fa802b50ad Add 404 Not Found route to the router configuration to handle unmatched paths. 2025-11-05 10:37:39 +08:00
超级老白兔
e163ada783 Merge branch 'develop' into yongpxu-dev 2025-11-04 19:34:12 +08:00
超级老白兔
888e2b376a Merge branch 'yongpxu-dev' into yongpxu-dev2 2025-11-04 19:33:36 +08:00
wong
adc22c7d19 代码提交 2025-11-04 17:48:51 +08:00
超级老白兔
ac605baa24 Refactor 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
超级老白兔
05c5915e7b Add 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
wong
a4060fec1b 代码提交 2025-11-03 14:42:16 +08:00
wong
469ab4a085 门店端优化 2025-11-03 14:07:15 +08:00
wong
367a76a54f 代码提交优化 2025-11-03 14:06:58 +08:00
超级老白兔
998e65d98d Update WebSocket configuration to use environment variable for URL instead of hardcoded value. 2025-11-03 10:31:31 +08:00
超级老白兔
a8ba45c08a Merge branch 'yongpxu-dev' of https://gitee.com/cunkebao/cunkebao_v3 into yongpxu-dev 2025-11-03 10:11:16 +08:00
超级老白兔
055b300c5a Update API URLs in development and production environment files to new server endpoints for consistency across environments. 2025-11-03 10:11:12 +08:00
超级老白兔
baf389ec65 Merge branch 'yongpxu-dev' into yongpxu-dev2 2025-11-03 10:04:09 +08:00
超级老白兔
ca7a2e954f Implement 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
超级老白兔
eada5fe8b1 Refactor 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
超级老白兔
fe347965ff Enhance 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
超级老白兔
8d017ed2cb Integrate 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
超级老白兔
eafca9ae85 Replace 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
超级老白兔
990c7a2693 Refactor 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
超级老白兔
da87f9a865 Refactor 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
超级老白兔
515c85e600 Enhance 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
超级老白兔
6b3948d454 Refactor 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
wong
e3afa24795 代码优化 2025-10-30 11:41:22 +08:00
wong
903a29ed09 app更新提示 2025-10-30 10:58:45 +08:00
超级老白兔
6a64e3854c Refactor 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
超级老白兔
0d1d082d9e Add 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
wong
8ae8e66a3a 代码优化 2025-10-29 15:48:48 +08:00
wong
f684c4cb3f 代码提交 2025-10-29 15:31:43 +08:00