()
| 36 | document.querySelector(".wzContent .wzctTitle") |
| 37 | |
| 38 | export const getStyle: PlasmoGetStyle = () => TagBtnStyle() |
| 39 | |
| 40 | const PlasmoOverlay: FC<PlasmoCSUIProps> = ({ anchor }) => { |
| 41 | const [parseContent, setParseContent] = useParseMarkdown() |
nothing calls this directly
no test coverage detected