Skip to content

Commit

Permalink
🔧 Bump version to 1.9.2 and update MathJax configuration
Browse files Browse the repository at this point in the history
- Updated version number in manifest.json to 1.9.2.
- Replaced 'lib/tex-mml-chtml.js' with 'lib/tex-chtml-full.js' for enhanced MathJax rendering capabilities.
  • Loading branch information
yym68686 committed Jan 16, 2025
1 parent ed420b5 commit 041aa0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Cerebr",
"version": "1.9.1",
"version": "1.9.2",
"description": "Cerebr - 智能AI聊天助手",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
Expand Down Expand Up @@ -64,7 +64,7 @@
"lib/highlight.min.js",
"lib/github-dark.css",
"lib/mathjax-config.js",
"lib/tex-mml-chtml.js",
"lib/tex-chtml-full.js",
"lib/pdf.js",
"lib/pdf.worker.js",
"lib/fonts/woff-v2/MathJax_AMS-Regular.woff",
Expand Down

0 comments on commit 041aa0c

Please sign in to comment.