feat: enhance localization by adding new app strings and descriptions; implement sources window for news sources display

This commit is contained in:
yuanhau 2025-05-12 13:53:11 +08:00
parent 3f60015b82
commit 26d3998a70
6 changed files with 86 additions and 9 deletions

View file

@ -79,7 +79,7 @@ onMounted(() => {
<h1 class="text-8xl mt-0">🤔</h1>
<h2 class="text-xl font-bold">Why?</h2>
<span class="text-sm"
>台灣的新聞是要痲是來自中國控制的媒體或是來自只想獲得點閱的記者</span
>{{ t("home.whydes")}}</span
>
</div>
<div
@ -88,8 +88,7 @@ onMounted(() => {
<h1 class="text-8xl mt-0">🧐</h1>
<h2 class="text-xl font-bold">How?</h2>
<span class="text-sm"
>We use web scraping to search for the latest news, and store it into
a postgres database.</span
>{{ t("home.howdes")}}</span
>
</div>
</div>