hide copy button in submission list's code panel

This commit is contained in:
2024-06-11 16:05:13 +08:00
parent 796224585f
commit 854aad1f43
3 changed files with 65 additions and 54 deletions

View File

@@ -27,19 +27,19 @@
"vue": "^3.4.27",
"vue-chartjs": "^5.3.1",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.3.2"
"vue-router": "^4.3.3"
},
"devDependencies": {
"@types/node": "^20.14.2",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-vue": "^5.0.5",
"prettier": "^3.3.1",
"terser": "^5.31.0",
"prettier": "^3.3.2",
"terser": "^5.31.1",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.2.12",
"vue-tsc": "^2.0.19"
"vite": "^5.2.13",
"vue-tsc": "^2.0.21"
}
}