feat: render rich formulas and signed question media

This commit is contained in:
Codex
2026-06-30 00:42:52 +08:00
parent 4a13715f29
commit db86fa3705
10 changed files with 243 additions and 29 deletions

View File

@@ -11,7 +11,9 @@
"dev:h5": "taro build --type h5 --watch",
"check": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {},
"dependencies": {
"katex": "^0.17.0"
},
"devDependencies": {
"@babel/core": "^7.28.3",
"@babel/preset-react": "^7.29.7",