mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-05-14 21:17:45 +08:00
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.
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user