mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 15:51:01 +08:00
Remove stuff
This commit is contained in:
parent
98869d5fce
commit
4744145bc9
@ -19,12 +19,12 @@ const title = ref("Hot News");
|
|||||||
>
|
>
|
||||||
<span class="text-xl text-bold text-gray-900"
|
<span class="text-xl text-bold text-gray-900"
|
||||||
>{{ item.title }}
|
>{{ item.title }}
|
||||||
<span
|
<!--<span
|
||||||
v-if="ass.some((app) => item.title.includes(app))"
|
v-if="ass.some((app) => item.title.includes(app))"
|
||||||
class="text-red-500 text-sm"
|
class="text-red-500 text-sm"
|
||||||
>
|
>
|
||||||
- 疑似來自有中資背景公司
|
- 疑似來自有中資背景公司
|
||||||
</span>
|
</span>-->
|
||||||
</span>
|
</span>
|
||||||
<h4 class="text-gray-500 text-sm">
|
<h4 class="text-gray-500 text-sm">
|
||||||
{{ new Date(item.date).toLocaleString() }}
|
{{ new Date(item.date).toLocaleString() }}
|
||||||
@ -50,14 +50,14 @@ const title = ref("Hot News");
|
|||||||
<a :href="'/find/newsOrg?name=' + ititit.content?.[2].content[0]">{{
|
<a :href="'/find/newsOrg?name=' + ititit.content?.[2].content[0]">{{
|
||||||
ititit.content?.[2].content[0]
|
ititit.content?.[2].content[0]
|
||||||
}}</a>
|
}}</a>
|
||||||
<span
|
<!--<span
|
||||||
v-if="
|
v-if="
|
||||||
ass.some((app) => ititit.content?.[2].content[0].includes(app))
|
ass.some((app) => ititit.content?.[2].content[0].includes(app))
|
||||||
"
|
"
|
||||||
class="text-red-500 text-sm"
|
class="text-red-500 text-sm"
|
||||||
>
|
>
|
||||||
- 疑似來自有中資背景公司
|
- 疑似來自有中資背景公司
|
||||||
</span>
|
</span>-->
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user