From 1ff887c94ff589e65af10b0f2e4ea740f0b7e0b9 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Wed, 16 Jul 2025 09:44:09 +0800 Subject: [PATCH] fix --- package-lock.json | 13 ------------- package.json | 1 - src/components/Editor.vue | 3 +-- 3 files changed, 1 insertion(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94e4d95..bd2c9fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,6 @@ "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.9", "@codemirror/lang-javascript": "^6.2.4", - "@fsegurai/codemirror-theme-github-light": "^6.2.0", "@vueuse/core": "^13.5.0", "axios": "^1.10.0", "codemirror": "^6.0.2", @@ -526,18 +525,6 @@ "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==", "license": "MIT" }, - "node_modules/@fsegurai/codemirror-theme-github-light": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@fsegurai/codemirror-theme-github-light/-/codemirror-theme-github-light-6.2.0.tgz", - "integrity": "sha512-k6nFCSQnGVHGVpKjPv6Fz3krjAg+3bTmMYvIB8XwEEfsmlfaqQ5BJ3SALTgaMEQl9Oyj3OCtL9ZKvDElZoa6vQ==", - "license": "MIT", - "peerDependencies": { - "@codemirror/language": "^6.0.0", - "@codemirror/state": "^6.0.0", - "@codemirror/view": "^6.0.0", - "@lezer/highlight": "^1.0.0" - } - }, "node_modules/@iconify/types": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", diff --git a/package.json b/package.json index 1909782..f1c02c6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.9", "@codemirror/lang-javascript": "^6.2.4", - "@fsegurai/codemirror-theme-github-light": "^6.2.0", "@vueuse/core": "^13.5.0", "axios": "^1.10.0", "codemirror": "^6.0.2", diff --git a/src/components/Editor.vue b/src/components/Editor.vue index 92b704e..fb766f3 100644 --- a/src/components/Editor.vue +++ b/src/components/Editor.vue @@ -1,7 +1,6 @@