longhun/extensions/ui-editor.js
2023-03-26 02:54:19 +13:00

7 lines
264 B
JavaScript

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);
}