mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-19 18:25:44 +08:00
BUG Fix
This commit is contained in:
@@ -3,7 +3,7 @@ utools.onPluginEnter( async ({ code, type, payload }) => {
|
|||||||
// 配置页面
|
// 配置页面
|
||||||
if (code == 'options') {
|
if (code == 'options') {
|
||||||
utools.setExpendHeight(600);
|
utools.setExpendHeight(600);
|
||||||
$("#out").hide();
|
$("#out").hide().html('');
|
||||||
$("#options").show();
|
$("#options").show();
|
||||||
showOptions();
|
showOptions();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user