样式微调、加入背景色,加入Tidio在线聊天

This commit is contained in:
tangly1024
2021-10-29 17:50:41 +08:00
parent b0164e1e39
commit 634ea6c389
10 changed files with 29 additions and 16 deletions

View File

@@ -25,6 +25,14 @@ const ThirdPartyScript = () => {
}}
/>
</>)}
{BLOG.TidioId && (<>
{/* Tidio在线反馈 */}
<script async
src={`//code.tidio.co/${BLOG.TidioId}.js`}
/>
</>)}
{/* 代码统计 */}
{BLOG.isProd && (<>
{/* GoogleAdsense */}