Switch back.

This commit is contained in:
吳元皓 2025-05-12 15:53:08 +08:00
parent 4744145bc9
commit ed42dde9ba
2 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,6 @@ try {
} catch (error) {
console.error("Error:", error);
}
const title = ref("Hot News");
</script>
<template>
<div

View File

@ -79,7 +79,7 @@ onMounted(() => {
<div
class="flex flex-col justify-center items-center align-middle bg-[#C9C9C9]/60 rounded-xl shadow-lg p-5 m-5 w-[300px] h-[200px]"
>
<h1 class="text-8xl mt-0">{{ emoji.replace_colons(':thinking_face:') }}</h1>
<h1 class="text-8xl mt-0">🤔</h1>
<h2 class="text-xl font-bold">Why?</h2>
<span class="text-sm"
>{{ t("home.whydes")}}</span
@ -88,7 +88,7 @@ onMounted(() => {
<div
class="flex flex-col justify-center items-center align-middle bg-[#C9C9C9]/60 rounded-xl shadow-lg p-5 m-5 w-[300px] h-[200px]"
>
<h1 class="text-8xl mt-0">{{ emoji.replace_colons(':face_with_monocle:') }}</h1>
<h1 class="text-8xl mt-0">🧐</h1>
<h2 class="text-xl font-bold">How?</h2>
<span class="text-sm"
>{{ t("home.howdes")}}</span