diff --git a/Resources/SharedResource.en.resx b/Resources/SharedResource.en.resx index 29854b7..70b1415 100644 --- a/Resources/SharedResource.en.resx +++ b/Resources/SharedResource.en.resx @@ -796,10 +796,16 @@ QR code scan counter + + Three QR code styles + Enable scan counter QR code will use redirect URL to count scans + + Content produced by JobMaker. Specialist in system integrations and automation. + \ No newline at end of file diff --git a/Resources/SharedResource.es-PY.resx b/Resources/SharedResource.es-PY.resx index 9e113dd..9325daa 100644 --- a/Resources/SharedResource.es-PY.resx +++ b/Resources/SharedResource.es-PY.resx @@ -2044,12 +2044,18 @@ Contador de lecturas de códigos QR + + Tres estilos de código QR + Habilitar contador de lecturas El código QR usará URL de redireccionamiento para contabilizar lecturas + + Contenido producido por JobMaker. Especialista en integraciones de sistemas y automatización. + Todos los códigos QR generados por QR Rápido son estáticos y permanentes. Esto significa que el contenido está codificado directamente en el código QR y no puede ser modificado después de la generación. Este enfoque garantiza máxima privacidad, ya que no rastreamos escaneos, y funciona sin conexión sin depender de servidores externos. diff --git a/Resources/SharedResource.pt-BR.resx b/Resources/SharedResource.pt-BR.resx index e81c1b5..74ade57 100644 --- a/Resources/SharedResource.pt-BR.resx +++ b/Resources/SharedResource.pt-BR.resx @@ -2134,12 +2134,18 @@ Contador de leituras de QR codes + + Três estilos de QR Code + Habilitar contador de leituras QR code usará URL de redirect para contabilizar leituras + + Conteúdo produzido por JobMaker. Especialista em integrações de sistemas e automação. + 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,