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
15
layouts/docs.vue
Normal file
15
layouts/docs.vue
Normal file
|
@ -0,0 +1,15 @@
|
|||
<script setup lang="ts">
|
||||
import Navigation from "~/components/navigation.vue";
|
||||
import Footer from "~/components/footer.vue";
|
||||
</script>
|
||||
<template>
|
||||
<nav>
|
||||
<Navigation />
|
||||
</nav>
|
||||
<main class="pt-[60px]">
|
||||
<slot />
|
||||
</main>
|
||||
<footer>
|
||||
<Footer />
|
||||
</footer>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue