Commit Graph

3 Commits

Author SHA1 Message Date
qianlifeng 8e5adf7c5c
feat(ui): enhance input method switching on query box focus
* Updated the input method switch logic to trigger when the query box gains focus.
* Improved user experience by providing clearer instructions in the UI language files.
* Added a new API endpoint for handling query box focus events.
* Implemented caching for image rendering to reduce flickering during refreshes.
2025-05-26 09:22:22 +08:00
qianlifeng 8def1436f8
feat(ai): improve AI command response rendering with markdown quote processing
- Add processThinkingTags function to convert <think> tags to markdown quotes
- Update AI command and selection query methods to use new processing
- Enhance preview rendering for AI-generated content
- Improve i18n translation method for answering status
2025-02-25 15:24:15 +08:00
qianlifeng 975b268f9b
Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00