From a89ba7b6c9bb15d18c95b65ef748e656c3f81916 Mon Sep 17 00:00:00 2001 From: Mohan Date: Wed, 12 Aug 2026 15:29:15 +0800 Subject: [PATCH] feat(component): add texture identity and loading parts --- src/components/SongDisclaimer.vue | 22 +++++++ src/components/SongLoading.vue | 105 ++++++++++++++++++++++++++++++ src/components/SongLogo.vue | 30 +++++++++ src/components/SongScrim.vue | 105 ++++++++++++++++++++++++++++++ src/components/SongSeal.vue | 82 +++++++++++++++++++++++ 5 files changed, 344 insertions(+) create mode 100644 src/components/SongDisclaimer.vue create mode 100644 src/components/SongLoading.vue create mode 100644 src/components/SongLogo.vue create mode 100644 src/components/SongScrim.vue create mode 100644 src/components/SongSeal.vue diff --git a/src/components/SongDisclaimer.vue b/src/components/SongDisclaimer.vue new file mode 100644 index 0000000..5071208 --- /dev/null +++ b/src/components/SongDisclaimer.vue @@ -0,0 +1,22 @@ + + + + + \ No newline at end of file diff --git a/src/components/SongLoading.vue b/src/components/SongLoading.vue new file mode 100644 index 0000000..573f8f5 --- /dev/null +++ b/src/components/SongLoading.vue @@ -0,0 +1,105 @@ + + + + + \ No newline at end of file diff --git a/src/components/SongLogo.vue b/src/components/SongLogo.vue new file mode 100644 index 0000000..a4afd04 --- /dev/null +++ b/src/components/SongLogo.vue @@ -0,0 +1,30 @@ + + + + + \ No newline at end of file diff --git a/src/components/SongScrim.vue b/src/components/SongScrim.vue new file mode 100644 index 0000000..824e9ee --- /dev/null +++ b/src/components/SongScrim.vue @@ -0,0 +1,105 @@ + + + + + \ No newline at end of file diff --git a/src/components/SongSeal.vue b/src/components/SongSeal.vue new file mode 100644 index 0000000..dfb78b7 --- /dev/null +++ b/src/components/SongSeal.vue @@ -0,0 +1,82 @@ + + + + + \ No newline at end of file