feat: 首页指标卡

This commit is contained in:
砂糖
2025-09-17 17:16:22 +08:00
parent 0fe77fa3c5
commit d0cba7660b
3 changed files with 216 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
<!-- 第一行头像+欢迎语 -->
<UserGreeting />
<Statistic />
<!-- 全部应用 -->
<AllApplications @addFavorites="handleAddFavorites" />
</div>
@@ -11,6 +13,7 @@
<script setup>
import AllApplications from '@/components/AllApplications.vue';
import UserGreeting from '@/views/components/Hello.vue';
import Statistic from '@/views/components/Statistic.vue';
</script>
<style scoped>