Merge pull request #3000 from tangly1024/release/4.7.10

Release/4.7.10
This commit is contained in:
tangly1024
2024-11-20 10:11:44 +08:00
committed by GitHub
44 changed files with 1484 additions and 265 deletions

View File

@@ -36,6 +36,7 @@ export const siteConfig = (key, defaultVal = null, extendConfig = {}) => {
case 'POST_URL_PREFIX_MAPPING_CATEGORY':
case 'IS_TAG_COLOR_DISTINGUISHED':
case 'TAG_SORT_BY_COUNT':
case 'THEME':
case 'LINK':
return convertVal(
getValue(extendConfig[key], getValue(defaultVal, BLOG[key]))