()
| 26 | .innerText.trim() |
| 27 | |
| 28 | export const getShadowHostId: PlasmoGetShadowHostId = () => "codebox-baidu" |
| 29 | const isBaijiahao = location.hostname.includes("baijiahao") |
| 30 | const PlasmoOverlay: FC<PlasmoCSUIProps> = () => { |
| 31 | const [parseContent, setParseContent] = useParseMarkdown() |
nothing calls this directly
no outgoing calls
no test coverage detected