From 3360483a275a06d2c5698d6f74bc1e58517129b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BD=A9=E8=BE=95=E9=BE=99=E5=84=BF?= Date: Mon, 5 Feb 2024 16:17:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=9C=80=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E5=B9=B6=E4=BF=AE=E6=94=B9=E6=88=90=E9=80=82?= =?UTF-8?q?=E5=90=88=E8=87=AA=E5=B7=B1=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 102 ++++++++++++++------------------------ pnpm-lock.yaml | 8 +-- src/assets/siteLinks.json | 24 ++++----- src/components/Links.vue | 3 +- 4 files changed, 54 insertions(+), 83 deletions(-) diff --git a/index.html b/index.html index de8d772..2eb0c32 100644 --- a/index.html +++ b/index.html @@ -1,69 +1,39 @@ - + + + + + + + + + + + + + + + %VITE_SITE_NAME% + + + + + + + - - - - - - - - - - - - - - <%- title %> - - - - - - - - <% if (tongji) { %> - - - <% } %> - - - - -
-
-
-
-
-
-
-
-
-
-

<%- title %>

- 加载中 -
-
-
- -
- - - - - + + +
+ + + + \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0df02ef..fe6f66b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,9 +1,5 @@ lockfileVersion: '6.0' -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - dependencies: '@worstone/vue-aplayer': specifier: ^1.0.6 @@ -4457,3 +4453,7 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} dev: true + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false diff --git a/src/assets/siteLinks.json b/src/assets/siteLinks.json index 13870c8..791512f 100644 --- a/src/assets/siteLinks.json +++ b/src/assets/siteLinks.json @@ -1,13 +1,13 @@ [ { "icon": "Blog", - "name": "halo博客", + "name": "halo2博客", "link": "https://blog.huangge1199.cn/" }, { "icon": "Blog", - "name": "wordpress", - "link": "https://site.huangge1199.cn/" + "name": "halo-plus博客", + "link": "https://halo.huangge1199.cn/" }, { "icon": "Blog", @@ -15,18 +15,18 @@ "link": "https://hexo.huangge1199.cn/" }, { - "icon": "Cloud", - "name": "网盘", - "link": "https://pan.huangge1199.cn/" + "icon": "Video", + "name": "视频网站", + "link": "https://cms.huangge1199.cn/" }, { - "icon": "CompactDisc", - "name": "视频", - "link": "http://s2.s100.vip:7911/" + "icon": "LaptopCode", + "name": "友链站点监测", + "link": "https://console.huangge1199.cn/status/friends" }, { - "icon": "Compass", - "name": "小说", - "link": "http://s2.s100.vip:33376/" + "icon": "Book", + "name": "小说网站", + "link": "https://hexo.huangge1199.cn/" } ] diff --git a/src/components/Links.vue b/src/components/Links.vue index f7c9645..4d42502 100644 --- a/src/components/Links.vue +++ b/src/components/Links.vue @@ -43,7 +43,7 @@