{"id":48589,"date":"2025-06-06T02:44:36","date_gmt":"2025-06-06T02:44:36","guid":{"rendered":"https:\/\/yokohub.com\/?p=48589"},"modified":"2025-06-07T06:21:39","modified_gmt":"2025-06-07T06:21:39","slug":"%e6%96%b0%e6%95%99%e7%ba%a6%e4%bc%9a%e5%ba%94%e7%94%a8","status":"publish","type":"post","link":"https:\/\/yokohub.com\/zh\/aplicativo-de-relacionamento-protestante\/","title":{"rendered":"\u65b0\u6559\u7ea6\u4f1a\u5e94\u7528"},"content":{"rendered":"<p>\u5bfb\u627e\u62e5\u6709\u76f8\u540c\u4fe1\u4ef0\u548c\u4ef7\u503c\u89c2\u7684\u4f34\u4fa3\u662f\u5355\u8eab\u57fa\u7763\u5f92\u7684\u5171\u540c\u613f\u671b\u3002\u968f\u7740\u79d1\u6280\u7684\u8fdb\u6b65\uff0c\u4e00\u4e9b\u5e73\u53f0\u5e94\u8fd0\u800c\u751f\uff0c\u4fc3\u8fdb\u4e86\u8fd9\u79cd\u76f8\u9047\uff0c\u5e76\u63d0\u4f9b\u4e86\u66f4\u591a\u7b26\u5408\u57fa\u7763\u6559\u539f\u5219\u3001\u610f\u4e49\u6df1\u8fdc\u7684\u8054\u7cfb\u3002<\/p>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/GauRhPI8bYrByrZxEB0-MNBSpHEcUTn-OytZMGwHagEgfP8j685oyCUw_-mRNw4_pA28=w240-h480-rw\" alt=\"SALT \u57fa\u7763\u6559\u7ea6\u4f1a\u5e94\u7528\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">SALT \u57fa\u7763\u6559\u7ea6\u4f1a\u5e94\u7528<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,2<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">7,832 \u6761\u8bc4\u8bba<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">1 \u82f1\u91cc\u4ee5\u4e0a<\/span>\n                                <span class=\"app-card-sc-downloads-label\">\u4e0b\u8f7d<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/yokohub.com\/zh\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.besalt.app\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        \u5728 Google Play \u4e0a\u5b89\u88c5\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/yokohub.com\/zh\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/salt-app-de-encontros-cristos\/id1276115488\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        \u4ece Apple Store \u5b89\u88c5\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n<p>\u5728\u8fd9\u4e9b\u5e73\u53f0\u4e2d\uff0c\u6700\u5f15\u4eba\u6ce8\u76ee\u7684\u662f <span class=\"remove\" data-no-translation=\"\">SALT<\/span>\uff0c\u4e00\u6b3e\u4e13\u4e3a\u5bfb\u6c42\u4e25\u8083\u3001\u57fa\u4e8e\u4fe1\u4ef0\u7684\u627f\u8bfa\u7684\u57fa\u7763\u5f92\u8bbe\u8ba1\u7684\u7ea6\u4f1a\u5e94\u7528\u3002\u9002\u7528\u4e8e <strong>\u4e0b\u8f7d<\/strong> \u5728 <span class=\"remove\" data-no-translation=\"\">Play Store<\/span> \u4ee5\u53ca <span class=\"remove\" data-no-translation=\"\">App Store<\/span>\uff0c \u8fd9 <span class=\"remove\" data-no-translation=\"\">SALT<\/span> \u5df2\u5e2e\u52a9\u6210\u5343\u4e0a\u4e07\u7684\u4eba\u627e\u5230\u4e86\u7406\u60f3\u7684\u4f34\u4fa3\u3002<\/p>\n<h2>\u4f7f\u7528\u7684\u4f18\u52bf <span class=\"remove\" data-no-translation=\"\">SALT<\/span><\/h2>\n<p>\u8fd9 <span class=\"remove\" data-no-translation=\"\">SALT<\/span> \u63d0\u4f9b\u4e2a\u6027\u5316\u4f53\u9a8c\uff0c\u8ba9\u7528\u6237\u627e\u5230\u5174\u8da3\u548c\u4ef7\u503c\u89c2\u76f8\u8fd1\u7684\u4eba\u3002\u8be5\u5e73\u53f0\u62e5\u6709\u4e00\u5957\u517c\u5bb9\u6027\u7cfb\u7edf\uff0c\u4f1a\u8003\u8651\u57fa\u7763\u6559\u4fe1\u4ef0\u7684\u4e00\u4e9b\u91cd\u8981\u65b9\u9762\uff0c\u4f8b\u5982\u6559\u6d3e\u3001\u6559\u5802\u51fa\u5e2d\u7387\u4ee5\u53ca\u7ec4\u5efa\u57fa\u7763\u6559\u5bb6\u5ead\u7684\u610f\u613f\u3002<\/p>\n<p>\u6b64\u5916\uff0c\u8be5\u5e94\u7528\u7a0b\u5e8f\u8fd8\u63d0\u4f9b\u4e86\u4e00\u4e2a\u5b89\u5168\u4e14\u5c0a\u91cd\u7684\u73af\u5883\uff0c\u7528\u6237\u53ef\u4ee5\u5b89\u5fc3\u5730\u8fdb\u884c\u4e92\u52a8\u3002\u51ed\u501f\u76f4\u89c2\u7684\u754c\u9762\u548c\u5148\u8fdb\u7684\u529f\u80fd\uff0c <span class=\"remove\" data-no-translation=\"\">SALT<\/span> \u4fc3\u8fdb\u6c9f\u901a\u548c\u5efa\u7acb\u7a33\u56fa\u3001\u6301\u4e45\u7684\u5173\u7cfb\u3002<\/p>\n<h2>\u5bfb\u627e\u57fa\u4e8e\u4fe1\u4ef0\u7684\u7231\u60c5<\/h2>\n<p>\u8fd9 <span class=\"remove\" data-no-translation=\"\">SALT<\/span> \u5b83\u4e0d\u4ec5\u4ec5\u662f\u4e00\u6b3e\u7ea6\u4f1a\u5e94\u7528\uff1b\u5b83\u662f\u4e00\u4e2a\u57fa\u7763\u5f92\u793e\u7fa4\uff0c\u81f4\u529b\u4e8e\u5bfb\u627e\u80fd\u591f\u5206\u4eab\u751f\u6d3b\u548c\u4fe1\u4ef0\u7684\u4f34\u4fa3\u3002\u8be5\u5e73\u53f0\u62e5\u6709\u5168\u7403\u6570\u5343\u540d\u7528\u6237\uff0c\u81f4\u529b\u4e8e\u5c06\u62e5\u6709\u76f8\u540c\u7cbe\u795e\u4ef7\u503c\u89c2\u7684\u4f34\u4fa3\u8054\u7cfb\u5728\u4e00\u8d77\u3002<\/p>\n<h3><span class=\"remove\" data-no-translation=\"\">SALT<\/span><\/h3>\n<p>\u8fd9 <span class=\"remove\" data-no-translation=\"\">SALT<\/span> \u662f\u4e00\u6b3e\u4e13\u4e3a\u5bfb\u6c42\u4fe1\u4ef0\u5a5a\u59fb\u7684\u57fa\u7763\u5f92\u6253\u9020\u7684\u7ea6\u4f1a\u5e94\u7528\u3002 <strong>\u4e0b\u8f7d<\/strong> \u5728 <span class=\"remove\" data-no-translation=\"\">Play Store<\/span> \u4ee5\u53ca <span class=\"remove\" data-no-translation=\"\">App Store<\/span>\uff0c\u8be5\u5e94\u7528\u7a0b\u5e8f\u63d0\u4f9b\u4e86\u4e00\u4e2a\u5b89\u5168\u53ef\u9760\u7684\u5e73\u53f0\u6765\u5bfb\u627e\u771f\u7231\u3002<\/p>\n<p>\u5177\u6709\u6309\u9762\u989d\u3001\u4f4d\u7f6e\u548c\u5174\u8da3\u8fdb\u884c\u7b5b\u9009\u7b49\u529f\u80fd\uff0c <span class=\"remove\" data-no-translation=\"\">SALT<\/span> \u4e3a\u62e5\u6709\u76f8\u540c\u4ef7\u503c\u89c2\u548c\u4eba\u751f\u76ee\u6807\u7684\u4eba\u4eec\u7275\u7ebf\u642d\u6865\u3002\u6b64\u5916\uff0c\u8be5\u5e73\u53f0\u8fd8\u63d0\u4f9b\u652f\u6301\u548c\u6307\u5bfc\uff0c\u5e2e\u52a9\u7528\u6237\u8d70\u5411\u5a5a\u59fb\u7684\u6bbf\u5802\u3002<\/p>\n<h2>\u589e\u5f3a\u8fde\u63a5\u7684\u529f\u80fd<\/h2>\n<p>\u8fd9 <span class=\"remove\" data-no-translation=\"\">SALT<\/span> \u5b83\u62e5\u6709\u591a\u9879\u529f\u80fd\uff0c\u4f7f\u7528\u6237\u4f53\u9a8c\u66f4\u52a0\u5b8c\u5584\u548c\u6709\u610f\u4e49\u3002\u5176\u4e2d\uff0c\u6309\u6559\u4f1a\u3001\u5e74\u9f84\u548c\u5730\u70b9\u7b5b\u9009\u7684\u641c\u7d22\u529f\u80fd\u5c24\u4e3a\u7a81\u51fa\uff0c\u6b64\u5916\u8fd8\u6709\u65b9\u4fbf\u7528\u6237\u8054\u7cfb\u7684\u6c9f\u901a\u5de5\u5177\u3002\u8fd9\u4e9b\u529f\u80fd\u6709\u52a9\u4e8e\u5efa\u7acb\u57fa\u4e8e\u5c0a\u91cd\u3001\u4fe1\u4efb\u548c\u7075\u6027\u7684\u5173\u7cfb\u3002<\/p>\n<h2>\u5e38\u89c1\u95ee\u9898 (FAQ)<\/h2>\n<div class=\"collapsible\" onclick=\"toggleContent(this)\">\n    <i class=\"fas fa-plus\"><\/i> \u8fd9 <span class=\"remove\" data-no-translation=\"\">SALT<\/span> \u5b83\u9002\u7528\u4e8e\u54ea\u4e9b\u64cd\u4f5c\u7cfb\u7edf\uff1f\n  <\/div>\n<div class=\"content\">\n<p>\u8fd9 <span class=\"remove\" data-no-translation=\"\">SALT<\/span> \u53ef\u4ee5\u514d\u8d39\u4e0b\u8f7d <span class=\"remove\" data-no-translation=\"\">Play Store<\/span> \uff08Android\uff09 <span class=\"remove\" data-no-translation=\"\">App Store<\/span> \uff08iOS\uff09\u3002<\/p>\n<\/p><\/div>\n<div class=\"collapsible\" onclick=\"toggleContent(this)\">\n    <i class=\"fas fa-plus\"><\/i> \u4f7f\u7528 <span class=\"remove\" data-no-translation=\"\">SALT<\/span> \u5b83\u662f\u514d\u8d39\u7684\u5417\uff1f\n  <\/div>\n<div class=\"content\">\n<p>\u662f\u7684\uff0c <strong>\u4e0b\u8f7d<\/strong> \u5b83\u662f\u514d\u8d39\u7684\u3002\u4e0d\u8fc7\uff0c\u60a8\u53ef\u4ee5\u8d2d\u4e70\u9ad8\u7ea7\u529f\u80fd\uff0c\u4ee5\u83b7\u5f97\u66f4\u5b8c\u6574\u7684\u4f53\u9a8c\u3002<\/p>\n<\/p><\/div>\n<div class=\"collapsible\" onclick=\"toggleContent(this)\">\n    <i class=\"fas fa-plus\"><\/i> \u60a8\u5fc5\u987b\u662f\u4e00\u540d\u8654\u8bda\u7684\u57fa\u7763\u6559\u5f92\u624d\u80fd\u4f7f\u7528 <span class=\"remove\" data-no-translation=\"\">SALT<\/span>?\n  <\/div>\n<div class=\"content\">\n<p>\u8fd9 <strong>\u5e94\u7528<\/strong> \u5b83\u9488\u5bf9\u7684\u662f\u57fa\u7763\u5f92\uff0c\u4f46\u4efb\u4f55\u5c0a\u91cd\u57fa\u7763\u6559\u4fe1\u4ef0\u539f\u5219\u7684\u4eba\u90fd\u53ef\u4ee5\u53c2\u52a0\u3002<\/p>\n<\/p><\/div>\n<div class=\"collapsible\" onclick=\"toggleContent(this)\">\n    <i class=\"fas fa-plus\"><\/i> \u6211\u53ef\u4ee5\u5728 <span class=\"remove\" data-no-translation=\"\">SALT<\/span>?\n  <\/div>\n<div class=\"content\">\n<p>\u76ee\u524d\uff0c <strong>\u5e94\u7528<\/strong> \u4e0d\u5ba3\u4f20\u6d3b\u52a8\uff0c\u4f46\u7528\u6237\u53ef\u4ee5\u5206\u4eab\u6709\u5173\u5f53\u5730\u6559\u5802\u7684\u4f1a\u8bae\u548c\u6d3b\u52a8\u7684\u4fe1\u606f\u3002<\/p>\n<\/p><\/div>\n<div class=\"collapsible\" onclick=\"toggleContent(this)\">\n    <i class=\"fas fa-plus\"><\/i> \u8fd9 <span class=\"remove\" data-no-translation=\"\">SALT<\/span> \u4f60\u4eec\u6709\u652f\u6301\u548c\u5ba2\u6237\u670d\u52a1\u5417\uff1f\n  <\/div>\n<div class=\"content\">\n<p>\u662f\u7684\uff0c <strong>\u5e94\u7528<\/strong> \u63d0\u4f9b\u6280\u672f\u652f\u6301\u548c\u7535\u5b50\u90ae\u4ef6\u5e2e\u52a9\u6765\u5e2e\u52a9\u89e3\u51b3\u95ee\u9898\u3002<\/p>\n<\/p><\/div>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/GauRhPI8bYrByrZxEB0-MNBSpHEcUTn-OytZMGwHagEgfP8j685oyCUw_-mRNw4_pA28=w240-h480-rw\" alt=\"SALT \u57fa\u7763\u6559\u7ea6\u4f1a\u5e94\u7528\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">SALT \u57fa\u7763\u6559\u7ea6\u4f1a\u5e94\u7528<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,2<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">7,832 \u6761\u8bc4\u8bba<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">1 \u82f1\u91cc\u4ee5\u4e0a<\/span>\n                                <span class=\"app-card-sc-downloads-label\">\u4e0b\u8f7d<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/yokohub.com\/zh\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.besalt.app\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        \u5728 Google Play \u4e0a\u5b89\u88c5\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/yokohub.com\/zh\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/salt-app-de-encontros-cristos\/id1276115488\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        \u4ece Apple Store \u5b89\u88c5\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n<h2>\u7ed3\u8bba<\/h2>\n<p>\u5982\u679c\u4f60\u6b63\u5728\u5bfb\u627e\u57fa\u4e8e\u4fe1\u4ef0\u548c\u57fa\u7763\u6559\u6559\u4e49\u7684\u8ba4\u771f\u5173\u7cfb\uff0c <span class=\"remove\" data-no-translation=\"\">SALT<\/span> \u662f\u7406\u60f3\u7684\u9009\u62e9\u3002\u51ed\u501f\u6d3b\u8dc3\u7684\u793e\u533a\u548c\u4fc3\u8fdb\u6709\u610f\u4e49\u8054\u7cfb\u7684\u529f\u80fd\uff0c\u8be5\u5e94\u7528\u7a0b\u5e8f\u5df2\u6210\u4e3a\u4e16\u754c\u5404\u5730\u4f17\u591a\u57fa\u7763\u5f92\u7684\u5b9d\u8d35\u5de5\u5177\u3002<\/p>\n<p>\u4e0d\u8981\u9519\u8fc7\u57fa\u4e8e\u4fe1\u4ef0\u5bfb\u627e\u771f\u7231\u7684\u673a\u4f1a\u3002\u884c\u52a8\u8d77\u6765\uff01 <strong>\u4e0b\u8f7d<\/strong> \u7684 <span class=\"remove\" data-no-translation=\"\">SALT<\/span> \u5728 <span class=\"remove\" data-no-translation=\"\">Play Store<\/span> \u6216 <span class=\"remove\" data-no-translation=\"\">App Store<\/span> \u5e76\u5f00\u59cb\u60a8\u7684\u5e78\u798f\u5173\u7cfb\u4e4b\u65c5\u3002<\/p>","protected":false},"excerpt":{"rendered":"<p>Encontrar algu\u00e9m que compartilhe da mesma f\u00e9 e valores \u00e9 um desejo comum entre os crist\u00e3os solteiros. Com o avan\u00e7o da tecnologia, surgiram diversas plataformas que facilitam esse encontro, proporcionando conex\u00f5es mais significativas e alinhadas com os princ\u00edpios crist\u00e3os. Entre essas plataformas, destaca-se o SALT, um aplicativo de relacionamento voltado exclusivamente para crist\u00e3os que buscam &#8230; <a title=\"\u65b0\u6559\u7ea6\u4f1a\u5e94\u7528\" class=\"read-more\" href=\"https:\/\/yokohub.com\/zh\/aplicativo-de-relacionamento-protestante\/\" aria-label=\"\u9605\u8bfb Aplicativo de Relacionamento Protestante\">\u9605\u8bfb\u66f4\u591a<\/a><\/p>","protected":false},"author":1,"featured_media":48590,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,11],"tags":[],"class_list":["post-48589","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aplicativos","category-tecnologia"],"_links":{"self":[{"href":"https:\/\/yokohub.com\/zh\/wp-json\/wp\/v2\/posts\/48589","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yokohub.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yokohub.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yokohub.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yokohub.com\/zh\/wp-json\/wp\/v2\/comments?post=48589"}],"version-history":[{"count":4,"href":"https:\/\/yokohub.com\/zh\/wp-json\/wp\/v2\/posts\/48589\/revisions"}],"predecessor-version":[{"id":48640,"href":"https:\/\/yokohub.com\/zh\/wp-json\/wp\/v2\/posts\/48589\/revisions\/48640"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/yokohub.com\/zh\/wp-json\/wp\/v2\/media\/48590"}],"wp:attachment":[{"href":"https:\/\/yokohub.com\/zh\/wp-json\/wp\/v2\/media?parent=48589"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yokohub.com\/zh\/wp-json\/wp\/v2\/categories?post=48589"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yokohub.com\/zh\/wp-json\/wp\/v2\/tags?post=48589"}],"curies":[{"name":"\u53ef\u6e7f\u6027\u7c89\u5242","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}