@kaikybrofc/omnizap-system 2.2.8 → 2.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/README.md +1 -1
  2. package/docs/seo/omnizap-seo-playbook-br-2026-02-28.md +194 -0
  3. package/docs/seo/satellite-page-template.md +89 -0
  4. package/docs/seo/satellite-pages-phase1.json +486 -0
  5. package/package.json +3 -1
  6. package/public/api-docs/index.html +78 -22
  7. package/public/bot-whatsapp-para-grupo/index.html +276 -0
  8. package/public/bot-whatsapp-sem-programar/index.html +276 -0
  9. package/public/comandos/index.html +413 -0
  10. package/public/como-automatizar-avisos-no-whatsapp/index.html +276 -0
  11. package/public/como-criar-comandos-whatsapp/index.html +276 -0
  12. package/public/como-evitar-spam-no-whatsapp/index.html +276 -0
  13. package/public/como-moderar-grupo-whatsapp/index.html +276 -0
  14. package/public/como-organizar-comunidade-whatsapp/index.html +276 -0
  15. package/public/css/github-project-panel.css +8 -8
  16. package/public/css/stickers-admin.css +31 -31
  17. package/public/css/styles.css +17 -16
  18. package/public/index.html +701 -1181
  19. package/public/js/apps/apiDocsApp.js +39 -6
  20. package/public/js/apps/homeApp.js +157 -410
  21. package/public/js/apps/stickersApp.js +42 -0
  22. package/public/licenca/index.html +9 -9
  23. package/public/login/index.html +26 -22
  24. package/public/melhor-bot-whatsapp-para-grupos/index.html +276 -0
  25. package/public/sitemap.xml +45 -0
  26. package/public/stickers/create/index.html +7 -6
  27. package/public/stickers/index.html +72 -5
  28. package/public/termos-de-uso/index.html +10 -10
  29. package/public/user/index.html +25 -21
  30. package/scripts/generate-seo-satellite-pages.mjs +434 -0
  31. package/server/controllers/stickerCatalogController.js +341 -700
  32. package/kaikybrofc-omnizap-system-2.2.7.tgz +0 -0
  33. package/kaikybrofc-omnizap-system-2.2.8.tgz +0 -0
@@ -3,8 +3,9 @@
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
- <title>OmniZap Sticker Catalog</title>
7
- <meta name="description" content="Catálogo de stickers e packs OmniZap em estilo app." />
6
+ <title>Catálogo de Stickers OmniZap | Módulo Integrável via API</title>
7
+ <meta name="description" content="Catálogo de stickers do OmniZap com packs públicos integráveis por API em bots e automações WhatsApp." />
8
+ <meta name="keywords" content="stickers omnizap, catálogo stickers, packs whatsapp, api stickers, bot whatsapp stickers" />
8
9
  <meta name="robots" content="index, follow" />
9
10
  <link rel="canonical" href="https://omnizap.shop/stickers/" />
10
11
  <link rel="icon" type="image/jpeg" href="https://iili.io/FC3FABe.jpg" />
@@ -21,9 +22,11 @@
21
22
  },
22
23
  colors: {
23
24
  slateApp: '#0f172a',
24
- slateCard: '#111827',
25
- borderApp: '#22304a',
26
- accent: '#22c55e'
25
+ slateCard: '#1e293b',
26
+ borderApp: 'rgba(255,255,255,0.05)',
27
+ accent: '#2563eb',
28
+ accentTech: '#7c3aed',
29
+ cta: '#22c55e'
27
30
  },
28
31
  boxShadow: {
29
32
  soft: '0 8px 24px rgba(2, 6, 23, 0.22)'
@@ -32,6 +35,46 @@
32
35
  }
33
36
  };
34
37
  </script>
38
+ <script type="application/ld+json">
39
+ {
40
+ "@context": "https://schema.org",
41
+ "@type": "FAQPage",
42
+ "mainEntity": [
43
+ {
44
+ "@type": "Question",
45
+ "name": "O catálogo de stickers faz parte do OmniZap?",
46
+ "acceptedAnswer": {
47
+ "@type": "Answer",
48
+ "text": "Sim. O catálogo de stickers é um módulo oficial do OmniZap para uso em automações e bots."
49
+ }
50
+ },
51
+ {
52
+ "@type": "Question",
53
+ "name": "Posso usar os packs em um bot de WhatsApp?",
54
+ "acceptedAnswer": {
55
+ "@type": "Answer",
56
+ "text": "Sim. Os packs públicos podem ser usados em fluxos de bot e integrações com a API OmniZap."
57
+ }
58
+ },
59
+ {
60
+ "@type": "Question",
61
+ "name": "Onde encontro documentação técnica para integração?",
62
+ "acceptedAnswer": {
63
+ "@type": "Answer",
64
+ "text": "A documentação técnica está em https://omnizap.shop/api-docs/."
65
+ }
66
+ },
67
+ {
68
+ "@type": "Question",
69
+ "name": "Onde vejo a visão geral da plataforma?",
70
+ "acceptedAnswer": {
71
+ "@type": "Answer",
72
+ "text": "A página principal da plataforma está em https://omnizap.shop/."
73
+ }
74
+ }
75
+ ]
76
+ }
77
+ </script>
35
78
  </head>
