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

2
mathjax/sre/require.mjs Normal file
View File

@@ -0,0 +1,2 @@
import {createRequire} from 'module';
global.require = createRequire(import.meta.url);