添加挑战

This commit is contained in:
2025-04-27 20:35:16 +08:00
parent d7f33bfca2
commit dd9233a6d6
19 changed files with 344 additions and 207 deletions

View File

@@ -12,29 +12,29 @@
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.3",
"@fsegurai/codemirror-theme-github-light": "^6.1.2",
"@vueuse/core": "^13.0.0",
"axios": "^1.8.3",
"@fsegurai/codemirror-theme-github-light": "^6.1.4",
"@vueuse/core": "^13.1.0",
"axios": "^1.9.0",
"codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.2.0",
"github-markdown-css": "^5.8.1",
"highlight.js": "^11.11.1",
"marked": "^15.0.7",
"marked": "^15.0.11",
"marked-alert": "^2.1.2",
"marked-code-preview": "^1.3.7",
"marked-highlight": "^2.2.1",
"naive-ui": "^2.41.0",
"vue": "^3.5.13",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.5.0"
"vue-router": "^4.5.1"
},
"devDependencies": {
"@iconify/vue": "^4.3.0",
"@rsbuild/core": "^1.2.19",
"@rsbuild/core": "^1.3.13",
"@rsbuild/plugin-vue": "^1.0.7",
"@vue/tsconfig": "^0.7.0",
"prettier": "^3.5.3",
"typescript": "^5.8.2",
"unplugin-vue-components": "^28.4.1"
"typescript": "^5.8.3",
"unplugin-vue-components": "^28.5.0"
}
}