ppoffice / hexo-theme-icarus

A simple, delicate, and modern theme for the static site generator Hexo.
https://ppoffice.github.io/hexo-theme-icarus/
MIT License
6.28k stars 1.54k forks source link

Fix support for hashes that start with numbers #1116

Closed ppwwyyxx closed 1 year ago

ppwwyyxx commented 1 year ago

QuerySelector does not work with ids that start with numbers:

https://stackoverflow.com/questions/20306204/using-queryselector-with-ids-that-are-numbers

https://github.com/madrobby/zepto/issues/1333