GreatAuk / plugin-web-update-notification

Detect webpage updates and notify user to reload. support Vite, Umijs, and Webpack.
MIT License
490 stars 42 forks source link

提示框怎么改到右上角 #41

Closed long255 closed 1 year ago

GreatAuk commented 1 year ago
webUpdateNotice({
  hiddenDefaultNotification: true,
  notificationConfig: {
    // 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight'
    placement: 'topRight'
  }
})