// 在这里编辑全局脚本
// 这里写的每一行代码，都会成为函数体的一部分
// 在每个页面打开时都会调用

ls.event.on("renderPageComplete", () => {
  console.log("页面渲染完成")
})

