MoePlayer / hexo-tag-aplayer

Embed aplayer in Hexo posts/pages
MIT License
735 stars 98 forks source link

fix: stop injecting into not-html files #119

Open ch1ny opened 1 year ago

ch1ny commented 1 year ago

Hi there!

With the same situation as this issue #44 .

It seems that the layout of files like css or js would be set as false.

Maybe check this before injecting would help.

Or using PartialView.isFullPage or PartialView.hasHeadTag maybe?