使用fundebug.init可以配置各种属性,例如apikey
fundebug.init({ apikey: "API-KEY"})
fundebug.init(
{
apikey: "API-KEY"
})
本文档使用 BookStack 构建