add actions

This commit is contained in:
2026-01-14 23:54:28 +08:00
parent f9723ed2bb
commit 08a007699e
3 changed files with 229 additions and 480 deletions

View File

@@ -13,15 +13,15 @@
"author": "",
"license": "ISC",
"devDependencies": {
"prettier": "^3.6.2",
"prettier": "^3.7.4",
"vitepress": "1.6.4"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-python": "^6.2.1",
"axios": "^1.12.2",
"axios": "^1.13.2",
"codemirror": "^6.0.2",
"markdown-it-mathjax3": "^4.3.2",
"vue-codemirror6": "~1.3.22"
"markdown-it-mathjax3": "^5.2.0",
"vue-codemirror6": "~1.4.1"
}
}