Remove stuff

This commit is contained in:
吳元皓 2025-05-12 14:54:51 +08:00
parent 98869d5fce
commit 4744145bc9

View File

@ -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"
> >
&nbsp;- 疑似來自有中資背景公司 &nbsp;- 疑似來自有中資背景公司
</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"
> >
&nbsp;- 疑似來自有中資背景公司 &nbsp;- 疑似來自有中資背景公司
</span> </span>-->
</li> </li>
</ul> </ul>
</div> </div>