This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Renda média apurada": { | |
"prefix": "rma", | |
"body": "Renda média apurada de R$ $1." | |
}, | |
"Cumprimento": { | |
"prefix": "pzd", | |
"body": "Prezados, ${1:bom dia}! ${2} ## ANL. 1" | |
}, | |
"Informar ocupação e como será feito": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const persons = [ | |
{ | |
name: "Otávio", | |
age: 20 | |
}, | |
{ | |
name: "Wesley", | |
age: 15 | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"projects": [ | |
{ | |
"visible": true, | |
"active": true, | |
"name": "Expresso Mobilidade", | |
"subtitle": "", | |
"author": "Gabriel Ribeiro", | |
"description": "O Expresso foi um serviço de mobilidade urbana para usuários de transporte público de Belo Horizonte e da Região Metropolitana de BH.", | |
"img": "https://raw.githubusercontent.com/Expresso-Mobilidade/landing-page/refs/heads/main/assets/images/banner.png", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copie o código e cole no console na tela de Cockpit do sistema | |
// Para preencher os campos do sistema | |
(() => { | |
const preenchimento = [ | |
{ | |
"id": "FIDsFinalizados", | |
"value": false | |
}, | |
{ |
NewerOlder