build: v2.0.0 twice

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

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);
};