mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Update docs.
This commit is contained in:
parent
a4ccad0989
commit
7057f8293d
7 changed files with 37 additions and 15 deletions
|
@ -9,6 +9,7 @@ const activateAiSummary = ref(false);
|
|||
const isGenerating = ref(false);
|
||||
const summaryText = ref("");
|
||||
const { locale } = useI18n();
|
||||
const likeart = ref([]);
|
||||
const aiSummary = async () => {
|
||||
activateAiSummary.value = true;
|
||||
isGenerating.value = true;
|
||||
|
@ -57,6 +58,15 @@ const aiSummary = async () => {
|
|||
</button>
|
||||
<div v-else>{{ summaryText }}</div>
|
||||
</div>
|
||||
<div class="flex flex-col bg-gray-500">
|
||||
<div class="flex flex-row" v-for="item in likeart">
|
||||
<img /><!--Image-->
|
||||
<div class="flex flex-col">
|
||||
<h2>title</h2>
|
||||
<span>description</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue