first commit

This commit is contained in:
2025-12-22 12:20:15 +08:00
commit d77a09bdaa
1027 changed files with 54150 additions and 0 deletions

5
mathjax/node-main.cjs Normal file
View File

@@ -0,0 +1,5 @@
if (!global.MathJax) global.MathJax = {};
global.MathJax.__dirname = __dirname;
module.exports = require('./node-main.js').MathJax;