36
79
  <body class="bg-slateApp text-slate-100 font-sans min-h-screen">
37
80
  <div id="stickers-react-root"
@@ -44,6 +87,30 @@
44
87
  data-initial-pack-key=""
45
88
  ></div>
46
89
 
90
+ <noscript>
91
+ <main class="mx-auto w-[min(960px,92vw)] py-8">
92
+ <section class="rounded-xl border border-white/5 bg-slateCard p-4">
93
+ <h1 class="text-2xl font-extrabold">Catálogo de Stickers OmniZap</h1>
94
+ <p class="mt-2 text-slate-300">
95
+ Este catálogo é um módulo da plataforma OmniZap para bots e automação WhatsApp.
96
+ Você pode usar packs públicos e integrar fluxos com a API.
97
+ </p>
98
+ <div class="mt-4 rounded-lg border border-white/5 bg-slate-900/60 p-3">
99
+ <h2 class="text-lg font-bold">FAQ rápido</h2>
100
+ <ul class="mt-2 list-disc space-y-1 pl-5 text-sm text-slate-300">
101
+ <li>Os packs públicos podem ser integrados em bots de WhatsApp.</li>
102
+ <li>Documentação técnica disponível na Área de Desenvolvedor.</li>
103
+ <li>O catálogo é integrado ao ecossistema OmniZap.</li>
104
+ </ul>
105
+ </div>
106
+ <div class="mt-3 flex flex-wrap gap-2">
107
+ <a class="rounded-lg border border-blue-500/40 bg-blue-500/10 px-3 py-2 text-blue-200" href="/api-docs/">Área de Desenvolvedor</a>
108
+ <a class="rounded-lg border border-white/10 px-3 py-2 text-slate-200" href="/">Página principal do OmniZap</a>
109
+ </div>
110
+ </section>
111
+ </main>
112
+ </noscript>
113
+
47
114
  <script type="module" src="/js/apps/stickersApp.js?v=20260228-login-redirect-my-packs1"></script>
48
115
  </body>
49
116
  </html>
@@ -11,12 +11,12 @@
11
11
  <link rel="apple-touch-icon" href="https://iili.io/FC3FABe.jpg" />
12
12
  <style>
13
13
  :root {
14
- --bg: #0b1020;
15
- --bg-2: #121a2f;
16
- --line: #2a3b60;
17
- --text: #e6edf7;
18
- --muted: #9fb0cc;
19
- --card: #141e36cc;
14
+ --bg: #0f172a;
15
+ --bg-2: #111827;
16
+ --line: rgba(255, 255, 255, 0.05);
17
+ --text: #f8fafc;
18
+ --muted: #94a3b8;
19
+ --card: #1e293bcc;
20
20
  }
21
21
  * { box-sizing: border-box; }
