fix(monaco): defineTheme 去掉多余 name 字段(治 CI build TS2353) [nas]
CI/CD / test (push) Successful in 10s
CI/CD / nas-deploy (push) Successful in 26s
CI/CD / nas-verify (push) Successful in 10s

This commit is contained in:
2026-08-12 23:26:32 +08:00
parent 5c8a7e12c6
commit 29b663acfc
-1
View File
@@ -31,7 +31,6 @@ let editor: monaco.editor.IStandaloneCodeEditor | null = null
onMounted(() => {
if (!el.value) return
monaco.editor.defineTheme('sanguo-dark', {
name: 'sanguo-dark',
base: 'vs-dark',
inherit: true,
rules: [