Add new translations and chatbot window

- Updated English and Traditional Chinese translations to include "search", "chatbot", and "starred".
- Added "chatbot" menu item to the desktop application.
- Refactored window management functions for better clarity and organization.
- Created a new chatbot component with a basic template.
This commit is contained in:
yuanhau 2025-05-13 00:18:19 +08:00
parent a06e696e24
commit f89e6aaa48
5 changed files with 111 additions and 114 deletions

View file

@ -0,0 +1,5 @@
<template>
<div class="justify-center align-center text-center flex flex-col">
</div>
</template>