Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ClassIsland/classisland-docs-next
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWRC committed Oct 1, 2024
2 parents 4c9913f + a27cc1a commit 1dc5039
Show file tree
Hide file tree
Showing 7 changed files with 1,019 additions and 1,455 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ venv/**
out/**
*/__pycache__/**

.cache/
.cache/
dist/*
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"compile-hero.disable-compile-files-on-did-save-code": false
}
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
},
"devDependencies": {
"@condorhero/vuepress-plugin-export-pdf-v2": "^3.0.3",
"@vuepress/bundler-vite": "2.0.0-rc.14",
"puppeteer": "^23.2.1",
"vue": "^3.4.38",
"vuepress": "2.0.0-rc.14",
"@vuepress/bundler-vite": "2.0.0-rc.15",
"puppeteer": "^23.3.0",
"vue": "^3.5.3",
"vuepress": "2.0.0-rc.15",
"vuepress-plugin-search-pro": "2.0.0-rc.52",
"vuepress-plugin-versioning": "github:nonebot/vuepress-plugin-versioning",
"vuepress-theme-hope": "2.0.0-rc.52"
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
Expand All @@ -28,6 +27,6 @@
"echarts": "^5.5.1",
"flowchart.ts": "^3.0.1",
"mathjax-full": "^3.2.2",
"mermaid": "^11.0.2"
"mermaid": "^11.1.1"
}
}
Loading

0 comments on commit 1dc5039

Please sign in to comment.