alienzhou / web-highlighter

✨ A no-runtime dependency lib for text highlighting & persistence on any website ✨🖍️
https://alienzhou.github.io/web-highlighter/
MIT License
888 stars 144 forks source link

设置exceptSelectors后只会高亮选中的最后一段 #114

Open VIISEVEN27 opened 9 months ago

VIISEVEN27 commented 9 months ago
const highlighter = new Highlighter({
    exceptSelectors: [".unselectable"],
});

image

image

image

wuyongjie1995 commented 6 months ago

代码能发一下 参考吗