This commit is contained in:
kungfuboy 2022-08-27 16:53:02 +08:00
parent 6137b58c3e
commit f1b1838267
2 changed files with 4 additions and 3 deletions

View File

@ -5,8 +5,8 @@
goto 'http://www.eoapi.io/en'
find:
[input] = input [button 'Send'] = sendBtn
[label 'Headers']
[input] = input [button 'Send'] = sendBtn
[label 'Headers'] = header
input -> 'https://weibo.com/ajax/side/cards/sideInterested?count=60'
sendBtn -> click

View File

@ -13,10 +13,11 @@ newLabel -> click
}
::: modal_layout {
find:
[input] = envName
[input] = host
[input] = name [input] = value [input] = desc [img]
[input] = name [input] = value [input] = desc
[button 'Save']=save
}