From f29ea9c38d85a28eeb5404e00048130764a83d38 Mon Sep 17 00:00:00 2001 From: AsyncFox Date: Mon, 22 Jul 2024 21:02:42 +0800 Subject: [PATCH] wip: content draft --- components/ContentItem.vue | 25 +++++++++++++++++++++++++ components/LoadingAnimation.vue | 17 +++++++++++++++++ components/LoadingPing.vue | 26 ++++++++++++++++++++++++++ components/NavBar.vue | 8 ++++---- components/OrgStructure.vue | 32 ++++++++++++++++++++++++++++++++ components/OrgStructureItem.vue | 25 +++++++++++++++++++++++++ layouts/default.vue | 1 + pages/index.vue | 23 +++++++++++++++++++++-- public/anim-text.svg | 12 ++++++++++++ 9 files changed, 163 insertions(+), 6 deletions(-) create mode 100644 components/ContentItem.vue create mode 100644 components/LoadingAnimation.vue create mode 100644 components/LoadingPing.vue create mode 100644 components/OrgStructure.vue create mode 100644 components/OrgStructureItem.vue create mode 100644 public/anim-text.svg diff --git a/components/ContentItem.vue b/components/ContentItem.vue new file mode 100644 index 0000000..199f45b --- /dev/null +++ b/components/ContentItem.vue @@ -0,0 +1,25 @@ + + + diff --git a/components/LoadingAnimation.vue b/components/LoadingAnimation.vue new file mode 100644 index 0000000..f7650cf --- /dev/null +++ b/components/LoadingAnimation.vue @@ -0,0 +1,17 @@ + + + diff --git a/components/LoadingPing.vue b/components/LoadingPing.vue new file mode 100644 index 0000000..12831f8 --- /dev/null +++ b/components/LoadingPing.vue @@ -0,0 +1,26 @@ + diff --git a/components/NavBar.vue b/components/NavBar.vue index fa2e929..a08a906 100644 --- a/components/NavBar.vue +++ b/components/NavBar.vue @@ -1,11 +1,11 @@