switch screen size.

This commit is contained in:
2023-10-11 16:02:31 +08:00
parent 3ac19cdb4b
commit 9cf73331ea
7 changed files with 181 additions and 121 deletions

View File

@@ -13,38 +13,38 @@
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-python": "^6.1.3",
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/core": "^10.4.1",
"@vueuse/core": "^10.5.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "1.5.0",
"axios": "1.5.1",
"chart.js": "^4.4.0",
"codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.2.0",
"date-fns": "^2.30.0",
"highlight.js": "^11.8.0",
"naive-ui": "^2.34.4",
"highlight.js": "^11.9.0",
"naive-ui": "^2.35.0",
"normalize.css": "^8.0.1",
"party-js": "^2.2.0",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-chartjs": "^5.2.0",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.12",
"@types/node": "^20.5.9",
"@types/node": "^20.8.4",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue": "^4.4.0",
"markdown-it-shiki": "^0.9.0",
"prettier": "^3.0.3",
"terser": "^5.19.3",
"terser": "^5.21.0",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.17.0",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite": "^4.4.11",
"unplugin-vue-markdown": "^0.24.3",
"vue-tsc": "^1.8.8"
"vue-tsc": "^1.8.18"
}
}