()
| 111 | } |
| 112 | |
| 113 | function parseMarkdown() { |
| 114 | const dom = document.querySelector<HTMLElement>( |
| 115 | isBaijiahao ? "#ssr-content .EaCvy" : ".wd-ai-index-pc" |
| 116 | ) |
| 117 | setParseContent(dom) |
| 118 | } |
| 119 | |
| 120 | return showTag && allShowTag && isBaijiahao ? ( |
| 121 | <ToolBox |
nothing calls this directly
no outgoing calls
no test coverage detected