8 Commits

Author SHA1 Message Date
7973ebbf9d fix(mathjax): move MathJax initialization to global scope
Updated MathJax initialization to be accessible globally by assigning it to the window object. This change ensures that MathJax is properly loaded and available for use across the application.

Additionally, added 'defer' attribute to script tags for correct loading order.
2025-06-05 16:06:08 +08:00
2e2c111e17 fix: modify selector to get the correct code block 2025-05-06 18:53:19 +08:00
3add1fd106 support multilingual search 2025-04-27 21:11:17 +08:00
071214d1f3 add mathjax 2025-04-27 11:35:06 +08:00
78bececd7d add search 2025-04-26 17:30:22 +08:00
b7f3f54f72 fix some js bugs 2025-04-22 11:09:07 +08:00
ea63dccd58 update js import 2025-04-21 22:52:32 +08:00
f5b2c028da wip(js): add head.html and assets/js 2025-04-21 17:35:52 +08:00