mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
It's so bad that it works... AI: feat: update environment variables in .env.example; enhance chatbot and hotnews components; improve sources layout and image handling; add new logo assets
This commit is contained in:
parent
34a0868b26
commit
5d77b2770d
13 changed files with 168 additions and 47 deletions
|
@ -12,18 +12,20 @@ onMounted(() => {
|
|||
<template>
|
||||
<div class="justify-center align-center text-center flex flex-col">
|
||||
<div class="flex flex-row justify-between">
|
||||
<div>Chat Name</div>
|
||||
<div>Chat Name</div>
|
||||
<div class="flex flex-row justify-center align-center text-center">
|
||||
<div class="flex flex-row justify-center align-center text-center gap-2">
|
||||
<button class="p-2 rounded-lg hover:bg-gray-300">
|
||||
<History class="h-4 w-4" />
|
||||
</button>
|
||||
<button class="p-2 rounded-lg hover:bg-gray-300">
|
||||
<Plus class="h-4 w-4" />
|
||||
</button>
|
||||
<div
|
||||
class="flex flex-row justify-center align-center text-center gap-2"
|
||||
>
|
||||
<button class="p-2 rounded-lg hover:bg-gray-300">
|
||||
<History class="h-4 w-4" />
|
||||
</button>
|
||||
<button class="p-2 rounded-lg hover:bg-gray-300">
|
||||
<Plus class="h-4 w-4" />
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
<hr />
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue