This commit is contained in:
fofolee
2020-06-20 15:30:47 +08:00
parent 380dc9f3aa
commit e2760cfd66
2 changed files with 39 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
utools.onPluginEnter(async ({ code, type, payload }) => {
utools.onPluginOut(() => {
var program = $('#program').val();
$("#options").empty().show()
$("#options").empty()
$("#out").empty()
if (code == "code") {
var cmd = window.editor.getValue();