{"id":1313,"date":"2025-06-07T05:01:45","date_gmt":"2025-06-07T05:01:45","guid":{"rendered":"https:\/\/geeksmob.com\/?p=1313"},"modified":"2025-06-07T05:01:46","modified_gmt":"2025-06-07T05:01:46","slug":"%e7%8f%be%e5%9c%a8%e4%bd%bf%e7%94%a8%e9%80%99%e4%ba%9b%e6%87%89%e7%94%a8%e7%a8%8b%e5%bc%8f%e5%b0%8b%e6%89%be%e9%87%91%e5%b1%ac","status":"publish","type":"post","link":"https:\/\/geeksmob.com\/zh\/encontre-metais-agora-com-esses-apps\/","title":{"rendered":"\u7acb\u5373\u4f7f\u7528\u9019\u4e9b\u61c9\u7528\u7a0b\u5f0f\u5c0b\u627e\u91d1\u5c6c"},"content":{"rendered":"<p>\u4f60\u77e5\u9053\u55ce\uff1f\u624b\u6a5f\u53ef\u4ee5\u8b8a\u6210\u4e00\u500b\u5be6\u7528\u7684\u91d1\u5c6c\u63a2\u6e2c\u5668\u3002\u73fe\u5728\uff0c\u4efb\u4f55\u4eba\u90fd\u53ef\u4ee5\u900f\u904e\u514d\u8cbb\u61c9\u7528\u7a0b\u5f0f\u8b58\u5225\u9644\u8fd1\u662f\u5426\u5b58\u5728\u91d1\u5c6c\u7269\u9ad4\uff0c\u4f8b\u5982\u786c\u5e63\u3001\u5de5\u5177\u3001\u53e4\u8463\uff0c\u751a\u81f3\u662f\u57cb\u85cf\u7684\u6587\u7269\u3002\u5982\u679c\u4f60\u597d\u5947\u3001\u559c\u6b61\u5192\u96aa\uff0c\u6216\u53ea\u662f\u60f3\u8a66\u8a66\u9019\u9805\u6280\u8853\uff0c\u8acb\u7e7c\u7e8c\u95b1\u8b80\uff0c\u4e86\u89e3\u4e00\u4e9b\u53ef\u4ee5\u7528\u624b\u6a5f\u63a2\u6e2c\u91d1\u5c6c\u7684\u6700\u4f73\u61c9\u7528\u7a0b\u5f0f\u3002<\/p>\n\n\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\/6ooj966CkDyNIY4qdwrbZlNlJt2mGCTtIyY9Dr3RMq4LAGKpXZMmLrhEXX2Fal9Cx0E=w240-h480-rw\" alt=\"\u91d1\u5c6c\u63a2\u6e2c\u5668\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">\u91d1\u5c6c\u63a2\u6e2c\u5668<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,3<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">80,876 \u5247\u8a55\u8ad6<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">10 \u82f1\u91cc\u4ee5\u4e0a<\/span>\n                                <span class=\"app-card-sc-downloads-label\">\u4e0b\u8f09<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/zh\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=kr.sira.metal\" 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\u88dd\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/zh\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/smart-metal-detector\/id1114708518\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        \u5f9e Apple Store \u5b89\u88dd\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p>\u5927\u591a\u6578\u667a\u6167\u578b\u624b\u6a5f\u90fd\u5167\u5efa\u4e86\u78c1\u6027\u611f\u61c9\u5668\uff0c\u4f8b\u5982\u78c1\u529b\u8a08\u2014\u2014\u8207\u6307\u5357\u91dd\u7684\u986f\u793a\u539f\u7406\u76f8\u540c\u3002\u9019\u4e9b\u611f\u6e2c\u5668\u53ef\u4ee5\u6aa2\u6e2c\u8a2d\u5099\u5468\u570d\u78c1\u5834\u7684\u8b8a\u5316\u3002\u91d1\u5c6c\u63a2\u6e2c\u61c9\u7528\u5229\u7528\u9019\u4e00\u9ede\uff0c\u7576\u9644\u8fd1\u6709\u91d1\u5c6c\u7269\u9ad4\u6642\u6703\u767c\u51fa\u8b66\u5831\u3002\u6700\u68d2\u7684\u662f\uff0c\u60a8\u53ef\u4ee5\u7acb\u5373\u958b\u59cb\u4f7f\u7528\u5b83\u5011\uff0c\u7121\u9700\u4efb\u4f55\u984d\u5916\u7684\u914d\u4ef6\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u91d1\u5c6c\u63a2\u6e2c\u5668\u61c9\u7528\u7a0b\u5f0f\u5982\u4f55\u904b\u4f5c\uff1f<\/h4>\n\n\n\n<p>\u9019\u4e9b\u61c9\u7528\u4f7f\u7528\u624b\u6a5f\u5167\u5efa\u7684\u611f\u6e2c\u5668\u4f86\u6e2c\u91cf\u78c1\u5834\u5f37\u5ea6\u3002\u7576\u4f60\u5c07\u624b\u6a5f\u9760\u8fd1\u91d1\u5c6c\u7269\u9ad4\u6642\uff0c\u611f\u61c9\u5668\u6703\u5075\u6e2c\u5230\u8b8a\u5316\u4e26\u767c\u51fa\u8996\u89ba\u6216\u8072\u97f3\u8b66\u5831\u3002\u6709\u4e9b\u61c9\u7528\u751a\u81f3\u6703\u986f\u793a\u5373\u6642\u5716\u8868\uff0c\u6307\u793a\u8a0a\u865f\u5f37\u5ea6\uff0c\u751a\u81f3\u5728\u4f60\u9760\u8fd1\u91d1\u5c6c\u7269\u9ad4\u6642\u767c\u51fa\u632f\u52d5\u3002<\/p>\n\n\n\n<p>\u96d6\u7136\u5b83\u5011\u4e0d\u80fd\u53d6\u4ee3\u5c08\u696d\u7684\u6aa2\u6e2c\u8a2d\u5099\uff0c\u4f46\u9019\u4e9b\u61c9\u7528\u7a0b\u5f0f\u975e\u5e38\u9069\u5408\u4f11\u9592\u4f7f\u7528\uff0c\u4e26\u4e14\u5728\u5f8c\u9662\u3001\u8eca\u5eab\u3001\u6d77\u7058\u6216\u5c0f\u5f91\u7b49\u74b0\u5883\u4e2d\u8868\u73fe\u51fa\u5947\u7684\u597d\u7528\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u4f7f\u7528\u624b\u6a5f\u5c0b\u627e\u91d1\u5c6c\u7684\u6700\u4f73\u61c9\u7528\u7a0b\u5f0f<\/h4>\n\n\n\n<p>\u6211\u5011\u9078\u64c7\u4e86\u61c9\u7528\u7a0b\u5f0f\u5546\u5e97\u4e2d\u6700\u53d7\u6b61\u8fce\u548c\u8a55\u50f9\u6700\u9ad8\u7684\u61c9\u7528\u7a0b\u5f0f\u4f9b\u60a8\u5617\u8a66\uff1a<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\u91d1\u5c6c\u63a2\u6e2c\u5668 \u2013 \u667a\u6167\u5de5\u5177\u516c\u53f8<\/strong><br>\u540c\u985e\u61c9\u7528\u4e2d\u6b77\u53f2\u6700\u60a0\u4e45\u3001\u6700\u53ef\u9760\u7684\u4e4b\u4e00\u3002\u5b83\u53ef\u4ee5\u986f\u793a\u78c1\u5834\u5f37\u5ea6\uff0c\u4e26\u5728\u6aa2\u6e2c\u5230\u7269\u9ad4\u6642\u767c\u51fa\u8072\u97f3\u3002<\/li>\n\n\n\n<li><strong>\u78c1\u6027\u91d1\u5c6c\u63a2\u6e2c\u5668 \u2013 Netigen Tools<\/strong><br>\u4ecb\u9762\u73fe\u4ee3\uff0c\u8b80\u6578\u7cbe\u6e96\uff0c\u975e\u5e38\u9069\u5408\u8461\u8404\u7259\u8a9e\u4f7f\u7528\u8005\u4f7f\u7528\u3002\u5b83\u5177\u6709\u632f\u52d5\u6a21\u5f0f\u548c\u8996\u89ba\u63d0\u9192\u3002<\/li>\n\n\n\n<li><strong>\u91d1\u5c6c\u63a2\u6e2c\u5668 EMF<\/strong><br>\u9664\u4e86\u6aa2\u6e2c\u91d1\u5c6c\u4e4b\u5916\uff0c\u8a72\u61c9\u7528\u7a0b\u5f0f\u9084\u53ef\u4ee5\u8b58\u5225\u9644\u8fd1\u7684\u96fb\u78c1\u5834\uff0c\u63d0\u4f9b\u66f4\u5ee3\u6cdb\u7684\u74b0\u5883\u5206\u6790\u3002<\/li>\n\n\n\n<li><strong>\u91d1\u9280\u63a2\u6e2c\u5668<\/strong><br>\u96d6\u7136\u5b83\u7121\u6cd5\u5340\u5206\u91d1\u5c6c\u7684\u985e\u578b\uff0c\u4f46\u8a72\u61c9\u7528\u7a0b\u5f0f\u900f\u904e\u4e0d\u540c\u7684\u8b66\u5831\u6a21\u64ec\u6b64\u529f\u80fd\uff0c\u975e\u5e38\u9069\u5408\u5a1b\u6a02\u3002<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">\u7372\u5f97\u6700\u4f73\u6548\u679c\u7684\u6280\u5de7<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u53d6\u4e0b\u624b\u6a5f\u6bbc\u4ee5\u907f\u514d\u5e72\u64fe\u3002<\/li>\n\n\n\n<li>\u8b93\u624b\u6a5f\u9060\u96e2\u63da\u8072\u5668\u6216\u78c1\u9435\u3002<\/li>\n\n\n\n<li>\u8acb\u5728\u5e73\u5766\u7684\u8868\u9762\u4e0a\u4e26\u9060\u96e2\u96fb\u6e90\u63d2\u5ea7\u4f7f\u7528\u61c9\u7528\u7a0b\u5f0f\u3002<\/li>\n\n\n\n<li>\u5617\u8a66\u5c07\u624b\u6a5f\u7de9\u6162\u79fb\u52d5\u5230\u6240\u9700\u4f4d\u7f6e\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u503c\u5f97\u4f7f\u7528\u55ce\uff1f<\/h4>\n\n\n\n<p>\u662f\u7684\uff01\u5982\u679c\u60a8\u6b63\u5728\u5c0b\u627e\u4e00\u6b3e\u6709\u8da3\u53c8\u5be6\u7528\u7684\u5de5\u5177\u4f86\u63a2\u7d22\u3001\u73a9\u8f49\uff0c\u751a\u81f3\u6e2c\u8a66\u4e00\u4e9b\u5c0f\u9805\u76ee\uff0c\u91d1\u5c6c\u63a2\u6e2c\u5668\u61c9\u7528\u662f\u4e00\u500b\u4e0d\u932f\u7684\u9078\u64c7\u3002\u5b83\u5011\u8f15\u5de7\u3001\u514d\u8cbb\uff0c\u4e26\u4e14\u53ef\u5728\u5927\u591a\u6578\u5b89\u5353\u548c iOS \u624b\u6a5f\u4e0a\u904b\u884c\u3002\u96d6\u7136\u5b83\u5011\u5728\u7cbe\u5ea6\u548c\u63a2\u6e2c\u7bc4\u570d\u65b9\u9762\u7121\u6cd5\u53d6\u4ee3\u5c08\u696d\u63a2\u6e2c\u5668\uff0c\u4f46\u5c0d\u65bc\u521d\u5b78\u8005\u6216\u597d\u5947\u7684\u4eba\u4f86\u8aaa\uff0c\u5b83\u5011\u975e\u5e38\u7406\u60f3\u3002<\/p>\n\n\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\/6ooj966CkDyNIY4qdwrbZlNlJt2mGCTtIyY9Dr3RMq4LAGKpXZMmLrhEXX2Fal9Cx0E=w240-h480-rw\" alt=\"\u91d1\u5c6c\u63a2\u6e2c\u5668\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">\u91d1\u5c6c\u63a2\u6e2c\u5668<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,3<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">80,876 \u5247\u8a55\u8ad6<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">10 \u82f1\u91cc\u4ee5\u4e0a<\/span>\n                                <span class=\"app-card-sc-downloads-label\">\u4e0b\u8f09<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/zh\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=kr.sira.metal\" 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\u88dd\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/zh\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/smart-metal-detector\/id1114708518\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        \u5f9e Apple Store \u5b89\u88dd\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>","protected":false},"excerpt":{"rendered":"<p>Voc\u00ea sabia que \u00e9 poss\u00edvel transformar seu celular em um detector de metais funcional? Com a ajuda de aplicativos gratuitos, hoje em dia qualquer pessoa pode identificar a presen\u00e7a de objetos met\u00e1licos pr\u00f3ximos, como moedas, ferramentas, pe\u00e7as antigas e at\u00e9 objetos enterrados. Se voc\u00ea \u00e9 curioso, aventureiro ou quer apenas testar essa tecnologia, continue lendo [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1314,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32],"tags":[],"class_list":{"0":"post-1313","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos"},"_links":{"self":[{"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/posts\/1313","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/comments?post=1313"}],"version-history":[{"count":1,"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/posts\/1313\/revisions"}],"predecessor-version":[{"id":1315,"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/posts\/1313\/revisions\/1315"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/media\/1314"}],"wp:attachment":[{"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/media?parent=1313"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/categories?post=1313"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geeksmob.com\/zh\/wp-json\/wp\/v2\/tags?post=1313"}],"curies":[{"name":"\u53ef\u6fd5\u6027\u7c89\u5291","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}