habulaj commited on
Commit
8803b3c
·
verified ·
1 Parent(s): a9efa65

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -2662,7 +2662,7 @@ async def timeline_edit_element_endpoint(request: TimelineEditElementRequest):
2662
  "frame": "Foque em backgroundStyle, backgroundOverlayColor, backgroundOverlayOpacity e fill.",
2663
  "chart": "Foque em chartType, chartTitle, chartColor e chartDataConfig.",
2664
  "newspaper": "Foque em newspaperStyle, highlights e src.",
2665
- "sticker": "Para alterar a figurinha, busque em ASSET_CATALOG e atualize OBRIGATORIAMENTE duas coisas: a propriedade 'filename' e a propriedade 'src.uri' (substituindo apenas o final de 'src.uri' pelo novo filename).",
2666
  }
2667
  type_tip = type_hints.get(element_type, "Edite as propriedades pertinentes ao tipo de elemento.")
2668
 
 
2662
  "frame": "Foque em backgroundStyle, backgroundOverlayColor, backgroundOverlayOpacity e fill.",
2663
  "chart": "Foque em chartType, chartTitle, chartColor e chartDataConfig.",
2664
  "newspaper": "Foque em newspaperStyle, highlights e src.",
2665
+ "sticker": "Altere o 'filename' (e o final de 'src.uri') para mudar a figurinha. Você pode adicionar/editar o campo 'text', 'fontSize' e 'fill' (cor do texto) para sobrepor mensagens na figurinha.",
2666
  }
2667
  type_tip = type_hints.get(element_type, "Edite as propriedades pertinentes ao tipo de elemento.")
2668