mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Add logic to store hidden windows.
This commit is contained in:
parent
b21c881455
commit
10158a390c
3 changed files with 82 additions and 71 deletions
|
@ -262,9 +262,9 @@ const openPublisher = (text: string) => {};
|
|||
<div>
|
||||
<div>
|
||||
<h3 class="text-lg">類似文章</h3>
|
||||
<div v-if="findRel(item.title).length > 0" class="space-y-2">
|
||||
<div v-if="useArgFindRel(item.title).length > 0" class="space-y-2">
|
||||
<div
|
||||
v-for="similar in findRel(item.title)"
|
||||
v-for="similar in useArgFindRel(item.title)"
|
||||
:key="similar.item.id"
|
||||
class="p-2 bg-gray-100 rounded text-sm cursor-pointer hover:bg-gray-200"
|
||||
@click="openNews(similar.item.url.hash)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue