diff --git a/app.vue b/app.vue index 451148e..0c2a28f 100644 --- a/app.vue +++ b/app.vue @@ -30,4 +30,20 @@ h6 { margin: 0; padding: 0; } + +@font-face { + font-family: "Douyin Meihao"; + src: url('./assets/fonts/抖音美好体.ttf') format('truetype'); + font-display: swap; + font-weight: 100 200 300 400 500 600 700 800 900; + font-style: normal; +} + +@font-face { + font-family: "Fangzheng Kaiti Jian"; + src: url("./assets/fonts/方正楷体简体.ttf") format("truetype"); + font-display: swap; + font-weight: 100 200 300 400 500 600 700 800 900; + font-style: normal; +} \ No newline at end of file diff --git a/assets/fonts/抖音美好体.ttf b/assets/fonts/抖音美好体.ttf new file mode 100644 index 0000000..eb8555c Binary files /dev/null and b/assets/fonts/抖音美好体.ttf differ diff --git a/assets/fonts/方正楷体简体.ttf b/assets/fonts/方正楷体简体.ttf new file mode 100644 index 0000000..7143eff Binary files /dev/null and b/assets/fonts/方正楷体简体.ttf differ diff --git a/assets/tvstatic.gif b/assets/tvstatic.gif new file mode 100644 index 0000000..6a1cf37 Binary files /dev/null and b/assets/tvstatic.gif differ diff --git a/components/customInput/inputForSearch.vue b/components/customInput/inputForSearch.vue index 6bfc118..7ef29c9 100644 --- a/components/customInput/inputForSearch.vue +++ b/components/customInput/inputForSearch.vue @@ -1,85 +1,92 @@ \ No newline at end of file diff --git a/components/diskInfoList.vue b/components/diskInfoList.vue index 433be01..100d7d3 100644 --- a/components/diskInfoList.vue +++ b/components/diskInfoList.vue @@ -21,19 +21,19 @@ defineProps({
-

+ v-for="(item, i) in sources.flat(Infinity)" :key="i"> +

-
- +
+ aliyun - quark - baidu - xunlei - xunlei + quark + baidu + xunlei + xunlei + AIPAN 提取码:{{ link.pwd }}
diff --git a/components/layout/Footer.vue b/components/layout/Footer.vue index 891dab8..d1a1ac2 100644 --- a/components/layout/Footer.vue +++ b/components/layout/Footer.vue @@ -1,6 +1,6 @@