longhun/extensions/ui-editor.js

7 lines
264 B
JavaScript
Raw Normal View History

2023-03-25 21:54:19 +08:00
if (!core.domStyle.isVertical) {
import('/extensions/ui-editor/index.c555c8dd.js');
const link = document.createElement('link');
link.rel = 'stylesheet';
link.href = '/extensions/ui-editor/index.b96bf394.css';
document.body.appendChild(link);
}