We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621f005 commit e39283aCopy full SHA for e39283a
designer-demo/package.json
@@ -9,8 +9,6 @@
9
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build"
10
},
11
"dependencies": {
12
- "@fontsource/noto-sans-sc": "^5.2.6",
13
- "@fontsource/noto-serif-sc": "^5.2.6",
14
"@opentiny/tiny-engine": "workspace:^",
15
"@opentiny/tiny-engine-utils": "workspace:*",
16
"@opentiny/utils": "^1.0.0",
designer-demo/src/main.js
@@ -16,7 +16,6 @@ import { init } from '@opentiny/tiny-engine'
import { configurators } from './configurators/'
17
import 'virtual:svg-icons-register'
18
19
-import './assets/styles/main.css'
20
21
//FluentEditor img src 白名单
22
import { xss } from '@opentiny/utils'
0 commit comments