Skip to content

Commit

Permalink
更新线性代数
Browse files Browse the repository at this point in the history
  • Loading branch information
870138612 committed Dec 9, 2024
1 parent e1c754a commit 0cd0b8b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
19 changes: 9 additions & 10 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/plugin-catalog": "^2.0.0-rc.57",
"@vuepress/plugin-markdown-hint": "^2.0.0-rc.57",
"@vuepress/plugin-markdown-math": "^2.0.0-rc.57",
"katex": "^0.16.11",
"sass-embedded": "^1.79.5",
"vue": "^3.5.12",
"vuepress": "2.0.0-rc.18",
Expand Down
10 changes: 5 additions & 5 deletions src/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineUserConfig } from "vuepress";
import theme from "./theme.js";
import { markdownMathPlugin } from '@vuepress/plugin-markdown-math';
// import { markdownMathPlugin } from '@vuepress/plugin-markdown-math';
import { catalogPlugin } from "@vuepress/plugin-catalog";
export default defineUserConfig({

Expand All @@ -24,10 +24,10 @@ export default defineUserConfig({
},
theme,
plugins: [
markdownMathPlugin({
// 选项

}),
// markdownMathPlugin({
// // 选项
//
// }),
]

// Enable it with pwa
Expand Down

0 comments on commit 0cd0b8b

Please sign in to comment.