feat: embedded monaco editor for string

This commit is contained in:
Lykin
2023-11-28 01:11:45 +08:00
parent 2f2fa6bb02
commit 9671f89770
11 changed files with 389 additions and 186 deletions

View File

@@ -1122,9 +1122,9 @@ func (b *browserService) SetKeyValue(param types.SetKeyParam) (resp types.JSResp
return
}
resp.Success = true
resp.Data = map[string]any{
"value": param.Value,
}
//resp.Data = map[string]any{
// "value": param.Value,
//}
return
}