From 36e9335b2f472abffdadd08cf177f67f3dd00026 Mon Sep 17 00:00:00 2001 From: Candice <2675190448@qq.com> Date: Wed, 13 Aug 2025 16:22:15 +0800 Subject: [PATCH] initIndex --- components/diamondLine/diamondLine.vue | 46 ++ components/triangleTag/triangleTag.vue | 87 +++ pages/index/index.vue | 753 ++++++++++++++++++++++++- pages/my/index.vue | 5 +- static/flightening.png | Bin 0 -> 1460 bytes static/giftIcon.png | Bin 0 -> 433 bytes static/index/codeIcon.png | Bin 0 -> 1579 bytes static/index/goShop.png | Bin 0 -> 2743 bytes static/index/goSign.png | Bin 0 -> 3412 bytes static/index/indexBG.png | Bin 0 -> 164500 bytes static/index/userIcon.png | Bin 0 -> 2002 bytes static/rightCircle.png | Bin 0 -> 1028 bytes static/starIcon.png | Bin 0 -> 940 bytes static/tag.png | Bin 0 -> 4874 bytes static/test/test1.png | Bin 0 -> 270067 bytes 15 files changed, 887 insertions(+), 4 deletions(-) create mode 100644 components/diamondLine/diamondLine.vue create mode 100644 components/triangleTag/triangleTag.vue create mode 100644 static/flightening.png create mode 100644 static/giftIcon.png create mode 100644 static/index/codeIcon.png create mode 100644 static/index/goShop.png create mode 100644 static/index/goSign.png create mode 100644 static/index/indexBG.png create mode 100644 static/index/userIcon.png create mode 100644 static/rightCircle.png create mode 100644 static/starIcon.png create mode 100644 static/tag.png create mode 100644 static/test/test1.png diff --git a/components/diamondLine/diamondLine.vue b/components/diamondLine/diamondLine.vue new file mode 100644 index 0000000..5e8ed10 --- /dev/null +++ b/components/diamondLine/diamondLine.vue @@ -0,0 +1,46 @@ + + + + + diff --git a/components/triangleTag/triangleTag.vue b/components/triangleTag/triangleTag.vue new file mode 100644 index 0000000..1924060 --- /dev/null +++ b/components/triangleTag/triangleTag.vue @@ -0,0 +1,87 @@ + + + + + diff --git a/pages/index/index.vue b/pages/index/index.vue index b091f75..aa04477 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,15 +1,764 @@ diff --git a/pages/my/index.vue b/pages/my/index.vue index 240e6f7..d9a0372 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -106,7 +106,7 @@ 签到日历 - + 查看更多 @@ -136,7 +136,8 @@ import { ref } from 'vue' import { useIndexStore } from '../../store'; const indexStore = useIndexStore() -const selectedList = ref([{date: '2025-08-07', info: '+10', data: { custom: '自定义信息', name: '自定义消息头' }}]) +const selectedList = ref([{date: '2025-08-07', info: '+10', data: { custom: '自定义信息', name: '自定义消息头' }}, + {date: '2025-08-13', info: '已签到', data: { custom: '自定义信息', name: '自定义消息头' }}])