mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 00:01:03 +08:00
Switch back.
This commit is contained in:
parent
4744145bc9
commit
ed42dde9ba
@ -10,7 +10,6 @@ try {
|
|||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Error:", error);
|
console.error("Error:", error);
|
||||||
}
|
}
|
||||||
const title = ref("Hot News");
|
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
|
@ -79,7 +79,7 @@ onMounted(() => {
|
|||||||
<div
|
<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]"
|
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>
|
<h2 class="text-xl font-bold">Why?</h2>
|
||||||
<span class="text-sm"
|
<span class="text-sm"
|
||||||
>{{ t("home.whydes")}}</span
|
>{{ t("home.whydes")}}</span
|
||||||
@ -88,7 +88,7 @@ onMounted(() => {
|
|||||||
<div
|
<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]"
|
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>
|
<h2 class="text-xl font-bold">How?</h2>
|
||||||
<span class="text-sm"
|
<span class="text-sm"
|
||||||
>{{ t("home.howdes")}}</span
|
>{{ t("home.howdes")}}</span
|
||||||
|
Loading…
x
Reference in New Issue
Block a user