{"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%8e%b0%e5%9c%a8%e4%bd%bf%e7%94%a8%e8%bf%99%e4%ba%9b%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e5%af%bb%e6%89%be%e9%87%91%e5%b1%9e","status":"publish","type":"post","link":"https:\/\/geeksmob.com\/zh_ms\/encontre-metais-agora-com-esses-apps\/","title":{"rendered":"\u7acb\u5373\u4f7f\u7528\u8fd9\u4e9b\u5e94\u7528\u7a0b\u5e8f\u67e5\u627e\u91d1\u5c5e"},"content":{"rendered":"<p>\u4f60\u77e5\u9053\u5417\uff1f\u624b\u673a\u53ef\u4ee5\u53d8\u6210\u4e00\u4e2a\u5b9e\u7528\u7684\u91d1\u5c5e\u63a2\u6d4b\u5668\u3002\u73b0\u5728\uff0c\u4efb\u4f55\u4eba\u90fd\u53ef\u4ee5\u901a\u8fc7\u514d\u8d39\u5e94\u7528\u7a0b\u5e8f\u8bc6\u522b\u9644\u8fd1\u662f\u5426\u5b58\u5728\u91d1\u5c5e\u7269\u4f53\uff0c\u4f8b\u5982\u786c\u5e01\u3001\u5de5\u5177\u3001\u53e4\u8463\uff0c\u751a\u81f3\u662f\u57cb\u85cf\u7684\u6587\u7269\u3002\u5982\u679c\u4f60\u597d\u5947\u3001\u559c\u6b22\u5192\u9669\uff0c\u6216\u8005\u53ea\u662f\u60f3\u8bd5\u8bd5\u8fd9\u9879\u6280\u672f\uff0c\u8bf7\u7ee7\u7eed\u9605\u8bfb\uff0c\u4e86\u89e3\u4e00\u4e9b\u53ef\u4ee5\u7528\u624b\u673a\u63a2\u6d4b\u91d1\u5c5e\u7684\u6700\u4f73\u5e94\u7528\u7a0b\u5e8f\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\u5c5e\u63a2\u6d4b\u5668\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">\u91d1\u5c5e\u63a2\u6d4b\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 \u6761\u8bc4\u8bba<\/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\u8f7d<\/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_ms\/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\u88c5\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/zh_ms\/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                        \u4ece Apple Store \u5b89\u88c5\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p>\u5927\u591a\u6570\u667a\u80fd\u624b\u673a\u90fd\u5185\u7f6e\u4e86\u78c1\u4f20\u611f\u5668\uff0c\u4f8b\u5982\u78c1\u529b\u8ba1\u2014\u2014\u4e0e\u6307\u5357\u9488\u7684\u663e\u793a\u539f\u7406\u76f8\u540c\u3002\u8fd9\u4e9b\u4f20\u611f\u5668\u53ef\u4ee5\u68c0\u6d4b\u8bbe\u5907\u5468\u56f4\u78c1\u573a\u7684\u53d8\u5316\u3002\u91d1\u5c5e\u63a2\u6d4b\u5e94\u7528\u5229\u7528\u8fd9\u4e00\u70b9\uff0c\u5f53\u9644\u8fd1\u6709\u91d1\u5c5e\u7269\u4f53\u65f6\u4f1a\u53d1\u51fa\u8b66\u62a5\u3002\u6700\u68d2\u7684\u662f\uff0c\u60a8\u53ef\u4ee5\u7acb\u5373\u5f00\u59cb\u4f7f\u7528\u5b83\u4eec\uff0c\u65e0\u9700\u4efb\u4f55\u989d\u5916\u7684\u914d\u4ef6\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u91d1\u5c5e\u63a2\u6d4b\u5668\u5e94\u7528\u7a0b\u5e8f\u5982\u4f55\u5de5\u4f5c\uff1f<\/h4>\n\n\n\n<p>\u8fd9\u4e9b\u5e94\u7528\u4f7f\u7528\u624b\u673a\u5185\u7f6e\u7684\u4f20\u611f\u5668\u6765\u6d4b\u91cf\u78c1\u573a\u5f3a\u5ea6\u3002\u5f53\u4f60\u5c06\u624b\u673a\u9760\u8fd1\u91d1\u5c5e\u7269\u4f53\u65f6\uff0c\u4f20\u611f\u5668\u4f1a\u68c0\u6d4b\u5230\u53d8\u5316\u5e76\u53d1\u51fa\u89c6\u89c9\u6216\u58f0\u97f3\u8b66\u62a5\u3002\u6709\u4e9b\u5e94\u7528\u751a\u81f3\u4f1a\u663e\u793a\u5b9e\u65f6\u56fe\u8868\uff0c\u6307\u793a\u4fe1\u53f7\u5f3a\u5ea6\uff0c\u751a\u81f3\u5728\u4f60\u9760\u8fd1\u91d1\u5c5e\u7269\u4f53\u65f6\u53d1\u51fa\u632f\u52a8\u3002<\/p>\n\n\n\n<p>\u867d\u7136\u5b83\u4eec\u4e0d\u80fd\u66ff\u4ee3\u4e13\u4e1a\u7684\u68c0\u6d4b\u8bbe\u5907\uff0c\u4f46\u8fd9\u4e9b\u5e94\u7528\u7a0b\u5e8f\u975e\u5e38\u9002\u5408\u4f11\u95f2\u4f7f\u7528\uff0c\u5e76\u4e14\u5728\u540e\u9662\u3001\u8f66\u5e93\u3001\u6d77\u6ee9\u6216\u5c0f\u5f84\u7b49\u73af\u5883\u4e2d\u8868\u73b0\u51fa\u5947\u7684\u597d\u7528\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u4f7f\u7528\u624b\u673a\u5bfb\u627e\u91d1\u5c5e\u7684\u6700\u4f73\u5e94\u7528\u7a0b\u5e8f<\/h4>\n\n\n\n<p>\u6211\u4eec\u9009\u62e9\u4e86\u5e94\u7528\u5546\u5e97\u4e2d\u6700\u53d7\u6b22\u8fce\u548c\u8bc4\u4ef7\u6700\u9ad8\u7684\u5e94\u7528\u7a0b\u5e8f\u4f9b\u60a8\u5c1d\u8bd5\uff1a<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\u91d1\u5c5e\u63a2\u6d4b\u5668 \u2013 \u667a\u80fd\u5de5\u5177\u516c\u53f8<\/strong><br>\u540c\u7c7b\u5e94\u7528\u4e2d\u5386\u53f2\u6700\u60a0\u4e45\u3001\u6700\u53ef\u9760\u7684\u4e4b\u4e00\u3002\u5b83\u53ef\u4ee5\u663e\u793a\u78c1\u573a\u5f3a\u5ea6\uff0c\u5e76\u5728\u68c0\u6d4b\u5230\u7269\u4f53\u65f6\u53d1\u51fa\u58f0\u97f3\u3002<\/li>\n\n\n\n<li><strong>\u78c1\u6027\u91d1\u5c5e\u63a2\u6d4b\u5668 \u2013 Netigen Tools<\/strong><br>\u754c\u9762\u73b0\u4ee3\uff0c\u8bfb\u6570\u7cbe\u51c6\uff0c\u975e\u5e38\u9002\u5408\u8461\u8404\u7259\u8bed\u7528\u6237\u4f7f\u7528\u3002\u5b83\u5177\u6709\u632f\u52a8\u6a21\u5f0f\u548c\u89c6\u89c9\u63d0\u9192\u3002<\/li>\n\n\n\n<li><strong>\u91d1\u5c5e\u63a2\u6d4b\u5668 EMF<\/strong><br>\u9664\u4e86\u68c0\u6d4b\u91d1\u5c5e\u4e4b\u5916\uff0c\u8be5\u5e94\u7528\u7a0b\u5e8f\u8fd8\u53ef\u4ee5\u8bc6\u522b\u9644\u8fd1\u7684\u7535\u78c1\u573a\uff0c\u63d0\u4f9b\u66f4\u5e7f\u6cdb\u7684\u73af\u5883\u5206\u6790\u3002<\/li>\n\n\n\n<li><strong>\u91d1\u94f6\u63a2\u6d4b\u5668<\/strong><br>\u867d\u7136\u5b83\u65e0\u6cd5\u533a\u5206\u91d1\u5c5e\u7684\u7c7b\u578b\uff0c\u4f46\u8be5\u5e94\u7528\u7a0b\u5e8f\u901a\u8fc7\u4e0d\u540c\u7684\u8b66\u62a5\u6a21\u62df\u6b64\u529f\u80fd\uff0c\u975e\u5e38\u9002\u5408\u5a31\u4e50\u3002<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">\u83b7\u5f97\u6700\u4f73\u6548\u679c\u7684\u6280\u5de7<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u53d6\u4e0b\u624b\u673a\u58f3\u4ee5\u907f\u514d\u5e72\u6270\u3002<\/li>\n\n\n\n<li>\u8ba9\u624b\u673a\u8fdc\u79bb\u626c\u58f0\u5668\u6216\u78c1\u94c1\u3002<\/li>\n\n\n\n<li>\u8bf7\u5728\u5e73\u5766\u7684\u8868\u9762\u4e0a\u5e76\u8fdc\u79bb\u7535\u6e90\u63d2\u5ea7\u4f7f\u7528\u8be5\u5e94\u7528\u7a0b\u5e8f\u3002<\/li>\n\n\n\n<li>\u5c1d\u8bd5\u5c06\u624b\u673a\u7f13\u6162\u79fb\u52a8\u5230\u6240\u9700\u4f4d\u7f6e\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u503c\u5f97\u4f7f\u7528\u5417\uff1f<\/h4>\n\n\n\n<p>\u662f\u7684\uff01\u5982\u679c\u60a8\u6b63\u5728\u5bfb\u627e\u4e00\u6b3e\u6709\u8da3\u5b9e\u7528\u7684\u5de5\u5177\u6765\u63a2\u7d22\u3001\u73a9\u8f6c\uff0c\u751a\u81f3\u6d4b\u8bd5\u4e00\u4e9b\u5c0f\u9879\u76ee\uff0c\u91d1\u5c5e\u63a2\u6d4b\u5668\u5e94\u7528\u662f\u4e00\u4e2a\u4e0d\u9519\u7684\u9009\u62e9\u3002\u5b83\u4eec\u8f7b\u5de7\u3001\u514d\u8d39\uff0c\u5e76\u4e14\u53ef\u5728\u5927\u591a\u6570\u5b89\u5353\u548c iOS \u624b\u673a\u4e0a\u8fd0\u884c\u3002\u867d\u7136\u5b83\u4eec\u5728\u7cbe\u5ea6\u548c\u63a2\u6d4b\u8303\u56f4\u65b9\u9762\u65e0\u6cd5\u53d6\u4ee3\u4e13\u4e1a\u63a2\u6d4b\u5668\uff0c\u4f46\u5bf9\u4e8e\u521d\u5b66\u8005\u6216\u597d\u5947\u7684\u4eba\u6765\u8bf4\uff0c\u5b83\u4eec\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\u5c5e\u63a2\u6d4b\u5668\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">\u91d1\u5c5e\u63a2\u6d4b\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 \u6761\u8bc4\u8bba<\/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\u8f7d<\/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_ms\/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\u88c5\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/zh_ms\/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                        \u4ece Apple Store \u5b89\u88c5\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_ms\/wp-json\/wp\/v2\/posts\/1313","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/comments?post=1313"}],"version-history":[{"count":1,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/posts\/1313\/revisions"}],"predecessor-version":[{"id":1315,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/posts\/1313\/revisions\/1315"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/media\/1314"}],"wp:attachment":[{"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/media?parent=1313"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/categories?post=1313"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/tags?post=1313"}],"curies":[{"name":"\u53ef\u6e7f\u6027\u7c89\u5242","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}