diff --git a/src/views/welcome/components/Chart.vue b/src/views/welcome/components/Chart.vue new file mode 100644 index 0000000..9b281fd --- /dev/null +++ b/src/views/welcome/components/Chart.vue @@ -0,0 +1,41 @@ + + + + + diff --git a/src/views/welcome/components/RecentNoteCard.vue b/src/views/welcome/components/RecentNoteCard.vue new file mode 100644 index 0000000..885349e --- /dev/null +++ b/src/views/welcome/components/RecentNoteCard.vue @@ -0,0 +1,27 @@ + + + {{ title }} + + {{ category }} + {{ date }} + + + + {{ tag }} + + + + + + diff --git a/src/views/welcome/components/StatCard.vue b/src/views/welcome/components/StatCard.vue new file mode 100644 index 0000000..ece79f0 --- /dev/null +++ b/src/views/welcome/components/StatCard.vue @@ -0,0 +1,34 @@ + + + + + {{ title }} + + {{ value }} + + + + + + + + + + diff --git a/src/views/welcome/components/TechStack.vue b/src/views/welcome/components/TechStack.vue new file mode 100644 index 0000000..4c28d8d --- /dev/null +++ b/src/views/welcome/components/TechStack.vue @@ -0,0 +1,27 @@ + + + + + {{ item.name }} + {{ item.progress }}% + + + + + + + + + diff --git a/src/views/welcome/index.vue b/src/views/welcome/index.vue index 1ff2073..445f1c5 100644 --- a/src/views/welcome/index.vue +++ b/src/views/welcome/index.vue @@ -1,14 +1,234 @@ - - - 首页 - +
{{ title }}