This commit is contained in:
fofolee 2020-04-10 12:44:48 +08:00
parent a32d8fba8d
commit c6c8caca34

View File

@ -3,7 +3,7 @@ utools.onPluginEnter( async ({ code, type, payload }) => {
// 配置页面
if (code == 'options') {
utools.setExpendHeight(600);
$("#out").hide();
$("#out").hide().html('');
$("#options").show();
showOptions();
} else {