修改为白色
const style = document.createElement('style');
style.innerText = ` g>rect+path {fill: white !important; }`;
document.head.appendChild(style);
如果是pc端,我有办法
如果 是移动端,
还是算了。