From f97d201baaab48b1b7ed04c25ce80e91c4ffd36a Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 08:38:22 +0800 Subject: [PATCH 01/27] Create pnpm-lock.yaml --- .github/workflows/pnpm-lock.yaml | 43 ++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/workflows/pnpm-lock.yaml diff --git a/.github/workflows/pnpm-lock.yaml b/.github/workflows/pnpm-lock.yaml new file mode 100644 index 0000000..b0a0757 --- /dev/null +++ b/.github/workflows/pnpm-lock.yaml @@ -0,0 +1,43 @@ +# Simple workflow for deploying static content to GitHub Pages +name: Deploy static content to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ["dev"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Single deploy job since we're just deploying + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Pages + uses: actions/configure-pages@v5 + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + # Upload entire repository + path: '.' + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 From d7e52b15a0c53df6ef3322240cd3f01b4b66d404 Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 10:44:08 +0800 Subject: [PATCH 02/27] Rename .env.example to .env --- .env.example => .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .env.example => .env (98%) diff --git a/.env.example b/.env similarity index 98% rename from .env.example rename to .env index 5645f5d..05384d5 100644 --- a/.env.example +++ b/.env @@ -48,4 +48,4 @@ VITE_SONG_SERVER = "netease" # 播放类型 ( song-歌曲, playlist-播放列表, album-专辑, search-搜索, artist-艺术家 ) VITE_SONG_TYPE = "playlist" # 播放 ID ( 若无需播放器,请设为空即可 ) -VITE_SONG_ID = "9379831714" \ No newline at end of file +VITE_SONG_ID = "9379831714" From 0ce4dabd76eb44ed5c5baf0e645425d9e6bb6a7a Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 12:37:30 +0800 Subject: [PATCH 03/27] Update siteLinks.json --- src/assets/siteLinks.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/assets/siteLinks.json b/src/assets/siteLinks.json index e29ae50..d69c38f 100644 --- a/src/assets/siteLinks.json +++ b/src/assets/siteLinks.json @@ -28,10 +28,5 @@ "icon": "Fire", "name": "今日热榜", "link": "https://hot.imsyy.top/" - }, - { - "icon": "LaptopCode", - "name": "站点监测", - "link": "https://status.imsyy.top/" } ] From c1a68c1b9f6d6f2d6538cd28b7d942e082cb9965 Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 13:02:16 +0800 Subject: [PATCH 04/27] Update .env --- .env | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.env b/.env index 05384d5..18c49dc 100644 --- a/.env +++ b/.env @@ -1,16 +1,16 @@ # 站点信息 -VITE_SITE_NAME = "無名の主页" # 名称 -VITE_SITE_ANTHOR = "無名" # 作者 -VITE_SITE_KEYWORDS = "無名,个人主页" # 关键词 -VITE_SITE_DES = "一个默默无闻的主页" # 站点简介 -VITE_SITE_URL = "imsyy.top" # 站点地址 +VITE_SITE_NAME = "利都板材&首页" # 名称 +VITE_SITE_ANTHOR = "利都" # 作者 +VITE_SITE_KEYWORDS = "利都板材" # 关键词 +VITE_SITE_DES = "一个家具板材的站点" # 站点简介 +VITE_SITE_URL = "lidu.ltd" # 站点地址 VITE_SITE_LOGO = "/images/icon/favicon.ico" # 站点主图标 VITE_SITE_MAIN_LOGO = "/images/icon/logo.png" # 主页图标 VITE_SITE_APPLE_LOGO = "/images/logo/apple-touch-icon.png" # Apple 端图标 # 简介文本 VITE_DESC_HELLO = "Hello World !" -VITE_DESC_TEXT = "一个建立于 21 世纪的小站,存活于互联网的边缘" +VITE_DESC_TEXT = "一个创建于初创团队的网站,存活于互联网的边缘" VITE_DESC_HELLO_OTHER = "Oops !" VITE_DESC_TEXT_OTHER = "哎呀,这都被你发现了( 再点击一次可关闭 )" @@ -26,16 +26,16 @@ VITE_DESC_TEXT_OTHER = "哎呀,这都被你发现了( 再点击一次可关 ## 请注意不是 Web端 (JS API),免费申请,每日上限 5000 次 ## 此处提供的服务可能会超量从而无法访问,请自行申请!请自行申请!请自行申请! ## 若此处设为空则调用 教书先生 API https://api.oioweb.cn/doc/weather/GetWeather -VITE_WEATHER_KEY = "" +VITE_WEATHER_KEY = "b7babf8898c0ff2c233af045ad2e7581" # 建站日期 ## 若不需要,请设为空即可 ## 请按照 YYYY-MM-DD 格式填写或者仅填写年份 YYYY -VITE_SITE_START = "2020-10-24" +VITE_SITE_START = "2024-05-06" # ICP 备案号 ## 若不需要,请设为空即可 -VITE_SITE_ICP = "豫ICP备2022018134号-1" +VITE_SITE_ICP = "" # 歌曲 API 地址 ## 请参照 https://github.com/xizeyoupan/Meting-API#deno-deploy 进行 API 服务部署 From 1405b04ad7f904bbfc42b1df3dbd6335f6ffd263 Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 13:17:01 +0800 Subject: [PATCH 05/27] Update siteLinks.json --- src/assets/siteLinks.json | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/src/assets/siteLinks.json b/src/assets/siteLinks.json index d69c38f..b2ae1ea 100644 --- a/src/assets/siteLinks.json +++ b/src/assets/siteLinks.json @@ -1,32 +1,22 @@ [ { "icon": "Blog", - "name": "博客", - "link": "https://blog.imsyy.top/" + "name": "行业动态", + "link": "https://blog.lidu.ltd/" }, { "icon": "Cloud", - "name": "网盘", - "link": "https://pan.imsyy.top/" + "name": "产品中心", + "link": "https://product.lidu.ltd/" }, { "icon": "CompactDisc", - "name": "音乐", - "link": "https://music.imsyy.top/" + "name": "文件中心", + "link": "https://pan.lidu.ltd/" }, { - "icon": "Compass", - "name": "起始页", - "link": "https://nav.imsyy.top/" - }, - { - "icon": "Book", - "name": "网址集", - "link": "https://web.imsyy.top/" - }, - { - "icon": "Fire", - "name": "今日热榜", - "link": "https://hot.imsyy.top/" + "icon": "CompactDisc", + "name": "联系我们", + "link": "https://contact.lidu.ltd/" } ] From 44eacb08185658cd4e27ba519a68d9a0c94cae92 Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 13:20:21 +0800 Subject: [PATCH 06/27] Update siteLinks.json --- src/assets/siteLinks.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/assets/siteLinks.json b/src/assets/siteLinks.json index b2ae1ea..27a4145 100644 --- a/src/assets/siteLinks.json +++ b/src/assets/siteLinks.json @@ -9,11 +9,6 @@ "name": "产品中心", "link": "https://product.lidu.ltd/" }, - { - "icon": "CompactDisc", - "name": "文件中心", - "link": "https://pan.lidu.ltd/" - }, { "icon": "CompactDisc", "name": "联系我们", From 1fb15a525230579e9054a95dfffbc1697342deb9 Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 13:52:00 +0800 Subject: [PATCH 07/27] Update siteLinks.json --- src/assets/siteLinks.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/assets/siteLinks.json b/src/assets/siteLinks.json index 27a4145..3ee22e3 100644 --- a/src/assets/siteLinks.json +++ b/src/assets/siteLinks.json @@ -1,4 +1,19 @@ [ + { + "icon": "Blog", + "name": "行业动态", + "link": "https://blog.lidu.ltd/" + }, + { + "icon": "Cloud", + "name": "产品中心", + "link": "https://product.lidu.ltd/" + }, + { + "icon": "CompactDisc", + "name": "联系我们", + "link": "https://contact.lidu.ltd/" + }, { "icon": "Blog", "name": "行业动态", From 6518f2bdf673d22b2a5bbe318067ef1e7c74d251 Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 14:02:13 +0800 Subject: [PATCH 08/27] Update socialLinks.json --- src/assets/socialLinks.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/assets/socialLinks.json b/src/assets/socialLinks.json index 7865332..a10ed1c 100644 --- a/src/assets/socialLinks.json +++ b/src/assets/socialLinks.json @@ -1,21 +1,21 @@ [ { - "name": "Github", + "name": "tiktok", "icon": "/images/icon/github.png", - "tip": "去 Github 看看", - "url": "https://github.com/imsyy" + "tip": "去 抖音 看看", + "url": "https://douyin.com/liduwood" }, { - "name": "BiliBili", + "name": "weixin", "icon": "/images/icon/bilibili.png", - "tip": "(゜-゜)つロ 干杯 ~", - "url": "https://space.bilibili.com/98544142" + "tip": "微信联系", + "url": "https://weixin.com/liduwood" }, { "name": "QQ", "icon": "/images/icon/qq.png", - "tip": "有什么事吗", - "url": "https://res.abeim.cn/api/qq/?qq=1539250352" + "tip": "QQ上联系下~", + "url": "https://res.abeim.cn/api/qq/?qq=8278086" }, { "name": "Email", From 62901f622d560ace00f134e71541f65c466c7f4d Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 14:05:37 +0800 Subject: [PATCH 09/27] Update .env --- .env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 18c49dc..2f9c23c 100644 --- a/.env +++ b/.env @@ -9,10 +9,10 @@ VITE_SITE_MAIN_LOGO = "/images/icon/logo.png" # 主页图标 VITE_SITE_APPLE_LOGO = "/images/logo/apple-touch-icon.png" # Apple 端图标 # 简介文本 -VITE_DESC_HELLO = "Hello World !" -VITE_DESC_TEXT = "一个创建于初创团队的网站,存活于互联网的边缘" -VITE_DESC_HELLO_OTHER = "Oops !" -VITE_DESC_TEXT_OTHER = "哎呀,这都被你发现了( 再点击一次可关闭 )" +# VITE_DESC_HELLO = "Hello World !" +# VITE_DESC_TEXT = "一个创建于初创团队的网站,存活于互联网的边缘" +# VITE_DESC_HELLO_OTHER = "Oops !" +# VITE_DESC_TEXT_OTHER = "哎呀,这都被你发现了( 再点击一次可关闭 )" # 社交链接 ## 请在 src/assets/socialLinks.json 文件中配置 From a0d52e379056ab6cee8321d0a89f4bf6095bbb7c Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 14:13:53 +0800 Subject: [PATCH 10/27] Update siteLinks.json --- src/assets/siteLinks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/siteLinks.json b/src/assets/siteLinks.json index 3ee22e3..19e5800 100644 --- a/src/assets/siteLinks.json +++ b/src/assets/siteLinks.json @@ -6,8 +6,8 @@ }, { "icon": "Cloud", - "name": "产品中心", - "link": "https://product.lidu.ltd/" + "name": "音乐", + "link": "https://music.lidu.ltd:20000/" }, { "icon": "CompactDisc", From d6282b576431baeb80a722acad260f41b398185a Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 14:19:52 +0800 Subject: [PATCH 11/27] Update siteLinks.json --- src/assets/siteLinks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/siteLinks.json b/src/assets/siteLinks.json index 19e5800..c17374d 100644 --- a/src/assets/siteLinks.json +++ b/src/assets/siteLinks.json @@ -7,7 +7,7 @@ { "icon": "Cloud", "name": "音乐", - "link": "https://music.lidu.ltd:20000/" + "link": "https://music.lidu.ltd:10000/" }, { "icon": "CompactDisc", From fea1553de63dbd7dc0959a1cde69348d493d080f Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 14:27:58 +0800 Subject: [PATCH 12/27] Update siteLinks.json --- src/assets/siteLinks.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/assets/siteLinks.json b/src/assets/siteLinks.json index c17374d..0f778c3 100644 --- a/src/assets/siteLinks.json +++ b/src/assets/siteLinks.json @@ -1,8 +1,8 @@ [ { "icon": "Blog", - "name": "行业动态", - "link": "https://blog.lidu.ltd/" + "name": "语雀文档", + "link": "https://lidu.yuque.com/tbti1f" }, { "icon": "Cloud", @@ -11,8 +11,8 @@ }, { "icon": "CompactDisc", - "name": "联系我们", - "link": "https://contact.lidu.ltd/" + "name": "网盘", + "link": "https://pan.lidu.ltd/" }, { "icon": "Blog", From 11ad9504372b6e8f9e13b36cc54dfed15df7ac7c Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 14:46:55 +0800 Subject: [PATCH 13/27] Update .env --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 2f9c23c..d802329 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # 站点信息 -VITE_SITE_NAME = "利都板材&首页" # 名称 +VITE_SITE_NAME = "利都板材" # 名称 VITE_SITE_ANTHOR = "利都" # 作者 VITE_SITE_KEYWORDS = "利都板材" # 关键词 VITE_SITE_DES = "一个家具板材的站点" # 站点简介 From 649d879d4991e1f16c70e2d24cc78fbaf4319909 Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 14:47:20 +0800 Subject: [PATCH 14/27] Update .env --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index d802329..9a7215d 100644 --- a/.env +++ b/.env @@ -10,7 +10,7 @@ VITE_SITE_APPLE_LOGO = "/images/logo/apple-touch-icon.png" # Apple 端图标 # 简介文本 # VITE_DESC_HELLO = "Hello World !" -# VITE_DESC_TEXT = "一个创建于初创团队的网站,存活于互联网的边缘" +VITE_DESC_TEXT = "一个创建于初创团队的网站,存活于互联网的边缘" # VITE_DESC_HELLO_OTHER = "Oops !" # VITE_DESC_TEXT_OTHER = "哎呀,这都被你发现了( 再点击一次可关闭 )" From 3496797f8cb44b7377081b67e6dbf9048a8051c4 Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 14:49:02 +0800 Subject: [PATCH 15/27] Update LICENSE --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index ddd82dc..5fc62a4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 imsyy +Copyright (c) 2022 lidu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. From 02b02ce83a6278b4fb1956674d14cc8f75a7347a Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 15:36:54 +0800 Subject: [PATCH 16/27] Update Footer.vue --- src/components/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index f90a1bf..49dd8c8 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -51,7 +51,7 @@ const siteIcp = ref(import.meta.env.VITE_SITE_ICP); const siteAnthor = ref(import.meta.env.VITE_SITE_ANTHOR); const siteUrl = computed(() => { const url = import.meta.env.VITE_SITE_URL; - if (!url) return "https://www.imsyy.top"; + if (!url) return "https://www.lidu.ltd"; // 判断协议前缀 if (!url.startsWith("http://") && !url.startsWith("https://")) { return "//" + url; From 81107dc047e24e6cdc4c34173c0de91c55c8de86 Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 15:49:37 +0800 Subject: [PATCH 17/27] Update Footer.vue --- src/components/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 49dd8c8..cd067f1 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -51,7 +51,7 @@ const siteIcp = ref(import.meta.env.VITE_SITE_ICP); const siteAnthor = ref(import.meta.env.VITE_SITE_ANTHOR); const siteUrl = computed(() => { const url = import.meta.env.VITE_SITE_URL; - if (!url) return "https://www.lidu.ltd"; + if (!url) return "https://p.lidu.ltd"; // 判断协议前缀 if (!url.startsWith("http://") && !url.startsWith("https://")) { return "//" + url; From cab02a74660247d984ae73ba0696ff31679ee84b Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 15:52:10 +0800 Subject: [PATCH 18/27] Update Footer.vue --- src/components/Footer.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index cd067f1..33e45a3 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -14,9 +14,14 @@ From 75b4a212e9b064c40039fde58f1857ce4dbf13b2 Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 15:53:33 +0800 Subject: [PATCH 19/27] Update Footer.vue --- src/components/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 33e45a3..77de959 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -16,7 +16,7 @@ & Made by - - From 5aaeb25ef16a849384c13f885c8f24e11f50eb4b Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 16:02:35 +0800 Subject: [PATCH 21/27] Update index.vue --- src/views/MoreSet/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/MoreSet/index.vue b/src/views/MoreSet/index.vue index 64d96e8..9e8f689 100644 --- a/src/views/MoreSet/index.vue +++ b/src/views/MoreSet/index.vue @@ -63,7 +63,7 @@ const closeShow = ref(false); // 站点链接 const siteUrl = computed(() => { const url = import.meta.env.VITE_SITE_URL; - if (!url) return "imsyy.top".split("."); + if (!url) return "lidu.ltd".split("."); // 判断协议前缀 if (url.startsWith("http://") || url.startsWith("https://")) { const urlFormat = url.replace(/^(https?:\/\/)/, ""); From 75e2f287d789c188e8170c6f2c53f31774d164e8 Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 16:03:53 +0800 Subject: [PATCH 22/27] Update Right.vue --- src/views/Main/Right.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Main/Right.vue b/src/views/Main/Right.vue index b541d6b..84ef6fc 100644 --- a/src/views/Main/Right.vue +++ b/src/views/Main/Right.vue @@ -21,7 +21,7 @@ const store = mainStore(); // 站点链接 const siteUrl = computed(() => { const url = import.meta.env.VITE_SITE_URL; - if (!url) return "imsyy.top".split("."); + if (!url) return "lidu.ltd".split("."); // 判断协议前缀 if (url.startsWith("http://") || url.startsWith("https://")) { const urlFormat = url.replace(/^(https?:\/\/)/, ""); From f2f5932c28f5ae025037f130c332ca6fd1d0ab99 Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 16:11:48 +0800 Subject: [PATCH 23/27] Update App.vue --- src/App.vue | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3c905b6..cd75a4f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -107,14 +107,8 @@ onMounted(() => { const styleTitle1 = "font-size: 20px;font-weight: 600;color: rgb(244,167,89);"; const styleTitle2 = "font-size:12px;color: rgb(244,167,89);"; const styleContent = "color: rgb(30,152,255);"; - const title1 = "無名の主页"; - const title2 = ` - _____ __ __ _______ ____ __ -|_ _| \\/ |/ ____\\ \\ / /\\ \\ / / - | | | \\ / | (___ \\ \\_/ / \\ \\_/ / - | | | |\\/| |\\___ \\ \\ / \\ / - _| |_| | | |____) | | | | | -|_____|_| |_|_____/ |_| |_|`; + const title1 = "liduの主页"; + const title2 = `lidu const content = `\n\n版本: ${config.version}\n主页: ${config.home}\nGithub: ${config.github}`; console.info(`%c${title1} %c${title2} %c${content}`, styleTitle1, styleTitle2, styleContent); }); From 5edd5c0a54bf5f63c48e525200e868acd34c233c Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 16:12:42 +0800 Subject: [PATCH 24/27] Update Footer.vue --- src/components/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index c0549ae..0de42ec 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -3,7 +3,7 @@
- Copyright © + Copyright99 © {{ siteStartDate.substring(0, 4) }} - From 3ff9e2546f00b6fab7b601266d78b01c92daf46e Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 16:20:59 +0800 Subject: [PATCH 25/27] Update Footer.vue --- src/components/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 0de42ec..c0549ae 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -3,7 +3,7 @@
- Copyright99 © + Copyright © {{ siteStartDate.substring(0, 4) }} - From e7d75d8659461545521dd9f74ff6cbf7f7e36010 Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 16:33:51 +0800 Subject: [PATCH 26/27] Update Footer.vue --- src/components/Footer.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index c0549ae..d2e901a 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -13,11 +13,7 @@ - {{ config.author }} - - + & powered by lidu From 5adfd38de272396300e0d8c47251dff803c11431 Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 16:39:07 +0800 Subject: [PATCH 27/27] Update .env --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 9a7215d..45765b3 100644 --- a/.env +++ b/.env @@ -10,7 +10,7 @@ VITE_SITE_APPLE_LOGO = "/images/logo/apple-touch-icon.png" # Apple 端图标 # 简介文本 # VITE_DESC_HELLO = "Hello World !" -VITE_DESC_TEXT = "一个创建于初创团队的网站,存活于互联网的边缘" +VITE_DESC_TEXT = "我们的口号:经典盛汇,创意空间!" # VITE_DESC_HELLO_OTHER = "Oops !" # VITE_DESC_TEXT_OTHER = "哎呀,这都被你发现了( 再点击一次可关闭 )" @@ -35,7 +35,7 @@ VITE_SITE_START = "2024-05-06" # ICP 备案号 ## 若不需要,请设为空即可 -VITE_SITE_ICP = "" +VITE_SITE_ICP = "鲁ICP备2024050688" # 歌曲 API 地址 ## 请参照 https://github.com/xizeyoupan/Meting-API#deno-deploy 进行 API 服务部署