From fadaed5b6b1f1d31f7d031f98fad8246b1b4158b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Fri, 18 Oct 2024 14:57:09 +0800 Subject: [PATCH] Update config.json --- config.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/config.json b/config.json index 728c0ed..0dc6875 100644 --- a/config.json +++ b/config.json @@ -1,19 +1,19 @@ { - "title":"浪子博客", - "subTitle":"曾梦想仗剑走天涯", - "avatarUrl":"https://img.imsun.org/avatar.jpg", - "commentLabelColor":"#006b75", - "yearColorList":["#bc4c00", "#0969da", "#1f883d", "#A333D0"], - "i18n":"CN", - "UTC":8, - "urlMode":"pinyin", - "style":"", - "script":"", - "head":"", - "allHead":"", - "indexStyle":"", - "indexScript":"", - "showPostSource":1, - "rssSplit":"sentence", - "GMEEK_VERSION":"last" + "title": "浪子博客", + "subTitle": "曾梦想仗剑走天涯", + "avatarUrl": "https://img.imsun.org/avatar.jpg", + "commentLabelColor": "#006b75", + "yearColorList": ["#bc4c00", "#0969da", "#1f883d", "#A333D0"], + "i18n": "CN", + "UTC": 8, + "urlMode": "pinyin", + "style": "", + "script": "", + "head": "", + "allHead": "", + "indexStyle": "", + "indexScript": "", + "showPostSource": 1, + "rssSplit": "sentence", + "GMEEK_VERSION": "last" }