From aa461e0b1b28a8a276913d18bf6339f44b4a4d2a Mon Sep 17 00:00:00 2001 From: AdingApkgg Date: Mon, 30 Mar 2026 23:20:27 +0800 Subject: [PATCH 1/2] refactor: update CommentsModal and friends.json for improved configuration - Changed the pageKey in CommentsModal.vue to use the root path for better routing. - Updated the logo URL in friends.json to point to the correct image path, ensuring consistency in asset references. --- src/components/CommentsModal.vue | 2 +- src/data/friends.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CommentsModal.vue b/src/components/CommentsModal.vue index 221b832..7336e27 100644 --- a/src/components/CommentsModal.vue +++ b/src/components/CommentsModal.vue @@ -146,7 +146,7 @@ function initArtalk() { try { artalkInstance = Artalk.init({ el: '#Comments', - pageKey: 'https://www.searchgal.top/', + pageKey: '/', server: 'https://artalk.saop.cc', site: '旮旯聚搜', darkMode: 'auto', diff --git a/src/data/friends.json b/src/data/friends.json index 9ffab1b..6cb0a5a 100644 --- a/src/data/friends.json +++ b/src/data/friends.json @@ -34,7 +34,7 @@ "name": "VNS", "desc": "Visual Novel", "url": "https://gal.saop.cc", - "logo": "https://gal.saop.cc/images/logo.svg" + "logo": "https://gal.saop.cc/img/logo.svg" }, { "name": "KisuGal", From 5cb5062c7a942160282cd92064fd0769daa96499 Mon Sep 17 00:00:00 2001 From: AdingApkgg Date: Mon, 30 Mar 2026 23:43:23 +0800 Subject: [PATCH 2/2] chore: update ESLint configuration and package dependencies - Disabled the 'no-useless-assignment' rule in ESLint to accommodate