简单的日志panel
此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/508706/1448790/%E6%88%91%E7%9A%84%E6%97%A5%E5%BF%97%E8%BE%93%E5%87%BA%E9%9D%A2%E6%9D%BF-%E6%B5%8B%E8%AF%95%E5%87%BD%E6%95%B0.js
unsafeWindow.LogPanel.openPanel()
unsafeWindow.LogPanel.addHtmlLog(`
`)
unsafeWindow.LogPanel.addTitleLog('购买', '购买成功了')
unsafeWindow.LogPanel.addTitleLog('购买', '购买成功了', 'warn')
unsafeWindow.LogPanel.clearLog()