mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 15:51:01 +08:00
feat: restructure mobile template for better layout and user guidance; remove unused emoji converter from home component
This commit is contained in:
parent
ed42dde9ba
commit
71aac20c36
@ -1 +1,6 @@
|
|||||||
<template>目前沒有手機版本</template>
|
<template>
|
||||||
|
<div class="justify-center align-center text-center">
|
||||||
|
<span class="text-6xl text-bold">目前沒有手機版本</span>
|
||||||
|
<span class="text-xl">請使用電腦版</span>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import EmojiConvertor from "emoji-js";
|
|
||||||
import { gsap } from "gsap";
|
import { gsap } from "gsap";
|
||||||
import { TextPlugin } from "gsap/TextPlugin";
|
import { TextPlugin } from "gsap/TextPlugin";
|
||||||
gsap.registerPlugin(TextPlugin);
|
gsap.registerPlugin(TextPlugin);
|
||||||
@ -16,8 +15,6 @@ const messages = [
|
|||||||
"BlindSpec",
|
"BlindSpec",
|
||||||
];
|
];
|
||||||
|
|
||||||
const emoji = new EmojiConvertor();
|
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
const tl = gsap.timeline({ repeat: -1 });
|
const tl = gsap.timeline({ repeat: -1 });
|
||||||
messages.forEach((message) => {
|
messages.forEach((message) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user