fix: 修复插件编译问题

pull/13/head
moonrailgun 4 years ago
parent 7bf81152f5
commit 0e027e0b0b

@ -1,4 +1,4 @@
import { initNotify } from 'notify';
import { initNotify } from './notify';
if ('Notification' in window) {
initNotify();

Loading…
Cancel
Save