{
"status":200,
"data":[
{
"id":3807,
"label":"Nome do app",
"name":"APP_NAME",
"value": "ℹ️ 1.1",
"type":"STRING",
"status":"INACTIVE",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":3808,
"label":"Logo do app",
"name":"APP_LOGO",
"value":"https://i.imgur.com/DfpItDx.pn",
"type":"IMAGE",
"status":"INACTIVE",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":3809,
"label":"Imagem de fundo",
"name":"APP_BACKGROUND_IMAGE",
"value":"https://i.imgur.com/RK2Vkfa.jpg",
"type":"IMAGE",
"status":"ACTIVE",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":3810,
"label":"Tipo do fundo do app",
"name":"APP_BACKGROUND_TYPE",
"value":{
"options":[
{
"label":"Imagem",
"value":"IMAGE"
},
{
"label":"Cor",
"value":"COLOR"
}
],
"selected":"IMAGE"
},
"type":"SELECT",
"status":"ACTIVE",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":3811,
"label":"Cor de fundo",
"name":"APP_BACKGROUND_COLOR",
"value":"#ffb7b7ff",
"type":"COLOR",
"status":"ACTIVE",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":3812,
"label":"Cor do card inicial",
"name":"APP_CARD_COLOR",
"value":"#00000070",
"type":"COLOR",
"status":"ACTIVE",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":3813,
"label":"Cor do card de configurações",
"name":"APP_CARD_CONFIG_COLOR",
"value":"#0000005b",
"type":"COLOR",
"status":"ACTIVE",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":3814,
"label":"Cor do fundo dos dialogs",
"name":"APP_DIALOG_BACKGROUND_COLOR",
"value":"#70C0C0C0",
"type":"COLOR",
"status":"ACTIVE",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":3815,
"label":"Cor das bordas",
"name":"APP_BORDER_COLOR",
"value":"#ffffff",
"type":"COLOR",
"status":"ACTIVE",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":3816,
"label":"Cor dos textos",
"name":"APP_TEXT_COLOR",
"value":"#FFFFFFFF",
"type":"COLOR",
"status":"ACTIVE",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":3817,
"label":"Cor dos botões",
"name":"APP_BUTTON_COLOR",
"value":"#00ffff70",
"type":"COLOR",
"status":"ACTIVE",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":3818,
"label":"Cor dos icones",
"name":"APP_ICON_COLOR",
"value":"#00ffff70",
"type":"COLOR",
"status":"ACTIVE",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":3819,
"label":"Exibir modo de conexão",
"name":"APP_SHOW_CONNECTION_MODE",
"value":true,
"type":"BOOLEAN",
"status":"ACTIVE",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":4922,
"label":"Iniciar o app automaticamente ao reiniciar o dispositivo",
"name":"APP_AUTO_START",
"value":false,
"type":"BOOLEAN",
"status":"ACTIVE",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":3820,
"label":"Mensagem",
"name":"APP_MESSAGE",
"value":null,
"type":"TEXT",
"status":"ACTIVE",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":3821,
"label":"Tipo de mensagem",
"name":"APP_MESSAGE_TYPE",
"value":{
"options":[
{
"label":"Alerta",
"value":"ALERT"
},
{
"label":"Informação",
"value":"INFO"
},
{
"label":"Boas vindas",
"value":"WELCOME"
},
{
"label":"Sem mensagem",
"value":"NONE"
}
],
"selected":"ALERT"
},
"type":"SELECT",
"status":"ACTIVE",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":3823,
"label":"ANDROID WEBVIEW (POR SUA CONTA E RISCO)",
"name":"APP_SUPPORT_BUTTON",
"value":"<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@apsnet29 style | Design by: @alexdsgmoura</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
--cor-de-fundo: transparent;
--cor-do-botao-de-teste-gratis: linear-gradient(to right, #008000 0%, #000000 100%);
--cor-de-fundo-dos-demais-botoes: #008000;
--cor-de-fund-dos-botoes-do-topo: linear-gradient(to right, #000000 0%, #000000 100%);
--altura-do-container-do-topo: 60px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: var(--cor-de-fundo);
display: flex;
flex-direction: column;
align-items: center;
}
body div.container-top {
width: 100%;
max-width: 425px;
height: 40px;
display: flex;
padding: var(--altura-do-container-do-topo) 10px;
}
body div.container-top .leftSide {
flex: 1;
display: flex;
align-items: center;
justify-content: flex-start;
}
body div.container-top .leftSide button {
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
/* background-image: var(--cor-de-fund-dos-botoes-do-topo); // CASO QUEIRA USAR UM BACKGROUND GRADIENTE SÓ DESCOMENTAR ESSA LINHA E COMENTAR A DE BAIXO!*/
background-color: #000000;
border: 0;
border-radius: 5px;
outline: none;
margin-right: 20px;
cursor: pointer;
}
body div.container-top .leftSide button:last-child {
margin-right: 0;
}
body div.container-top .leftSide button svg {
width: 50%;
height: 50%;
color: #19828aff;
}
body div.container-top .rightSide {
flex: 1;
display: flex;
align-items: center;
justify-content: flex-end;
}
body div.container-top .rightSide button {
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
/* background-image: var(--cor-de-fund-dos-botoes-do-topo); // CASO QUEIRA USAR UM BACKGROUND GRADIENTE SÓ DESCOMENTAR ESSA LINHA E COMENTAR A DE BAIXO!*/
background-color: #008000;
border: 0;
border-radius: 5px;
outline: none;
margin-right: 20px;
cursor: pointer;
}
body div.container-top .rightSide button:last-child {
margin-right: 0;
}
body div.container-top .rightSide button svg {
width: 50%;
height: 50%;
color: #FFFFFF;
}
body div.container {
width: 100%;
max-width: 425px;
height: auto;
position: absolute;
bottom: 80px;
display: flex;
flex-direction: column;
padding: 10px 10px;
}
body div.container div.top {
width: 100%;
height: auto;
margin-bottom: 10px;
}
body div.container div.top button {
width: 100%;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background-image: var(--cor-do-botao-de-teste-gratis);
border: 0;
border-radius: 5px;
cursor: pointer;
}
body div.container div.top button svg {
color: #FFFFFF;
transform: scaleX(-1);
margin-right: 10px;
}
body div.container div.top button span {
font-family: 'Roboto', sans-serif;
font-size: 1.3em;
font-weight: 300;
color: #FFFFFF;
}
body div.container div.bottom {
width: 100%;
height: auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
}
body div.container div.bottom div.button {
display: flex;
flex-direction: column;
align-items: center;
background-color: var(--cor-de-fundo-dos-demais-botoes);
border-radius: 15px;
-webkit-user-select: none;
user-select: none;
cursor: pointer;
padding: 8px 8px;
}
body div.container div.bottom div.button span {
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: #FFFFFF;
font-size: 0.8em;
text-align: center;
}
body div.container div.bottom div.button svg {
margin-top: 5px;
color: #FFFFFF;
width: 25px;
height: 25px;
}
body div.container div.bottom div.button.update svg {
width: 25px;
height: 25px;
}
@media screen and (min-width: 280px) and (max-width: 375px) {
body div.container div.bottom {
gap: 5px;
}
body div.container div.bottom div.button span {
font-size: 0.5em;
}
}
</style>
</head>
<body>
<div class="container-top">
<div class="leftSide">
</div>
<div class="rightSide">
<button class="checkuser">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person"
viewBox="0 0 16 16">
<path
d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z" />
</svg>
</button>
<button class="terms">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-file-earmark-medical" viewBox="0 0 16 16">
<path
d="M7.5 5.5a.5.5 0 0 0-1 0v.634l-.549-.317a.5.5 0 1 0-.5.866L6 7l-.549.317a.5.5 0 1 0 .5.866l.549-.317V8.5a.5.5 0 1 0 1 0v-.634l.549.317a.5.5 0 1 0 .5-.866L8 7l.549-.317a.5.5 0 1 0-.5-.866l-.549.317V5.5zm-2 4.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z" />
<path
d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z" />
</svg>
</button>
</div>
</div>
<div class="container">
<div class="top">
<button>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-tags"
viewBox="0 0 16 16">
<path
d="M3 2v4.586l7 7L14.586 9l-7-7H3zM2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2z" />
<path
d="M5.5 5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm0 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM1 7.086a1 1 0 0 0 .293.707L8.75 15.25l-.043.043a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 0 7.586V3a1 1 0 0 1 1-1v5.086z" />
</svg>
<span>VOCÊ SEM NA FRENTE E EU ATRÁS- Conectando você ao mundo!</span>
</button>
</div>
<div class="bottom">
<div class="button renew">
<span>
Renovar
</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cash-coin"
viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M11 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm5-4a5 5 0 1 1-10 0 5 5 0 0 1 10 0z" />
<path
d="M9.438 11.944c.047.596.518 1.06 1.363 1.116v.44h.375v-.443c.875-.061 1.386-.529 1.386-1.207 0-.618-.39-.936-1.09-1.1l-.296-.07v-1.2c.376.043.614.248.671.532h.658c-.047-.575-.54-1.024-1.329-1.073V8.5h-.375v.45c-.747.073-1.255.522-1.255 1.158 0 .562.378.92 1.007 1.066l.248.061v1.272c-.384-.058-.639-.27-.696-.563h-.668zm1.36-1.354c-.369-.085-.569-.26-.569-.522 0-.294.216-.514.572-.578v1.1h-.003zm.432.746c.449.104.655.272.655.569 0 .339-.257.571-.709.614v-1.195l.054.012z" />
<path
d="M1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4.083c.058-.344.145-.678.258-1H3a2 2 0 0 0-2-2V3a2 2 0 0 0 2-2h10a2 2 0 0 0 2 2v3.528c.38.34.717.728 1 1.154V1a1 1 0 0 0-1-1H1z" />
<path d="M9.998 5.083 10 5a2 2 0 1 0-3.132 1.65 5.982 5.982 0 0 1 3.13-1.567z" />
</svg>
</div>
<div class="button tutorials">
<span>
LISTA IPTV
</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person-plus"
viewBox="0 0 16 16">
<path
d="M7.396 11V5.001H6.209v2.44H3.687V5H2.5v6h1.187V8.43h2.522V11h1.187zM8.5 5.001V11h2.188c1.811 0 2.685-1.107 2.685-3.015 0-1.894-.86-2.984-2.684-2.984H8.5zm1.187.967h.843c1.112 0 1.622.686 1.622 2.04 0 1.353-.505 2.02-1.622 2.02h-.843v-4.06z" />
<path
d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z" />
</svg>
</div>
<div class="button update">
<span>SPEEDTEST</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-exclamation-triangle" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M0 0h1v15h15v1H0V0Zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07Z" />
</svg>
</div>
<div class="button apn">
<span>Ajustes APN</span>
<svg class="settings" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-gear-wide-connected" viewBox="0 0 16 16">
<path
d="M7.068.727c.243-.97 1.62-.97 1.864 0l.071.286a.96.96 0 0 0 1.622.434l.205-.211c.695-.719 1.888-.03 1.613.931l-.08.284a.96.96 0 0 0 1.187 1.187l.283-.081c.96-.275 1.65.918.931 1.613l-.211.205a.96.96 0 0 0 .434 1.622l.286.071c.97.243.97 1.62 0 1.864l-.286.071a.96.96 0 0 0-.434 1.622l.211.205c.719.695.03 1.888-.931 1.613l-.284-.08a.96.96 0 0 0-1.187 1.187l.081.283c.275.96-.918 1.65-1.613.931l-.205-.211a.96.96 0 0 0-1.622.434l-.071.286c-.243.97-1.62.97-1.864 0l-.071-.286a.96.96 0 0 0-1.622-.434l-.205.211c-.695.719-1.888.03-1.613-.931l.08-.284a.96.96 0 0 0-1.186-1.187l-.284.081c-.96.275-1.65-.918-.931-1.613l.211-.205a.96.96 0 0 0-.434-1.622l-.286-.071c-.97-.243-.97-1.62 0-1.864l.286-.071a.96.96 0 0 0 .434-1.622l-.211-.205c-.719-.695-.03-1.888.931-1.613l.284.08a.96.96 0 0 0 1.187-1.186l-.081-.284c-.275-.96.918-1.65 1.613-.931l.205.211a.96.96 0 0 0 1.622-.434l.071-.286zM12.973 8.5H8.25l-2.834 3.779A4.998 4.998 0 0 0 12.973 8.5zm0-1a4.998 4.998 0 0 0-7.557-3.779l2.834 3.78h4.723zM5.048 3.967c-.03.021-.058.043-.087.065l.087-.065zm-.431.355A4.984 4.984 0 0 0 3.002 8c0 1.455.622 2.765 1.615 3.678L7.375 8 4.617 4.322zm.344 7.646.087.065-.087-.065z" />
</svg>
</div>
</div>
</div>
<script>
const checkUser = document.querySelector('.checkuser')
const register = document.querySelector('.terms')
checkUser.addEventListener('click', (e) => {
Android.showCheckUser()
})
register.addEventListener('click', (e) => {
if (window?.DtStartWebViewActivity) {
DtStartWebViewActivity.execute('URL_DO_TERMO_AQUI')
} else {
window.location.href = 'URL_DO_TERMO_AQUI'
}
})
const bottomMainButton = document.querySelector('body div.container div.top button')
bottomMainButton.addEventListener('click', (e) => {
if (window?.DtStartWebViewActivity) {
DtStartWebViewActivity.execute('URL_AQUI')
} else {
window.location.href = 'URL_AQUI'
}
})
const renew = document.querySelector('.renew')
const tutorials = document.querySelector('.tutorials')
const update = document.querySelector('.update')
const apn = document.querySelector('.apn')
renew.addEventListener('click', (e) => {
if (window?.DtStartWebViewActivity) {
DtStartWebViewActivity.execute('https://digitalnetwork.website/renovar.php')
} else {
window.location.href = 'https://digitalnetwork.website/renovar.php'
}
})
tutorials.addEventListener('click', (e) => {
if (window?.DtStartWebViewActivity) {
DtStartWebViewActivity.execute('http://asus7.com/smart/')
} else {
window.location.href = 'https://www.speedtest.net/'
}
})
update.addEventListener('click', (e) => {
if (window?.DtStartWebViewActivity) {
DtStartWebViewActivity.execute('https://www.speedtest.net/')
} else {
window.location.href = 'https://speedtest.net'
}
})
apn.addEventListener('click', (e) => {
Android.startApnActivity();
})
</script>
</body>
</html>",
"type":"HTML",
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
},
{
"id":3824,
"label":"PAGINA WEBVIEW (POR SUA CONTA E RISCO)",
"name":"APP_WEB_VIEW",
"type":"HTML",
"value":null,
"user_id":"83615944-f09e-4f34-8cc6-96cc5fd99133"
}
]
}