mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-19 05:24:45 +08:00
feat: embedded monaco editor for string
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user