build: v2.0.0 twice

This commit is contained in:
手瓜一十雪 2024-08-12 13:32:12 +08:00
parent c0ed01f623
commit e8467b0d96

View File

@ -8,6 +8,7 @@ export const onSettingWindowCreated = async (view) => {
iframe.height = "100%";
iframe.style.border = "none";
//去掉iframe滚动条
iframe.scrolling = "no";
//iframe.scrolling = "no";
//有滚动条何尝不是一种美
view.appendChild(iframe);
};