📌  相关文章
📜  gatsby-plugin-notifications - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:19.839000             🧑  作者: Mango

代码示例1
{
  resolve: `gatsby-plugin-notifications`,
  // these are the default options
  options: {
    sound: `Glass`, // see ./assets/sounds for available sounds
    toast: true
  }
}