feat(settings): json 编辑器

This commit is contained in:
Junyan Qin
2024-10-15 14:23:56 +08:00
parent 7174742886
commit d52f9b9543
9 changed files with 113 additions and 13 deletions

7
web/package-lock.json generated
View File

@@ -10,6 +10,7 @@
"dependencies": {
"@mdi/font": "7.4.47",
"axios": "^1.7.7",
"codemirror": "^5.65.18",
"core-js": "^3.37.1",
"roboto-fontface": "*",
"vue": "^3.4.31",
@@ -1466,6 +1467,12 @@
"node": ">= 6"
}
},
"node_modules/codemirror": {
"version": "5.65.18",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.18.tgz",
"integrity": "sha512-Gaz4gHnkbHMGgahNt3CA5HBk5lLQBqmD/pBgeB4kQU6OedZmqMBjlRF0LSrp2tJ4wlLNPm2FfaUd1pDy0mdlpA==",
"license": "MIT"
},
"node_modules/color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",