diff --git a/client/src/views/home/index.vue b/client/src/views/home/index.vue index 1d2d859..6004b71 100644 --- a/client/src/views/home/index.vue +++ b/client/src/views/home/index.vue @@ -34,10 +34,12 @@ const checkinDays = computed(() => { }) const features = [ - { label: 'ćĺé¤', bg: '#fff0f4', color: '#f43f5e', icon: 'đą', path: '/meal' }, - { label: 'ćĺĄĺ ', bg: '#eff6ff', color: '#3b82f6', icon: 'đ', path: '/service/orders' }, - { label: 'ć¤ç莰ĺ˝', bg: '#fffbeb', color: '#f59e0b', icon: 'đŠş', path: '/care/records' }, - { label: 'ćçćĺŤ', bg: '#f5f3ff', color: '#8b5cf6', icon: 'đŠ', path: '/nanny' }, + { label: 'ćĺé¤', bg: '#fff0f4', color: '#f43f5e', icon: 'food-o', path: '/meal' }, + { label: 'ć¤ç莰ĺ˝', bg: '#fffbeb', color: '#f59e0b', icon: 'notes-o', path: '/care/records' }, + { label: 'ĺĽĺşˇćĄŁćĄ', bg: '#f0fdf4', color: '#10b981', icon: 'records-o', path: '/grow' }, + { label: 'ćĺĄĺ ', bg: '#eff6ff', color: '#3b82f6', icon: 'gift-o', path: '/service/orders' }, + { label: 'ćçćĺŤ', bg: '#f5f3ff', color: '#8b5cf6', icon: 'manager-o', path: '/nanny' }, + { label: 'č´Śćˇä˝é˘', bg: '#fff7ed', color: '#f97316', icon: 'balance-o', path: '/account' }, ] const today = new Date().toLocaleDateString('zh-CN', { year: 'numeric', month: 'long', day: 'numeric' }) @@ -84,7 +86,7 @@ const today = new Date().toLocaleDateString('zh-CN', { year: 'numeric', month: ' - +