Todos os QR codes gerados pelo QR Rápido são estáticos e permanentes. Isso significa que o conteúdo é codificado diretamente no QR code e não pode ser alterado após a geração. Essa abordagem garante máxima privacidade, pois não rastreamos scans, e funciona offline sem depender de servidores externos.
diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml
index f9dd05a..3165967 100644
--- a/Views/Home/Index.cshtml
+++ b/Views/Home/Index.cshtml
@@ -1208,6 +1208,7 @@
@Localizer["NoAdsForever"]
@Localizer["UnlimitedQRCodes"]
@Localizer["AdvancedCustomization"]
+ @Localizer["ThreeQRStyles"]
@Localizer["LogoSupport"]
@Localizer["HistoryAndDownloads"]
@Localizer["QRReadCounter"]
diff --git a/Views/Pagamento/SelecaoPlano.cshtml b/Views/Pagamento/SelecaoPlano.cshtml
index ada57db..b80af1e 100644
--- a/Views/Pagamento/SelecaoPlano.cshtml
+++ b/Views/Pagamento/SelecaoPlano.cshtml
@@ -74,6 +74,7 @@
@Localizer["UnlimitedQRCodes"]
@Localizer["NoAds"]
@Localizer["AdvancedCustomization"]
+ @Localizer["ThreeQRStyles"]
@Localizer["LogoSupport"]
@Localizer["HistoryAndDownloads"]
@Localizer["QRReadCounter"]
diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml
index ab887ae..5b87687 100644
--- a/Views/Shared/_Layout.cshtml
+++ b/Views/Shared/_Layout.cshtml
@@ -376,6 +376,11 @@
+
+
+ @Html.Raw(Localizer["JobMakerCredit"].ToString().Replace("JobMaker", "JobMaker"))
+
+
© 2024 QR Rapido. @Localizer["AllRightsReserved"]
diff --git a/appsettings.Production.json b/appsettings.Production.json
index 1fa9d08..016a0b0 100644
--- a/appsettings.Production.json
+++ b/appsettings.Production.json
@@ -21,20 +21,7 @@
"Stripe": {
"PublishableKey": "pk_test_51Rs42tBeR5IFYUsBooapyDwQTgh6CFuKbya5R3MVDTrdOUKmgiHQYipU0pgOdG5iKogH77RUYIKBJzbCt5BghUOY00xitV5KiN",
"SecretKey": "sk_test_51Rs42tBeR5IFYUsBtycRlJJcdwgoMbh8MfQIKIGelBPTQFwDcOn2iCCbw5uG6hnqlpgNAUuFgWRAUUMA8qkABKun00EIx4odDF",
- "WebhookSecret": "whsec_gYri7qNVHc18sREu2eXnjdRzklwRf3hI",
- "ProductId": "prod_SnfQTxwE3i8r5L",
- "Plans": {
- "Monthly": {
- "BR": "price_1SJnDzB6bFjHQirAopEW55cP",
- "PY": "price_1SJnMpB6bFjHQirAlHeaF0Pw",
- "US": "price_XXXXX_monthly_us_PROD"
- },
- "Yearly": {
- "BR": "price_1SJnEpB6bFjHQirAw8NN6i0K",
- "PY": "price_1SJnNiB6bFjHQirAdE953q8Q",
- "US": "price_XXXXX_yearly_us_PROD"
- }
- }
+ "WebhookSecret": "whsec_gYri7qNVHc18sREu2eXnjdRzklwRf3hI"
},
"ResourceMonitoring": {
"Enabled": true,