Add I18N into the confirm quit option & you can now view articles from clicking on the "View article" button (but for now you can not view dynamic articles & also chnaged the path from /_assets/ to /n3a_assets/ & Made the title as the navbar thing

This commit is contained in:
yuanhau 2025-05-29 15:32:10 +08:00
parent 10158a390c
commit 937f8ad531
6 changed files with 87 additions and 46 deletions

View file

@ -44,7 +44,7 @@ const aiSummary = async () => {
<UserIcon class="w-7 h-7 p-1" />{{ data.author }}</span
>
</div>
<div class="p-4 w-full h-fit pt-0 mt-0">
<div class="p-4 w-full h-fit pt-0 mt-0">
<img v-if="data.images[0]" :src="data.images[0]" class="rounded" />
</div>
<div class="text-center" v-for="item in data.paragraph">{{ item }}</div>