style: 设置前端logo样式
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user