Commit Graph

6 Commits

Author SHA1 Message Date
kangfenmao 7cedcc144c fix: mini window send message 2025-03-18 14:37:59 +08:00
kangfenmao a9cbbffbe3 refactor: Update message handling and improve Inputbar functionality
- Modified Inputbar to include a new resizeTextArea function for better text area management.
- Adjusted MessageGroup and MessageStream components to remove unnecessary props and streamline message handling.
- Enhanced message dispatching logic in the messages store for improved state management.
- Cleaned up unused imports and code in Message components to enhance readability and maintainability.
2025-03-14 13:41:17 +08:00
kangfenmao bc221904de refactor: unify message model handling across components
- Replaced direct usage of modelId with model object in Message, MessageHeader, MessageMenubar, and TranslatePage components for consistency.
- Introduced getMessageModelId utility function to streamline model retrieval from messages.
- Updated event handling in Messages component to align with new model structure.
- Enhanced code readability and maintainability by reducing redundancy in model handling.
2025-01-22 13:29:21 +08:00
kangfenmao 13ea20083d chore(version): 0.9.11 2025-01-19 20:50:33 +08:00
kangfenmao 30b1d12909 fix: quick assistant bugs 2025-01-19 20:03:45 +08:00
kangfenmao 616a3672ba feat: translate support stream output 2025-01-19 16:56:35 +08:00