Skip to content

Commit b45da85

Browse files
authored
fix: remove mathlive demo to fixed site build error (#2587)
1 parent 2932cbe commit b45da85

File tree

4 files changed

+0
-89
lines changed

4 files changed

+0
-89
lines changed

examples/sites/demos/pc/app/fluent-editor/options-formula-composition-api.vue

Lines changed: 0 additions & 36 deletions
This file was deleted.

examples/sites/demos/pc/app/fluent-editor/options-formula.vue

Lines changed: 0 additions & 40 deletions
This file was deleted.

examples/sites/demos/pc/app/fluent-editor/webdoc/fluent-editor.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,6 @@ export default {
5151
},
5252
codeFiles: ['options.vue']
5353
},
54-
{
55-
demoId: 'formula',
56-
name: {
57-
'zh-CN': '可编辑公式',
58-
'en-US': 'Formula'
59-
},
60-
desc: {
61-
'zh-CN': '通过设置 <code>options</code> 中的 <code>mathlive</code> 为 true 开启可编辑公式功能。',
62-
'en-US': ''
63-
},
64-
codeFiles: ['options-formula.vue']
65-
},
6654
{
6755
demoId: 'data-switch',
6856
name: {

examples/sites/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"github-markdown-css": "~5.1.0",
4242
"highlight.js": "^11.5.1",
4343
"marked": "^4.3.0",
44-
"mathlive": "^0.101.1",
4544
"prismjs": "^1.28.0",
4645
"sortablejs": "1.15.0",
4746
"tailwindcss": "^3.2.4",

0 commit comments

Comments
 (0)