|
@@ -160,7 +160,7 @@ export default function HTML(props) {
|
|
|
THEME_SWITCHER_URL?<script src={THEME_SWITCHER_URL} defer={true}/>:<script src="https://unpkg.byted-static.com/latest/ies/semi-theme-switcher-opensource/dist/semi-theme-switcher.js" defer={true}/>
|
|
|
}
|
|
|
{
|
|
|
- SEMI_SEARCH_URL?<script src={SEMI_SEARCH_URL} defer={true}/>:<script defer={true}/>
|
|
|
+ SEMI_SEARCH_URL?<script src={SEMI_SEARCH_URL} defer={true}/>:<script src={"https://unpkg.byted-static.com/latest/ies/semi-search-opensource/dist/semi-search.js"} defer={true}/>
|
|
|
}
|
|
|
<link rel="icon" href="https://lf9-static.semi.design/obj/semi-tos/images/favicon.ico" />
|
|
|
<script dangerouslySetInnerHTML={{ __html: `(${darkmodeProcesser.toString()})()` }} />
|