First commit - backup RDOC

This commit is contained in:
2026-02-20 07:20:32 -03:00
commit b7415f0586
259 changed files with 51707 additions and 0 deletions

4
public/_headers Normal file
View File

@@ -0,0 +1,4 @@
# Headers básicos
/*
X-Frame-Options: DENY
X-Content-Type-Options: nosniff

4
public/favicon.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="32" fill="#0A0B0D"/>
<path d="M26.6677 23.7149H8.38057V20.6496H5.33301V8.38159H26.6677V23.7149ZM8.38057 20.6496H23.6201V11.4482H8.38057V20.6496ZM16.0011 16.0021L13.8461 18.1705L11.6913 16.0021L13.8461 13.8337L16.0011 16.0021ZM22.0963 16.0008L19.9414 18.1691L17.7865 16.0008L19.9414 13.8324L22.0963 16.0008Z" fill="#32F08C"/>
</svg>

After

Width:  |  Height:  |  Size: 453 B

4
public/icon-192x192.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg width="192" height="192" viewBox="0 0 192 192" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="192" height="192" rx="24" fill="#0A0B0D"/>
<path d="M160.006 142.289H50.2834V123.898H32V50.2895H160.006V142.289ZM50.2834 123.898H141.723V68.6809H50.2834V123.898ZM96.0066 96.0126L83.0766 109.023L70.1478 96.0126L83.0766 83.0022L96.0066 96.0126ZM132.578 96.0048L119.648 109.015L106.719 96.0048L119.648 82.9944L132.578 96.0048Z" fill="#32F08C"/>
</svg>

After

Width:  |  Height:  |  Size: 461 B

4
public/icon-512x512.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="512" height="512" rx="64" fill="#0A0B0D"/>
<path d="M426.684 379.437H134.089V330.395H85.3335V134.105H426.684V379.437ZM134.089V330.395H378.262V183.147H134.089V330.395ZM256.018 256.034L221.538 290.728L187.059 256.034L221.538 221.339L256.018 256.034ZM353.541 256.013L319.061 290.707L284.582 256.013L319.061 221.318L353.541 256.013Z" fill="#32F08C"/>
</svg>

After

Width:  |  Height:  |  Size: 466 B

27
public/manifest.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "RDO Mobile - Relatório Diário de Obra",
"short_name": "RDO Mobile",
"description": "Sistema de gestão de obras e relatórios diários",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2563eb",
"orientation": "portrait",
"scope": "/",
"icons": [
{
"src": "/icon-192x192.svg",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "maskable any"
},
{
"src": "/icon-512x512.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "maskable any"
}
],
"categories": ["productivity", "business"],
"lang": "pt-BR"
}

File diff suppressed because one or more lines are too long