撤回了mathjax本地化

This commit is contained in:
xunbu
2025-05-26 12:39:45 +08:00
parent 0b40d96222
commit 76e56532e2
8 changed files with 95 additions and 92 deletions

File diff suppressed because one or more lines are too long

View File

@@ -699,7 +699,6 @@
try {
const response = await fetch("/meta")
let meta = await response.json();
console.log(meta)
versionDisplay.textContent = `版本号${meta.version}`;
} catch (error) {
console.warn("获取版本号失败", error);