22
22
  body {
@@ -24,8 +24,8 @@
24
24
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
25
25
  color: var(--text);
26
26
  background:
27
- radial-gradient(58rem 24rem at -8% -12%, #22c55e26, transparent 60%),
28
- radial-gradient(58rem 24rem at 112% -10%, #38bdf822, transparent 58%),
27
+ radial-gradient(58rem 24rem at -8% -12%, #2563eb26, transparent 60%),
28
+ radial-gradient(58rem 24rem at 112% -10%, #7c3aed22, transparent 58%),
29
29
  linear-gradient(165deg, var(--bg), var(--bg-2));
30
30
  }
31
31
  .wrap { width: min(960px, 92vw); margin: 0 auto; padding: 24px 0 42px; }
@@ -41,7 +41,7 @@
41
41
  border: 1px solid var(--line);
42
42
  border-radius: 10px;
43
43
  padding: 8px 12px;
44
- background: #111a2d;
44
+ background: #111827;
45
45
  }
46
46
  .card {
47
47
  border: 1px solid var(--line);
@@ -54,7 +54,7 @@
54
54
  h1 { font-size: clamp(28px, 4.2vw, 38px); }
55
55
  h2 { font-size: 20px; margin-top: 8px; }
56
56
  p, li { color: var(--muted); line-height: 1.6; }
57
- a { color: #8ec5ff; }
57
+ a { color: #2563eb; }
58
58
  ul { margin: 0; padding-left: 18px; }
59
59
  .updated { color: #bcd1ef; font-size: 14px; }
60
60
  </style>
@@ -6,7 +6,7 @@
6
6
  <title>OmniZap System | Minha Conta</title>
7
7
  <meta name="description" content="Painel de conta do OmniZap System com dados do usuário vinculado ao WhatsApp." />
8
8
  <meta name="robots" content="noindex, nofollow" />
9
- <meta name="theme-color" content="#0b1020" />
9
+ <meta name="theme-color" content="#0f172a" />
10
10
  <link rel="canonical" href="https://omnizap.shop/user/" />
11
11
  <link rel="icon" type="image/jpeg" href="https://iili.io/FC3FABe.jpg" />
12
12
  <link rel="preconnect" href="https://fonts.googleapis.com" />
@@ -17,12 +17,12 @@
17
17
  />
18
18
  <style>
19
19
  :root {
20
- --bg: #0b1020;
21
- --bg-2: #121a2f;
22
- --card: #121f39cf;
23
- --line: #2f466f;
24
- --text: #e6edf7;
25
- --muted: #9bb0cf;
20
+ --bg: #0f172a;
21
+ --bg-2: #111827;
22
+ --card: #1e293bcf;
23
+ --line: rgba(255, 255, 255, 0.05);
24
+ --text: #f8fafc;
25
+ --muted: #94a3b8;
26
26
  --primary: #22c55e;
27
27
  --radius: 18px;
28
28
  }
@@ -42,8 +42,8 @@
42
42
  color: var(--text);
43
43
  font-family: "Manrope", system-ui, sans-serif;
44
44
  background:
45
- radial-gradient(55rem 22rem at -10% -10%, #1fce6f30, transparent 60%),
46
- radial-gradient(55rem 22rem at 110% -8%, #43b8ff22, transparent 56%),
45
+ radial-gradient(55rem 22rem at -10% -10%, #2563eb30, transparent 60%),
46
+ radial-gradient(55rem 22rem at 110% -8%, #7c3aed22, transparent 56%),
47
47
  linear-gradient(160deg, var(--bg), var(--bg-2));
48
48
  min-height: 100vh;
49
49
  display: flex;
@@ -54,15 +54,15 @@
54
54
 
55
55
  .page {
56
56
  width: min(840px, 100%);
57
- border: 1px solid #314b74;
57
+ border: 1px solid rgba(255, 255, 255, 0.05);
58
58
  border-radius: 24px;
59
- background: linear-gradient(150deg, #0f1a31e8, #0f1b34ee);
59
+ background: linear-gradient(150deg, #111827e8, #1e293bee);
60
60
  box-shadow: 0 18px 44px #0209166e, inset 0 1px 0 #95c1ff1a;
61
61
  overflow: hidden;
62
62
  }
63
63
 
64
64
  .head {
65
- border-bottom: 1px solid #2a3f63;
65
+ border-bottom: 1px solid rgba(255, 255, 255, 0.05);
66
66
  padding: 20px 22px;
67
67
  display: flex;
68
68
  align-items: center;
@@ -86,7 +86,7 @@
86
86
  width: 30px;
87
87
  height: 30px;
88
88
  border-radius: 50%;
89
- border: 1px solid #33507e;
89
+ border: 1px solid rgba(255, 255, 255, 0.05);
90
90
  object-fit: cover;
91
91
  }
92
92
 
@@ -111,17 +111,21 @@
111
111
 
112
112
  .btn:hover {
113
113
  transform: translateY(-1px);
114
- border-color: #4e6ea1;
114
+ border-color: #2563eb;
115
115
  box-shadow: 0 10px 20px #02091650;
116
116
  }
117
117
 
118
118
  .btn.primary {
119
119
  border-color: transparent;
120
- background: linear-gradient(90deg, var(--primary), #16a34a);
121
- color: #052412;
120
+ background: #22c55e;
121
+ color: #0f172a;
122
122
  box-shadow: 0 10px 22px #22c55e30;
123
123
  }
124
124
 
125
+ .btn.primary:hover {
126
+ background: #16a34a;
127
+ }
128
+
125
129
  .content {
126
130
  padding: 24px 22px;
127
131
  display: grid;
@@ -134,7 +138,7 @@
134
138
  font-size: clamp(26px, 3.6vw, 36px);
135
139
  line-height: 1.08;
136
140
  letter-spacing: -0.02em;
137
- background: linear-gradient(90deg, #eef5ff 0%, #8fd7ff 46%, #6ce8b5 100%);
141
+ background: linear-gradient(90deg, #eef5ff 0%, #60a5fa 46%, #a78bfa 100%);
138
142
  -webkit-background-clip: text;
139
143
  background-clip: text;
140
144
  color: transparent;
@@ -181,7 +185,7 @@
181
185
  align-items: center;
182
186
  border: 1px solid #31517fb5;
183
187
  border-radius: 14px;
184
- background: #0f1a30bf;
188
+ background: #1e293bbf;
185
189
  padding: 12px;
186
190
  }
187
191
 
@@ -217,13 +221,13 @@
217
221
  .metric {
218
222
  border: 1px solid #31517fb5;
219
223
  border-radius: 12px;
220
- background: #0f1a30bf;
224
+ background: #1e293bbf;
221
225
  padding: 10px;
222
226
  }
223
227
 
224
228
  .metric-label {
225
229
  margin: 0 0 4px;
226
- color: #9bb0cf;
230
+ color: #94a3b8;
227
231
  font-size: 12px;
228
232
  }
229
233
 
@@ -238,7 +242,7 @@
238
242
  .summary {
239
243
  border: 1px solid #2b8b5d9c;
240
244
  border-radius: 12px;
241
- background: #112d2094;
245
+ background: #11302294;
242
246
  padding: 10px;
243
247
  display: grid;
244
248
  gap: 6px;