mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
二维码文字相关
This commit is contained in:
@@ -55,9 +55,6 @@ export const siteConfig = (key, defaultVal = null, extendConfig = null) => {
|
||||
if (!val && extendConfig) {
|
||||
val = extendConfig[key]
|
||||
}
|
||||
if (extendConfig) {
|
||||
console.log('extendConfig', extendConfig[key])
|
||||
}
|
||||
|
||||
// 其次 NOTION没有找到配置,则会读取blog.config.js文件
|
||||
if (!val) {
|
||||
|
||||
@@ -149,9 +149,15 @@ const Footer = props => {
|
||||
)}></img>
|
||||
</div>
|
||||
<div className='space-y-4'>
|
||||
<div className='flex space-x-4 text-center'>
|
||||
{siteConfig('COMMERCE_FOOTER_RIGHT_TEXT', null, CONFIG)}
|
||||
</div>
|
||||
<div
|
||||
className='flex space-x-4 text-center'
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: siteConfig(
|
||||
'COMMERCE_FOOTER_RIGHT_TEXT',
|
||||
null,
|
||||
CONFIG
|
||||
)
|
||||
}}></div>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user