feat: restructure mobile template for better layout and user guidance; remove unused emoji converter from home component

This commit is contained in:
yuanhau 2025-05-12 19:07:04 +08:00
parent ed42dde9ba
commit 71aac20c36
2 changed files with 6 additions and 4 deletions

View file

@ -1,5 +1,4 @@
<script setup lang="ts">
import EmojiConvertor from "emoji-js";
import { gsap } from "gsap";
import { TextPlugin } from "gsap/TextPlugin";
gsap.registerPlugin(TextPlugin);
@ -16,8 +15,6 @@ const messages = [
"BlindSpec",
];
const emoji = new EmojiConvertor();
onMounted(() => {
const tl = gsap.timeline({ repeat: -1 });
messages.forEach((message) => {