style: 设置前端logo样式

This commit is contained in:
ccnetcore
2025-06-20 00:06:10 +08:00
parent a89e11d132
commit 4341b8a24b
6 changed files with 8 additions and 7 deletions

View File

@@ -7,15 +7,16 @@ import { useUserStore } from '@/stores';
const greeting = useTimeGreeting();
const userStore = useUserStore();
const username = computed(() => userStore.userInfo?.username ?? '我是 Element Plus X');
const username = computed(() => userStore.userInfo?.username ?? '意心Ai一心一意只为打造更良心的AI平台');
</script>
<template>
<div
class="welcome-text w-full flex flex-wrap items-center justify-center text-center text-lg font-semibold mb-32px mt-12px font-size-32px line-height-32px"
>
<!-- :content="`${greeting}好,${username}`"-->
<Typewriter
:content="`${greeting}好,${username}`"
:content="`${username}`"
:typing="{
step: 2,
interval: 45,