mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
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:
parent
a06e696e24
commit
f89e6aaa48
5 changed files with 111 additions and 114 deletions
5
components/app/windows/chatbot.vue
Normal file
5
components/app/windows/chatbot.vue
Normal file
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<div class="justify-center align-center text-center flex flex-col">
|
||||
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue