{"id":4586,"date":"2025-05-11T02:41:22","date_gmt":"2025-05-10T18:41:22","guid":{"rendered":"https:\/\/ziweiscience.com\/?page_id=4586"},"modified":"2025-05-12T14:46:34","modified_gmt":"2025-05-12T06:46:34","slug":"ziweizhanzhankan","status":"publish","type":"page","link":"https:\/\/ziweiscience.com\/index.php\/ziweizhanzhankan\/","title":{"rendered":"\u7d2b\u5fae\u6597\u6570\u5360\u5360\u770b-\u4eca\u5929\u597d\u8fd0\u5417\uff1f"},"content":{"rendered":"\n<p>\u7d2b\u5fae\u6597\u6570\u5360\u5360\u770b-\u4eca\u5929\u597d\u8fd0\u5417\uff1f<\/p>\n\n\n\n<p style=\"margin-top:0;margin-bottom:0\">\u4f60\u7684\u624b\u6c14\u5982\u4f55\uff1f<\/p>\n\n\n\n<p style=\"margin-top:0;margin-bottom:0\">[\u82e5\u8981\u8be2\u95ee\u95ee\u9898\uff0c\u4e00\u5929\u53ea\u9650\u4e00\u6b21]<\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"zh\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u65f6\u6765\u8fd0\u8f6c<\/title>\n    <style>\n        body {\n            font-family: 'Microsoft JhengHei', Arial, sans-serif;\n            background-color: #f5f5f5;\n            color: #333;\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 20px;\n            text-align: center;\n        }\n        h1 {\n            color: #8e44ad;\n            margin-bottom: 5px;\n        }\n        h2 {\n            color: #9b59b6;\n            margin-top: 0;\n            font-size: 1.2em;\n        }\n        .date {\n            margin-bottom: 20px;\n            color: #666;\n        }\n        .category-select {\n            margin: 20px 0;\n        }\n        select {\n            padding: 8px 15px;\n            border-radius: 5px;\n            border: 1px solid #ddd;\n            font-size: 16px;\n        }\n        .cards-container {\n            display: flex;\n            justify-content: space-around;\n            flex-wrap: wrap;\n            margin: 30px 0;\n        }\n        .card {\n            width: 120px;\n            height: 180px;\n            background-color: white;\n            border-radius: 10px;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            margin: 10px;\n            padding: 10px;\n            position: relative;\n            transition: transform 0.3s;\n            border: 2px solid #e0e0e0;\n        }\n        .card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 12px rgba(0,0,0,0.15);\n        }\n        .card-name {\n            font-weight: bold;\n            font-size: 18px;\n            margin-top: 10px;\n            color: #8e44ad;\n        }\n        .card-emoji {\n            font-size: 50px;\n            margin-bottom: 10px;\n        }\n        .buttons {\n            margin: 20px 0;\n        }\n        button {\n            background-color: #9b59b6;\n            color: white;\n            border: none;\n            padding: 10px 20px;\n            margin: 0 10px;\n            border-radius: 5px;\n            cursor: pointer;\n            font-size: 16px;\n            transition: background-color 0.3s;\n        }\n        button:hover {\n            background-color: #8e44ad;\n        }\n        button:disabled {\n            background-color: #cccccc;\n            cursor: not-allowed;\n        }\n        .result {\n            background-color: white;\n            border-radius: 10px;\n            padding: 20px;\n            margin-top: 30px;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n            text-align: left;\n        }\n        .result-title {\n            color: #8e44ad;\n            border-bottom: 1px solid #eee;\n            padding-bottom: 10px;\n            margin-top: 0;\n        }\n        .hidden {\n            display: none;\n        }\n        .reset-btn {\n            background-color: #e74c3c;\n        }\n        .reset-btn:hover {\n            background-color: #c0392b;\n        }\n    <\/style>\n<\/head>\n<body>\n    <h1>Welcome<\/h1>\n    <div class=\"date\">2025\u5e745\u670812\u65e5<\/div>\n    \n    <div class=\"category-select\">\n        <label for=\"category\">\u9009\u53d6\u8981\u95ee\u4ec0\u4e48\u4e8b\uff1f<\/label>\n        <select id=\"category\">\n            <option value=\"\">\u8bf7\u9009\u62e9&#8230;<\/option>\n            <option value=\"career\">\u4e8b\u4e1a<\/option>\n            <option value=\"love\">\u611f\u60c5<\/option>\n            <option value=\"money\">\u94b1\u8d22<\/option>\n            <option value=\"relationship\">\u4eba\u9645\u5173\u7cfb<\/option>\n        <\/select>\n    <\/div>\n    \n    <div class=\"buttons\">\n        <button id=\"draw-main\">\u62bd\u53d6\u7b2c\u4e00\u5f20<\/button>\n        <button id=\"draw-secondary\" disabled>\u62bd\u53d6\u7b2c\u4e8c\u5f20<\/button>\n        <button id=\"reset\" class=\"reset-btn\">\u91cd\u65b0\u5f00\u59cb<\/button>\n    <\/div>\n    \n    <div class=\"cards-container\">\n        <div class=\"card hidden\" id=\"main-card\">\n            <div class=\"card-emoji\" id=\"main-emoji\"><\/div>\n            <div class=\"card-name\" id=\"main-name\"><\/div>\n        <\/div>\n        \n        <div class=\"card hidden\" id=\"secondary-card1\">\n            <div class=\"card-emoji\" id=\"secondary-emoji1\"><\/div>\n            <div class=\"card-name\" id=\"secondary-name1\"><\/div>\n        <\/div>\n        \n        <div class=\"card hidden\" id=\"secondary-card2\">\n            <div class=\"card-emoji\" id=\"secondary-emoji2\"><\/div>\n            <div class=\"card-name\" id=\"secondary-name2\"><\/div>\n        <\/div>\n    <\/div>\n    \n    <div class=\"result hidden\" id=\"result\">\n        <h3 class=\"result-title\">\u4eca\u65e5\u8fd0\u52bf\u89e3\u6790<\/h3>\n        <div id=\"result-content\"><\/div>\n    <\/div>\n\n    <script>\n        \/\/ \u4e3b\u661f\u5361\u724c\u6570\u636e\n        const mainCards = [\n            { name: \"\u7d2b\u5fae\", emoji: \"\ud83d\udc51\", restricted: [\"\u5316\u7984\", \"\u5316\u5fcc\"] },\n            { name: \"\u5929\u673a\", emoji: \"\ud83c\udf00\", restricted: [] },\n            { name: \"\u592a\u9633\", emoji: \"\u2600\ufe0f\", restricted: [] },\n            { name: \"\u6b66\u66f2\", emoji: \"\ud83d\udcb0\", restricted: [] },\n            { name: \"\u5929\u540c\", emoji: \"\ud83d\ude0a\", restricted: [] },\n            { name: \"\u5ec9\u8d1e\", emoji: \"\ud83c\udfad\", restricted: [] },\n            { name: \"\u5929\u5e9c\", emoji: \"\ud83c\udff0\", restricted: [\"\u5316\u7984\", \"\u5316\u79d1\", \"\u5316\u5fcc\", \"\u5316\u6743\"] },\n            { name: \"\u4e03\u6740\", emoji: \"\u2694\ufe0f\", restricted: [\"\u5316\u7984\", \"\u5316\u79d1\", \"\u5316\u5fcc\", \"\u5316\u6743\"] },\n            { name: \"\u5929\u6881\", emoji: \"\ud83d\udee1\ufe0f\", restricted: [\"\u5316\u5fcc\"] },\n            { name: \"\u5de8\u95e8\", emoji: \"\ud83d\udde3\ufe0f\", restricted: [] },\n            { name: \"\u8d2a\u72fc\", emoji: \"\ud83d\udc3a\", restricted: [] },\n            { name: \"\u592a\u9634\", emoji: \"\ud83c\udf19\", restricted: [] },\n            { name: \"\u7834\u519b\", emoji: \"\ud83d\udca3\", restricted: [\"\u5316\u79d1\", \"\u5316\u5fcc\"] },\n            { name: \"\u5929\u76f8\", emoji: \"\ud83c\udccf\", restricted: [\"\u5316\u7984\", \"\u5316\u79d1\", \"\u5316\u5fcc\", \"\u5316\u6743\"] },\n            { name: \"\u7a7a\u5361\", emoji: \"\ud83d\udd73\ufe0f\", restricted: [\"\u5316\u7984\", \"\u5316\u79d1\", \"\u5316\u5fcc\", \"\u5316\u6743\"] }\n        ];\n        \n        \/\/ \u8f85\u661f\u5361\u724c\u6570\u636e\n        const secondaryCards = [\n            { name: \"\u7984\u5b58\", emoji: \"\ud83d\udc8e\" },\n            { name: \"\u5316\u7984\", emoji: \"\u2728\" },\n            { name: \"\u5316\u79d1\", emoji: \"\ud83d\udcda\" },\n            { name: \"\u5316\u6743\", emoji: \"\u2696\ufe0f\" },\n            { name: \"\u5316\u5fcc\", emoji: \"\u26a0\ufe0f\" },\n            { name: \"\u5730\u7a7a\", emoji: \"\ud83c\udf0c\" },\n            { name: \"\u5730\u52ab\", emoji: \"\ud83c\udf2a\ufe0f\" },\n            { name: \"\u64ce\u7f8a\", emoji: \"\ud83d\udd2a\" },\n            { name: \"\u9640\u7f57\", emoji: \"\ud83c\udf00\" },\n            { name: \"\u706b\u661f\", emoji: \"\ud83d\udd25\" },\n            { name: \"\u94c3\u661f\", emoji: \"\ud83d\udd14\" },\n            { name: \"\u6587\u660c\", emoji: \"\u270d\ufe0f\" },\n            { name: \"\u6587\u66f2\", emoji: \"\ud83c\udfbc\" },\n            { name: \"\u5de6\u8f85\", emoji: \"\ud83d\udc48\" },\n            { name: \"\u53f3\u5f3c\", emoji: \"\ud83d\udc49\" },\n            { name: \"\u5929\u94ba\", emoji: \"\ud83c\udf1f\" },\n            { name: \"\u5929\u9b41\", emoji: \"\u2b50\" }\n        ];\n        \n        \/\/ DOM\u5143\u7d20\n        const categorySelect = document.getElementById('category');\n        const drawMainBtn = document.getElementById('draw-main');\n        const drawSecondaryBtn = document.getElementById('draw-secondary');\n        const resetBtn = document.getElementById('reset');\n        const mainCard = document.getElementById('main-card');\n        const secondaryCard1 = document.getElementById('secondary-card1');\n        const secondaryCard2 = document.getElementById('secondary-card2');\n        const resultDiv = document.getElementById('result');\n        \n        \/\/ \u5f53\u524d\u62bd\u5230\u7684\u5361\u7247\n        let currentMainCard = null;\n        let currentSecondaryCards = [];\n        let currentCategory = '';\n        \n        \/\/ \u62bd\u53d6\u4e3b\u661f\n        drawMainBtn.addEventListener('click', () => {\n            currentCategory = categorySelect.value;\n            if (!currentCategory) {\n                alert('\u8bf7\u5148\u9009\u62e9\u8981\u8be2\u95ee\u7684\u4e8b\u9879');\n                return;\n            }\n            \n            \/\/ \u968f\u673a\u62bd\u53d6\u4e3b\u661f\n            const randomIndex = Math.floor(Math.random() * mainCards.length);\n            currentMainCard = mainCards[randomIndex];\n            \n            \/\/ \u663e\u793a\u4e3b\u661f\u5361\u7247\n            document.getElementById('main-name').textContent = currentMainCard.name;\n            document.getElementById('main-emoji').textContent = currentMainCard.emoji;\n            mainCard.classList.remove('hidden');\n            \n            \/\/ \u542f\u7528\u62bd\u53d6\u8f85\u661f\u6309\u94ae\n            drawSecondaryBtn.disabled = false;\n            \n            \/\/ \u9690\u85cf\u4e4b\u524d\u7684\u7ed3\u679c\u548c\u8f85\u661f\u5361\u7247\n            resultDiv.classList.add('hidden');\n            secondaryCard1.classList.add('hidden');\n            secondaryCard2.classList.add('hidden');\n            currentSecondaryCards = [];\n        });\n        \n        \/\/ \u62bd\u53d6\u8f85\u661f\n        drawSecondaryBtn.addEventListener('click', () => {\n            if (!currentMainCard) return;\n            \n            \/\/ \u8fc7\u6ee4\u6389\u53d7\u9650\u5236\u7684\u8f85\u661f\n            let availableSecondaryCards = [...secondaryCards];\n            if (currentMainCard.restricted && currentMainCard.restricted.length > 0) {\n                availableSecondaryCards = availableSecondaryCards.filter(\n                    card => !currentMainCard.restricted.includes(card.name)\n                );\n            }\n            \n            \/\/ \u968f\u673a\u62bd\u53d6\u4e24\u5f20\u4e0d\u540c\u7684\u8f85\u661f\n            const firstIndex = Math.floor(Math.random() * availableSecondaryCards.length);\n            let secondIndex;\n            do {\n                secondIndex = Math.floor(Math.random() * availableSecondaryCards.length);\n            } while (secondIndex === firstIndex);\n            \n            currentSecondaryCards = [\n                availableSecondaryCards[firstIndex],\n                availableSecondaryCards[secondIndex]\n            ];\n            \n            \/\/ \u663e\u793a\u8f85\u661f\u5361\u7247\n            document.getElementById('secondary-name1').textContent = currentSecondaryCards[0].name;\n            document.getElementById('secondary-emoji1').textContent = currentSecondaryCards[0].emoji;\n            document.getElementById('secondary-name2').textContent = currentSecondaryCards[1].name;\n            document.getElementById('secondary-emoji2').textContent = currentSecondaryCards[1].emoji;\n            \n            secondaryCard1.classList.remove('hidden');\n            secondaryCard2.classList.remove('hidden');\n            \n            \/\/ \u663e\u793a\u89e3\u6790\u7ed3\u679c\n            showResult();\n        });\n        \n        \/\/ \u91cd\u65b0\u5f00\u59cb\n        resetBtn.addEventListener('click', () => {\n            currentMainCard = null;\n            currentSecondaryCards = [];\n            currentCategory = '';\n            \n            mainCard.classList.add('hidden');\n            secondaryCard1.classList.add('hidden');\n            secondaryCard2.classList.add('hidden');\n            resultDiv.classList.add('hidden');\n            \n            drawSecondaryBtn.disabled = true;\n            categorySelect.value = '';\n        });\n        \n        \/\/ \u663e\u793a\u89e3\u6790\u7ed3\u679c\n        function showResult() {\n            const resultContent = document.getElementById('result-content');\n            resultContent.innerHTML = '';\n            \n            \/\/ \u6839\u636e\u4e3b\u661f\u548c\u8f85\u661f\u751f\u6210\u89e3\u6790\n            let interpretation = '';\n            const categoryText = getCategoryText(currentCategory);\n            \n            \/\/ \u4e3b\u661f\u89e3\u6790\n            interpretation += `<h4>\u4e3b\u661f ${currentMainCard.name} ${currentMainCard.emoji}<\/h4>`;\n            interpretation += getMainCardInterpretation(currentMainCard.name, currentCategory);\n            \n            \/\/ \u8f85\u661f\u89e3\u6790\n            interpretation += `<h4>\u8f85\u661f ${currentSecondaryCards[0].name} ${currentSecondaryCards[0].emoji} \u548c ${currentSecondaryCards[1].name} ${currentSecondaryCards[1].emoji}<\/h4>`;\n            interpretation += getSecondaryCardInterpretation(currentSecondaryCards[0].name, currentSecondaryCards[1].name, currentCategory);\n            \n            \/\/ \u7efc\u5408\u89e3\u6790\n            interpretation += `<h4>\u7efc\u5408\u8fd0\u52bf<\/h4>`;\n            interpretation += getCombinedInterpretation(currentMainCard.name, currentSecondaryCards[0].name, currentSecondaryCards[1].name, currentCategory);\n            \n            resultContent.innerHTML = interpretation;\n            resultDiv.classList.remove('hidden');\n        }\n        \n        \/\/ \u83b7\u53d6\u4e8b\u9879\u6587\u672c\n        function getCategoryText(category) {\n            switch(category) {\n                case 'career': return '\u4e8b\u4e1a';\n                case 'love': return '\u611f\u60c5';\n                case 'money': return '\u94b1\u8d22';\n                case 'relationship': return '\u4eba\u9645\u5173\u7cfb';\n                default: return '';\n            }\n        }\n        \n        \/\/ \u4e3b\u661f\u89e3\u6790\n        function getMainCardInterpretation(mainCard, category) {\n            const interpretations = {\n                \"\u7d2b\u5fae\": {\n                    \"career\": \"\u7d2b\u5fae\u661f\u5728\u4e8b\u4e1a\u5bab\u95ea\u8000\uff0c\u8c61\u5f81\u6743\u5a01\u4e0e\u9886\u5bfc\u529b\u3002\u4eca\u5929\u4f60\u5728\u5de5\u4f5c\u4e2d\u53ef\u80fd\u6709\u673a\u4f1a\u5c55\u73b0\u9886\u5bfc\u624d\u80fd\uff0c\u6216\u662f\u5f97\u5230\u4e0a\u7ea7\u7684\u8d4f\u8bc6\u3002\",\n                    \"love\": \"\u7d2b\u5fae\u661f\u5728\u611f\u60c5\u5bab\u4f4d\uff0c\u4ee3\u8868\u9ad8\u8d35\u4e0e\u7a33\u91cd\u3002\u5355\u8eab\u8005\u53ef\u80fd\u9047\u5230\u6761\u4ef6\u4f18\u79c0\u7684\u5bf9\u8c61\uff0c\u6709\u4f34\u4fa3\u8005\u5173\u7cfb\u7a33\u5b9a\u548c\u8c10\u3002\",\n                    \"money\": \"\u7d2b\u5fae\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u7a33\u5065\u4f46\u4e0d\u6fc0\u8fdb\u3002\u9002\u5408\u89c4\u5212\u957f\u671f\u8d22\u52a1\uff0c\u4e0d\u5b9c\u6295\u673a\u53d6\u5de7\u3002\",\n                    \"relationship\": \"\u7d2b\u5fae\u661f\u5728\u4eba\u9645\u5bab\u4f4d\uff0c\u4eca\u5929\u4f60\u5bb9\u6613\u6210\u4e3a\u4eba\u7fa4\u4e2d\u7684\u7126\u70b9\uff0c\u53d7\u4eba\u5c0a\u656c\uff0c\u4f46\u4e5f\u8981\u6ce8\u610f\u4e0d\u8981\u663e\u5f97\u592a\u9ad8\u50b2\u3002\"\n                },\n                \"\u5929\u673a\": {\n                    \"career\": \"\u5929\u673a\u661f\u4e3b\u667a\u6167\u4e0e\u53d8\u5316\u3002\u4eca\u5929\u5de5\u4f5c\u4e2d\u53ef\u80fd\u4f1a\u6709\u7a81\u53d1\u72b6\u51b5\u9700\u8981\u7075\u6d3b\u5e94\u5bf9\uff0c\u4f60\u7684\u521b\u610f\u60f3\u6cd5\u5c06\u6d3e\u4e0a\u7528\u573a\u3002\",\n                    \"love\": \"\u5929\u673a\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u53ef\u80fd\u6709\u4e9b\u53d8\u5316\u65e0\u5e38\u3002\u6c9f\u901a\u662f\u5173\u952e\uff0c\u907f\u514d\u56e0\u8bef\u4f1a\u800c\u4ea7\u751f\u77db\u76fe\u3002\",\n                    \"money\": \"\u5929\u673a\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u53d8\u5316\u8f83\u5927\u3002\u53ef\u80fd\u6709\u610f\u5916\u6536\u5165\uff0c\u4f46\u4e5f\u9700\u5c0f\u5fc3\u7a81\u53d1\u652f\u51fa\u3002\",\n                    \"relationship\": \"\u5929\u673a\u661f\u5728\u4eba\u9645\u5bab\u4f4d\uff0c\u4eca\u5929\u9002\u5408\u4e0e\u4eba\u4ea4\u6d41\u60f3\u6cd5\uff0c\u4f46\u8981\u6ce8\u610f\u8a00\u8c08\u95f4\u7684\u5206\u5bf8\uff0c\u907f\u514d\u65e0\u610f\u4e2d\u5f97\u7f6a\u4eba\u3002\"\n                },\n                \"\u592a\u9633\": {\n                    \"career\": \"\u592a\u9633\u661f\u5149\u8292\u56db\u5c04\uff0c\u4e8b\u4e1a\u4e0a\u53ef\u80fd\u6709\u8d35\u4eba\u76f8\u52a9\u6216\u516c\u5f00\u8868\u73b0\u7684\u673a\u4f1a\u3002\u79ef\u6781\u5c55\u73b0\u4f60\u7684\u80fd\u529b\u4f1a\u6709\u4e0d\u9519\u56de\u62a5\u3002\",\n                    \"love\": \"\u592a\u9633\u661f\u6e29\u6696\u7167\u8000\u611f\u60c5\u5bab\uff0c\u5355\u8eab\u8005\u53ef\u80fd\u9047\u5230\u9633\u5149\u5f00\u6717\u7684\u5bf9\u8c61\uff0c\u6709\u4f34\u4fa3\u8005\u5173\u7cfb\u6e29\u6696\u878d\u6d3d\u3002\",\n                    \"money\": \"\u592a\u9633\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u660e\u6717\u3002\u6b63\u8d22\u7a33\u5b9a\uff0c\u53ef\u80fd\u6709\u6765\u81ea\u7537\u6027\u8d35\u4eba\u7684\u8d22\u52a1\u5e2e\u52a9\u3002\",\n                    \"relationship\": \"\u592a\u9633\u661f\u5728\u4eba\u9645\u5bab\u4f4d\uff0c\u4eca\u5929\u4f60\u70ed\u60c5\u5f00\u6717\u7684\u6001\u5ea6\u4f1a\u5438\u5f15\u4e0d\u5c11\u4eba\uff0c\u662f\u62d3\u5c55\u4eba\u8109\u7684\u597d\u65f6\u673a\u3002\"\n                },\n                \/\/ \u5176\u4ed6\u4e3b\u661f\u7684\u89e3\u6790...\n                \"\u6b66\u66f2\": {\n                    \"career\": \"\u6b66\u66f2\u661f\u8c61\u5f81\u884c\u52a8\u529b\u4e0e\u6267\u884c\u529b\u3002\u4eca\u5929\u5de5\u4f5c\u4e0a\u6709\u673a\u4f1a\u901a\u8fc7\u5b9e\u9645\u884c\u52a8\u83b7\u5f97\u6210\u679c\uff0c\u7279\u522b\u662f\u4e0e\u91d1\u878d\u3001\u6280\u672f\u76f8\u5173\u7684\u4e8b\u52a1\u3002\",\n                    \"love\": \"\u6b66\u66f2\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u53ef\u80fd\u8f83\u4e3a\u52a1\u5b9e\u3002\u5355\u8eab\u8005\u53ef\u80fd\u901a\u8fc7\u5de5\u4f5c\u573a\u5408\u8ba4\u8bc6\u5bf9\u8c61\uff0c\u6709\u4f34\u4fa3\u8005\u9700\u8981\u5b9e\u9645\u4ed8\u51fa\u7ef4\u6301\u5173\u7cfb\u3002\",\n                    \"money\": \"\u6b66\u66f2\u661f\u662f\u8d22\u661f\uff0c\u4eca\u5929\u8d22\u8fd0\u4e0d\u9519\uff0c\u7279\u522b\u662f\u901a\u8fc7\u52aa\u529b\u5de5\u4f5c\u83b7\u5f97\u7684\u6536\u5165\u3002\u6295\u8d44\u9700\u8c28\u614e\u5206\u6790\u3002\",\n                    \"relationship\": \"\u6b66\u66f2\u661f\u5728\u4eba\u9645\u5bab\u4f4d\uff0c\u4eca\u5929\u4e0e\u4eba\u4ea4\u5f80\u8f83\u4e3a\u76f4\u63a5\u52a1\u5b9e\uff0c\u53ef\u80fd\u901a\u8fc7\u5171\u540c\u76ee\u6807\u5efa\u7acb\u8054\u7cfb\u3002\"\n                },\n                \"\u5929\u540c\": {\n                    \"career\": \"\u5929\u540c\u661f\u4e3b\u798f\u6c14\u4e0e\u548c\u8c10\u3002\u4eca\u5929\u5de5\u4f5c\u73af\u5883\u8f83\u4e3a\u5e73\u548c\uff0c\u9002\u5408\u56e2\u961f\u5408\u4f5c\u800c\u975e\u5355\u6253\u72ec\u6597\uff0c\u907f\u514d\u4e0e\u4eba\u4e89\u6267\u3002\",\n                    \"love\": \"\u5929\u540c\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u6e29\u99a8\u548c\u8c10\u3002\u5355\u8eab\u8005\u53ef\u80fd\u9047\u5230\u4f53\u8d34\u7684\u5bf9\u8c61\uff0c\u6709\u4f34\u4fa3\u8005\u4eab\u53d7\u751c\u871c\u65f6\u5149\u3002\",\n                    \"money\": \"\u5929\u540c\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u5e73\u7a33\u3002\u53ef\u80fd\u6709\u4e9b\u5c0f\u786e\u5e78\u7684\u989d\u5916\u6536\u5165\uff0c\u4f46\u4e0d\u9002\u5408\u5927\u989d\u6295\u8d44\u3002\",\n                    \"relationship\": \"\u5929\u540c\u661f\u5728\u4eba\u9645\u5bab\u4f4d\uff0c\u4eca\u5929\u4eba\u9645\u5173\u7cfb\u548c\u8c10\uff0c\u5bb9\u6613\u5f97\u5230\u4ed6\u4eba\u5e2e\u52a9\uff0c\u4e5f\u9002\u5408\u5e2e\u52a9\u4ed6\u4eba\u3002\"\n                },\n                \"\u5ec9\u8d1e\": {\n                    \"career\": \"\u5ec9\u8d1e\u661f\u8c61\u5f81\u624d\u534e\u4e0e\u7ade\u4e89\u3002\u4eca\u5929\u5de5\u4f5c\u4e2d\u53ef\u80fd\u9762\u4e34\u6311\u6218\uff0c\u4f46\u4e5f\u662f\u5c55\u73b0\u4f60\u72ec\u7279\u624d\u80fd\u7684\u673a\u4f1a\uff0c\u6ce8\u610f\u804c\u573a\u653f\u6cbb\u3002\",\n                    \"love\": \"\u5ec9\u8d1e\u661f\u5728\u611f\u60c5\u5bab\uff0c\u60c5\u611f\u53ef\u80fd\u8f83\u4e3a\u590d\u6742\u3002\u5355\u8eab\u8005\u9700\u5c0f\u5fc3\u70c2\u6843\u82b1\uff0c\u6709\u4f34\u4fa3\u8005\u9700\u907f\u514d\u731c\u5fcc\u3002\",\n                    \"money\": \"\u5ec9\u8d1e\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u8d77\u4f0f\u8f83\u5927\u3002\u53ef\u80fd\u6709\u610f\u5916\u4e4b\u8d22\uff0c\u4f46\u4e5f\u9700\u5c0f\u5fc3\u56e0\u51b2\u52a8\u6d88\u8d39\u6216\u6295\u8d44\u5931\u8bef\u3002\",\n                    \"relationship\": \"\u5ec9\u8d1e\u661f\u5728\u4eba\u9645\u5bab\u4f4d\uff0c\u4eca\u5929\u4eba\u9645\u5173\u7cfb\u53ef\u80fd\u6709\u4e9b\u590d\u6742\uff0c\u4fdd\u6301\u771f\u8bda\u4f46\u4e5f\u8981\u6709\u6240\u4fdd\u7559\u3002\"\n                },\n                \"\u5929\u5e9c\": {\n                    \"career\": \"\u5929\u5e9c\u661f\u8c61\u5f81\u7a33\u5b9a\u4e0e\u79ef\u7d2f\u3002\u4eca\u5929\u5de5\u4f5c\u6309\u90e8\u5c31\u73ed\u5373\u53ef\uff0c\u9002\u5408\u5904\u7406\u957f\u671f\u89c4\u5212\u6216\u8d44\u6e90\u6574\u5408\u7684\u4e8b\u52a1\u3002\",\n                    \"love\": \"\u5929\u5e9c\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u7a33\u5b9a\u4f46\u53ef\u80fd\u7f3a\u4e4f\u6fc0\u60c5\u3002\u5355\u8eab\u8005\u53ef\u80fd\u901a\u8fc7\u4eb2\u53cb\u4ecb\u7ecd\u8ba4\u8bc6\u5bf9\u8c61\uff0c\u6709\u4f34\u4fa3\u8005\u5173\u7cfb\u5e73\u6de1\u4f46\u53ef\u9760\u3002\",\n                    \"money\": \"\u5929\u5e9c\u661f\u662f\u8d22\u5e93\u4e4b\u661f\uff0c\u4eca\u5929\u8d22\u8fd0\u7a33\u5b9a\uff0c\u9002\u5408\u50a8\u84c4\u6216\u957f\u671f\u6295\u8d44\uff0c\u4e0d\u5b9c\u6295\u673a\u3002\",\n                    \"relationship\": \"\u5929\u5e9c\u661f\u5728\u4eba\u9645\u5bab\u4f4d\uff0c\u4eca\u5929\u4eba\u9645\u5173\u7cfb\u7a33\u5b9a\uff0c\u53ef\u80fd\u901a\u8fc7\u8001\u670b\u53cb\u6216\u5bb6\u4eba\u4ecb\u7ecd\u8ba4\u8bc6\u65b0\u670b\u53cb\u3002\"\n                },\n                \"\u4e03\u6740\": {\n                    \"career\": \"\u4e03\u6740\u661f\u4e3b\u53d8\u9769\u4e0e\u7a81\u7834\u3002\u4eca\u5929\u5de5\u4f5c\u4e2d\u53ef\u80fd\u9700\u8981\u9762\u5bf9\u6311\u6218\u6216\u6539\u53d8\uff0c\u52c7\u6562\u9762\u5bf9\u4f1a\u6709\u65b0\u673a\u9047\u3002\",\n                    \"love\": \"\u4e03\u6740\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u53ef\u80fd\u9762\u4e34\u8003\u9a8c\u3002\u5355\u8eab\u8005\u53ef\u80fd\u9047\u5230\u5f3a\u70c8\u5438\u5f15\u4f46\u590d\u6742\u7684\u5173\u7cfb\uff0c\u6709\u4f34\u4fa3\u8005\u9700\u5171\u540c\u9762\u5bf9\u95ee\u9898\u3002\",\n                    \"money\": \"\u4e03\u6740\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u8d77\u4f0f\u5927\u3002\u53ef\u80fd\u6709\u610f\u5916\u6536\u5165\uff0c\u4f46\u4e5f\u9700\u5c0f\u5fc3\u7a81\u53d1\u652f\u51fa\u6216\u6295\u8d44\u98ce\u9669\u3002\",\n                    \"relationship\": \"\u4e03\u6740\u661f\u5728\u4eba\u9645\u5bab\u4f4d\uff0c\u4eca\u5929\u4eba\u9645\u5173\u7cfb\u53ef\u80fd\u6709\u4e9b\u7d27\u5f20\uff0c\u4fdd\u6301\u51b7\u9759\u907f\u514d\u51b2\u7a81\u3002\"\n                },\n                \"\u5929\u6881\": {\n                    \"career\": \"\u5929\u6881\u661f\u8c61\u5f81\u667a\u6167\u4e0e\u5e87\u62a4\u3002\u4eca\u5929\u5de5\u4f5c\u4e2d\u53ef\u80fd\u5f97\u5230\u957f\u8f88\u6216\u8d44\u6df1\u540c\u4e8b\u7684\u6307\u5bfc\uff0c\u9002\u5408\u5b66\u4e60\u6216\u89e3\u51b3\u96be\u9898\u3002\",\n                    \"love\": \"\u5929\u6881\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u8f83\u4e3a\u7406\u6027\u3002\u5355\u8eab\u8005\u53ef\u80fd\u9047\u5230\u6210\u719f\u7a33\u91cd\u7684\u5bf9\u8c61\uff0c\u6709\u4f34\u4fa3\u8005\u4e92\u76f8\u6276\u6301\u3002\",\n                    \"money\": \"\u5929\u6881\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u7a33\u5065\u3002\u53ef\u80fd\u6709\u6765\u81ea\u957f\u8f88\u7684\u8d22\u52a1\u5e2e\u52a9\uff0c\u6295\u8d44\u5b9c\u9009\u62e9\u4fdd\u5b88\u65b9\u5f0f\u3002\",\n                    \"relationship\": \"\u5929\u6881\u661f\u5728\u4eba\u9645\u5bab\u4f4d\uff0c\u4eca\u5929\u5bb9\u6613\u5f97\u5230\u5e74\u957f\u8005\u7684\u5e2e\u52a9\uff0c\u4e5f\u9002\u5408\u4e3a\u4ed6\u4eba\u63d0\u4f9b\u5efa\u8bae\u3002\"\n                },\n                \"\u5de8\u95e8\": {\n                    \"career\": \"\u5de8\u95e8\u661f\u4e3b\u53e3\u624d\u4e0e\u601d\u8fa8\u3002\u4eca\u5929\u5de5\u4f5c\u4e2d\u6c9f\u901a\u662f\u5173\u952e\uff0c\u53ef\u80fd\u9700\u8981\u8fdb\u884c\u8c08\u5224\u6216\u8868\u8fbe\u590d\u6742\u60f3\u6cd5\uff0c\u6ce8\u610f\u8a00\u8f9e\u3002\",\n                    \"love\": \"\u5de8\u95e8\u661f\u5728\u611f\u60c5\u5bab\uff0c\u6c9f\u901a\u5c24\u4e3a\u91cd\u8981\u3002\u5355\u8eab\u8005\u9700\u6ce8\u610f\u8868\u8fbe\u65b9\u5f0f\uff0c\u6709\u4f34\u4fa3\u8005\u9700\u907f\u514d\u8a00\u8bed\u8bef\u4f1a\u3002\",\n                    \"money\": \"\u5de8\u95e8\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u4e0e\u4fe1\u606f\u76f8\u5173\u3002\u53ef\u80fd\u901a\u8fc7\u54a8\u8be2\u3001\u6c9f\u901a\u83b7\u5f97\u8d22\u52a1\u673a\u4f1a\uff0c\u4f46\u9700\u6838\u5b9e\u4fe1\u606f\u771f\u5b9e\u6027\u3002\",\n                    \"relationship\": \"\u5de8\u95e8\u661f\u5728\u4eba\u9645\u5bab\u4f4d\uff0c\u4eca\u5929\u8a00\u8bed\u5f71\u54cd\u529b\u5927\uff0c\u8bf4\u8bdd\u524d\u9700\u4e09\u601d\uff0c\u907f\u514d\u65e0\u610f\u4f24\u4eba\u3002\"\n                },\n                \"\u8d2a\u72fc\": {\n                    \"career\": \"\u8d2a\u72fc\u661f\u8c61\u5f81\u6b32\u671b\u4e0e\u673a\u4f1a\u3002\u4eca\u5929\u5de5\u4f5c\u4e2d\u53ef\u80fd\u6709\u591a\u6837\u5316\u673a\u4f1a\u51fa\u73b0\uff0c\u9700\u660e\u667a\u9009\u62e9\uff0c\u907f\u514d\u8d2a\u591a\u56bc\u4e0d\u70c2\u3002\",\n                    \"love\": \"\u8d2a\u72fc\u661f\u5728\u611f\u60c5\u5bab\uff0c\u6843\u82b1\u8fd0\u65fa\u76db\u4f46\u9700\u8fa8\u522b\u3002\u5355\u8eab\u8005\u53ef\u80fd\u6709\u591a\u91cd\u9009\u62e9\uff0c\u6709\u4f34\u4fa3\u8005\u9700\u62b5\u6297\u5916\u754c\u8bf1\u60d1\u3002\",\n                    \"money\": \"\u8d2a\u72fc\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u673a\u4f1a\u591a\u4f46\u98ce\u9669\u4e5f\u5927\u3002\u53ef\u80fd\u6709\u591a\u6837\u6295\u8d44\u673a\u4f1a\uff0c\u9700\u8c28\u614e\u8bc4\u4f30\u3002\",\n                    \"relationship\": \"\u8d2a\u72fc\u661f\u5728\u4eba\u9645\u5bab\u4f4d\uff0c\u4eca\u5929\u793e\u4ea4\u6d3b\u8dc3\uff0c\u53ef\u80fd\u8ba4\u8bc6\u5404\u79cd\u80cc\u666f\u7684\u4eba\uff0c\u4f46\u9700\u4fdd\u6301\u9002\u5ea6\u8ddd\u79bb\u3002\"\n                },\n                \"\u592a\u9634\": {\n                    \"career\": \"\u592a\u9634\u661f\u4e3b\u7ec6\u817b\u4e0e\u8ba1\u5212\u3002\u4eca\u5929\u9002\u5408\u5904\u7406\u9700\u8981\u8010\u5fc3\u548c\u7ec6\u81f4\u7684\u5de5\u4f5c\uff0c\u7279\u522b\u662f\u4e0e\u8d22\u52a1\u3001\u827a\u672f\u76f8\u5173\u7684\u4e8b\u52a1\u3002\",\n                    \"love\": \"\u592a\u9634\u661f\u5728\u611f\u60c5\u5bab\uff0c\u60c5\u611f\u7ec6\u817b\u654f\u611f\u3002\u5355\u8eab\u8005\u53ef\u80fd\u9047\u5230\u6e29\u67d4\u4f53\u8d34\u7684\u5bf9\u8c61\uff0c\u6709\u4f34\u4fa3\u8005\u9700\u66f4\u591a\u60c5\u611f\u4ea4\u6d41\u3002\",\n                    \"money\": \"\u592a\u9634\u661f\u662f\u8d22\u661f\uff0c\u4eca\u5929\u8d22\u8fd0\u7a33\u5b9a\u589e\u957f\u3002\u9002\u5408\u50a8\u84c4\u6216\u7a33\u5065\u6295\u8d44\uff0c\u53ef\u80fd\u6709\u6765\u81ea\u5973\u6027\u7684\u8d22\u52a1\u5e2e\u52a9\u3002\",\n                    \"relationship\": \"\u592a\u9634\u661f\u5728\u4eba\u9645\u5bab\u4f4d\uff0c\u4eca\u5929\u4eba\u9645\u5173\u7cfb\u8f83\u4e3a\u611f\u6027\uff0c\u9002\u5408\u4e0e\u4eb2\u5bc6\u670b\u53cb\u4ea4\u6d41\u5185\u5fc3\u60f3\u6cd5\u3002\"\n                },\n                \"\u7834\u519b\": {\n                    \"career\": \"\u7834\u519b\u661f\u4e3b\u53d8\u9769\u4e0e\u7a81\u7834\u3002\u4eca\u5929\u5de5\u4f5c\u4e2d\u53ef\u80fd\u9700\u8981\u6253\u7834\u5e38\u89c4\uff0c\u52c7\u4e8e\u521b\u65b0\u4f1a\u5e26\u6765\u610f\u60f3\u4e0d\u5230\u7684\u6536\u83b7\u3002\",\n                    \"love\": \"\u7834\u519b\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u53ef\u80fd\u9762\u4e34\u8f6c\u53d8\u3002\u5355\u8eab\u8005\u53ef\u80fd\u9047\u5230\u6253\u7834\u4f60\u5e38\u89c4\u7684\u5bf9\u8c61\uff0c\u6709\u4f34\u4fa3\u8005\u9700\u9002\u5e94\u5173\u7cfb\u53d8\u5316\u3002\",\n                    \"money\": \"\u7834\u519b\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u53d8\u5316\u5927\u3002\u53ef\u80fd\u6709\u610f\u5916\u6536\u5165\uff0c\u4f46\u4e5f\u9700\u5c0f\u5fc3\u56e0\u6539\u53d8\u5e26\u6765\u7684\u8d22\u52a1\u98ce\u9669\u3002\",\n                    \"relationship\": \"\u7834\u519b\u661f\u5728\u4eba\u9645\u5bab\u4f4d\uff0c\u4eca\u5929\u53ef\u80fd\u8ba4\u8bc6\u6253\u7834\u4f60\u5e38\u89c4\u601d\u7ef4\u7684\u4eba\uff0c\u62d3\u5c55\u89c6\u91ce\u4f46\u4e5f\u8981\u4fdd\u6301\u7406\u6027\u3002\"\n                },\n                \"\u5929\u76f8\": {\n                    \"career\": \"\u5929\u76f8\u661f\u8c61\u5f81\u8f85\u4f50\u4e0e\u534f\u8c03\u3002\u4eca\u5929\u5de5\u4f5c\u4e2d\u9002\u5408\u62c5\u4efb\u534f\u8c03\u8005\u89d2\u8272\uff0c\u5e2e\u52a9\u56e2\u961f\u5408\u4f5c\u987a\u7545\u4f1a\u6709\u4e0d\u9519\u8868\u73b0\u3002\",\n                    \"love\": \"\u5929\u76f8\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u548c\u8c10\u4e92\u52a9\u3002\u5355\u8eab\u8005\u53ef\u80fd\u901a\u8fc7\u670b\u53cb\u4ecb\u7ecd\u8ba4\u8bc6\u5bf9\u8c61\uff0c\u6709\u4f34\u4fa3\u8005\u4e92\u76f8\u652f\u6301\u3002\",\n                    \"money\": \"\u5929\u76f8\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u7a33\u5b9a\u3002\u53ef\u80fd\u901a\u8fc7\u5408\u4f5c\u83b7\u5f97\u8d22\u52a1\u673a\u4f1a\uff0c\u9002\u5408\u4e0e\u4ed6\u4eba\u5171\u540c\u6295\u8d44\u3002\",\n                    \"relationship\": \"\u5929\u76f8\u661f\u5728\u4eba\u9645\u5bab\u4f4d\uff0c\u4eca\u5929\u4eba\u9645\u5173\u7cfb\u548c\u8c10\uff0c\u662f\u8c03\u89e3\u77db\u76fe\u6216\u4fc3\u6210\u5408\u4f5c\u7684\u597d\u65f6\u673a\u3002\"\n                },\n                \"\u7a7a\u5361\": {\n                    \"career\": \"\u7a7a\u5bab\u65e0\u4e3b\u661f\uff0c\u4eca\u5929\u4e8b\u4e1a\u8fd0\u52bf\u8f83\u4e3a\u5e73\u6de1\uff0c\u6ca1\u6709\u5927\u8d77\u5927\u843d\uff0c\u9002\u5408\u6309\u90e8\u5c31\u73ed\u5b8c\u6210\u65e5\u5e38\u5de5\u4f5c\u3002\",\n                    \"love\": \"\u7a7a\u5bab\u65e0\u4e3b\u661f\uff0c\u611f\u60c5\u65b9\u9762\u4eca\u5929\u6ca1\u6709\u7279\u522b\u53d8\u5316\uff0c\u5355\u8eab\u8005\u6843\u82b1\u8fd0\u4e00\u822c\uff0c\u6709\u4f34\u4fa3\u8005\u5173\u7cfb\u7a33\u5b9a\u3002\",\n                    \"money\": \"\u7a7a\u5bab\u65e0\u4e3b\u661f\uff0c\u8d22\u8fd0\u5e73\u7a33\u65e0\u6ce2\uff0c\u65e2\u6ca1\u6709\u7279\u522b\u6536\u5165\u4e5f\u5c11\u6709\u610f\u5916\u652f\u51fa\uff0c\u9002\u5408\u8d22\u52a1\u89c4\u5212\u3002\",\n                    \"relationship\": \"\u7a7a\u5bab\u65e0\u4e3b\u661f\uff0c\u4eca\u5929\u4eba\u9645\u5173\u7cfb\u8f83\u4e3a\u5e73\u6de1\uff0c\u6ca1\u6709\u7279\u522b\u7684\u65b0\u8ba4\u8bc6\u6216\u6df1\u5165\u4ea4\u6d41\u673a\u4f1a\u3002\"\n                }\n            };\n            \n            return interpretations[mainCard]?.[category] || \"\u8fd9\u5f20\u4e3b\u661f\u5728\u6b64\u4e8b\u9879\u4e0a\u7684\u5f71\u54cd\u8f83\u4e3a\u4e2d\u6027\uff0c\u5177\u4f53\u8fd8\u9700\u7ed3\u5408\u8f85\u661f\u6765\u770b\u3002\";\n        }\n        \n        \/\/ \u8f85\u661f\u89e3\u6790\n        function getSecondaryCardInterpretation(card1, card2, category) {\n            const interpretations = {\n                \"\u7984\u5b58\": {\n                    \"career\": \"\u7984\u5b58\u661f\u5e26\u6765\u7a33\u5b9a\u6536\u5165\u4e0e\u8d44\u6e90\uff0c\u5de5\u4f5c\u4e2d\u53ef\u80fd\u6709\u5b9e\u8d28\u6027\u6536\u83b7\u6216\u8d44\u6e90\u652f\u6301\u3002\",\n                    \"love\": \"\u7984\u5b58\u661f\u8c61\u5f81\u7269\u8d28\u4fdd\u969c\uff0c\u611f\u60c5\u5173\u7cfb\u4e2d\u53ef\u80fd\u6d89\u53ca\u5b9e\u9645\u95ee\u9898\u6216\u7269\u8d28\u6761\u4ef6\u7684\u8003\u91cf\u3002\",\n                    \"money\": \"\u7984\u5b58\u661f\u662f\u8d22\u661f\uff0c\u4eca\u5929\u8d22\u8fd0\u7a33\u56fa\uff0c\u53ef\u80fd\u6709\u7a33\u5b9a\u6536\u5165\u6216\u50a8\u84c4\u589e\u52a0\u3002\",\n                    \"relationship\": \"\u7984\u5b58\u661f\u5728\u4eba\u9645\u5bab\uff0c\u5173\u7cfb\u53ef\u80fd\u6d89\u53ca\u5b9e\u9645\u5229\u76ca\u4ea4\u6362\u6216\u8d44\u6e90\u5171\u4eab\u3002\"\n                },\n                \"\u5316\u7984\": {\n                    \"career\": \"\u5316\u7984\u661f\u5e26\u6765\u673a\u4f1a\u4e0e\u597d\u8fd0\uff0c\u5de5\u4f5c\u4e2d\u53ef\u80fd\u6709\u610f\u5916\u7684\u597d\u673a\u4f1a\u6216\u8d35\u4eba\u76f8\u52a9\u3002\",\n                    \"love\": \"\u5316\u7984\u661f\u589e\u5f3a\u6843\u82b1\u8fd0\uff0c\u5355\u8eab\u8005\u673a\u4f1a\u589e\u591a\uff0c\u6709\u4f34\u4fa3\u8005\u5173\u7cfb\u66f4\u52a0\u751c\u871c\u3002\",\n                    \"money\": \"\u5316\u7984\u661f\u662f\u8d22\u661f\uff0c\u4eca\u5929\u8d22\u8fd0\u4ea8\u901a\uff0c\u53ef\u80fd\u6709\u610f\u5916\u4e4b\u8d22\u6216\u6295\u8d44\u83b7\u5229\u3002\",\n                    \"relationship\": \"\u5316\u7984\u661f\u5728\u4eba\u9645\u5bab\uff0c\u4eca\u5929\u4eba\u7f18\u4f73\uff0c\u5bb9\u6613\u5f97\u5230\u4ed6\u4eba\u559c\u7231\u4e0e\u5e2e\u52a9\u3002\"\n                },\n                \"\u5316\u79d1\": {\n                    \"career\": \"\u5316\u79d1\u661f\u4e3b\u540d\u58f0\u4e0e\u667a\u6167\uff0c\u5de5\u4f5c\u4e2d\u53ef\u80fd\u56e0\u4e13\u4e1a\u8868\u73b0\u83b7\u5f97\u8ba4\u53ef\u6216\u89e3\u51b3\u96be\u9898\u3002\",\n                    \"love\": \"\u5316\u79d1\u661f\u5e26\u6765\u7406\u6027\u4e0e\u548c\u8c10\uff0c\u611f\u60c5\u5173\u7cfb\u4e2d\u6c9f\u901a\u987a\u7545\uff0c\u4e92\u76f8\u7406\u89e3\u3002\",\n                    \"money\": \"\u5316\u79d1\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u4e0e\u77e5\u8bc6\u76f8\u5173\uff0c\u53ef\u80fd\u901a\u8fc7\u4e13\u4e1a\u6280\u80fd\u83b7\u5f97\u6536\u5165\u3002\",\n                    \"relationship\": \"\u5316\u79d1\u661f\u5728\u4eba\u9645\u5bab\uff0c\u4eca\u5929\u5bb9\u6613\u56e0\u667a\u6167\u6216\u5b66\u8bc6\u83b7\u5f97\u4ed6\u4eba\u5c0a\u91cd\u3002\"\n                },\n                \"\u5316\u6743\": {\n                    \"career\": \"\u5316\u6743\u661f\u589e\u5f3a\u6743\u5a01\u4e0e\u51b3\u7b56\u529b\uff0c\u5de5\u4f5c\u4e2d\u53ef\u80fd\u6709\u664b\u5347\u673a\u4f1a\u6216\u91cd\u8981\u51b3\u7b56\u9700\u8981\u4f60\u505a\u3002\",\n                    \"love\": \"\u5316\u6743\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u4e2d\u53ef\u80fd\u6d89\u53ca\u6743\u529b\u5e73\u8861\u6216\u91cd\u8981\u51b3\u5b9a\u3002\",\n                    \"money\": \"\u5316\u6743\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u4e0e\u51b3\u7b56\u76f8\u5173\uff0c\u6295\u8d44\u9700\u679c\u65ad\u4f46\u8c28\u614e\u3002\",\n                    \"relationship\": \"\u5316\u6743\u661f\u5728\u4eba\u9645\u5bab\uff0c\u4eca\u5929\u53ef\u80fd\u5728\u7fa4\u4f53\u4e2d\u62c5\u4efb\u9886\u5bfc\u6216\u51b3\u7b56\u89d2\u8272\u3002\"\n                },\n                \"\u5316\u5fcc\": {\n                    \"career\": \"\u5316\u5fcc\u661f\u5e26\u6765\u963b\u788d\u4e0e\u6311\u6218\uff0c\u5de5\u4f5c\u4e2d\u53ef\u80fd\u9047\u5230\u56f0\u96be\u6216\u9700\u8981\u7279\u522b\u6ce8\u610f\u7ec6\u8282\u3002\",\n                    \"love\": \"\u5316\u5fcc\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u4e2d\u53ef\u80fd\u6709\u8bef\u4f1a\u6216\u9700\u8981\u514b\u670d\u7684\u969c\u788d\u3002\",\n                    \"money\": \"\u5316\u5fcc\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u9700\u5c0f\u5fc3\u8d22\u52a1\u635f\u5931\u6216\u6295\u8d44\u5931\u8bef\uff0c\u8c28\u614e\u4e3a\u4e0a\u3002\",\n                    \"relationship\": \"\u5316\u5fcc\u661f\u5728\u4eba\u9645\u5bab\uff0c\u4eca\u5929\u53ef\u80fd\u6709\u4eba\u9645\u6469\u64e6\uff0c\u9700\u591a\u5305\u5bb9\u7406\u89e3\u3002\"\n                },\n                \"\u5730\u7a7a\": {\n                    \"career\": \"\u5730\u7a7a\u661f\u5e26\u6765\u521b\u610f\u4f46\u4e0d\u591f\u52a1\u5b9e\uff0c\u5de5\u4f5c\u4e2d\u9700\u5e73\u8861\u7406\u60f3\u4e0e\u73b0\u5b9e\u3002\",\n                    \"love\": \"\u5730\u7a7a\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u53ef\u80fd\u6709\u4e9b\u865a\u5e7b\u4e0d\u5b9e\uff0c\u9700\u770b\u6e05\u73b0\u5b9e\u3002\",\n                    \"money\": \"\u5730\u7a7a\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u4e0d\u7a33\u5b9a\uff0c\u9700\u907f\u514d\u4e0d\u5207\u5b9e\u9645\u7684\u6295\u8d44\u3002\",\n                    \"relationship\": \"\u5730\u7a7a\u661f\u5728\u4eba\u9645\u5bab\uff0c\u4eca\u5929\u4ea4\u5f80\u53ef\u80fd\u6d41\u4e8e\u8868\u9762\uff0c\u7f3a\u4e4f\u6df1\u5ea6\u3002\"\n                },\n                \"\u5730\u52ab\": {\n                    \"career\": \"\u5730\u52ab\u661f\u5e26\u6765\u53d8\u52a8\u4e0e\u635f\u5931\uff0c\u5de5\u4f5c\u4e2d\u9700\u5c0f\u5fc3\u7a81\u53d1\u72b6\u51b5\u6216\u8d44\u6e90\u6d41\u5931\u3002\",\n                    \"love\": \"\u5730\u52ab\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u4e2d\u53ef\u80fd\u6709\u7a81\u7136\u53d8\u5316\u6216\u5206\u79bb\u8003\u9a8c\u3002\",\n                    \"money\": \"\u5730\u52ab\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u9700\u5c0f\u5fc3\u7834\u8d22\u6216\u610f\u5916\u652f\u51fa\uff0c\u4fdd\u7ba1\u597d\u8d22\u7269\u3002\",\n                    \"relationship\": \"\u5730\u52ab\u661f\u5728\u4eba\u9645\u5bab\uff0c\u4eca\u5929\u4eba\u9645\u5173\u7cfb\u53ef\u80fd\u6709\u7a81\u7136\u53d8\u5316\u6216\u4e2d\u65ad\u3002\"\n                },\n                \"\u64ce\u7f8a\": {\n                    \"career\": \"\u64ce\u7f8a\u661f\u5e26\u6765\u7ade\u4e89\u4e0e\u51b2\u7a81\uff0c\u5de5\u4f5c\u4e2d\u53ef\u80fd\u9762\u4e34\u6311\u6218\u6216\u9700\u8981\u679c\u65ad\u884c\u52a8\u3002\",\n                    \"love\": \"\u64ce\u7f8a\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u4e2d\u53ef\u80fd\u6709\u4e89\u6267\u6216\u9700\u8981\u5feb\u901f\u51b3\u5b9a\u3002\",\n                    \"money\": \"\u64ce\u7f8a\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u4e0e\u98ce\u9669\u5e76\u5b58\uff0c\u6295\u8d44\u9700\u5feb\u901f\u51b3\u65ad\u4f46\u8c28\u614e\u3002\",\n                    \"relationship\": \"\u64ce\u7f8a\u661f\u5728\u4eba\u9645\u5bab\uff0c\u4eca\u5929\u53ef\u80fd\u6709\u4eba\u9645\u51b2\u7a81\uff0c\u9700\u63a7\u5236\u813e\u6c14\u3002\"\n                },\n                \"\u9640\u7f57\": {\n                    \"career\": \"\u9640\u7f57\u661f\u5e26\u6765\u62d6\u5ef6\u4e0e\u53cd\u590d\uff0c\u5de5\u4f5c\u4e2d\u53ef\u80fd\u9047\u5230\u963b\u788d\u6216\u9700\u8981\u8010\u5fc3\u89e3\u51b3\u95ee\u9898\u3002\",\n                    \"love\": \"\u9640\u7f57\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u8fdb\u5c55\u53ef\u80fd\u7f13\u6162\u6216\u6709\u53cd\u590d\u3002\",\n                    \"money\": \"\u9640\u7f57\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u52a1\u4e8b\u52a1\u53ef\u80fd\u62d6\u5ef6\uff0c\u9700\u8010\u5fc3\u5904\u7406\u3002\",\n                    \"relationship\": \"\u9640\u7f57\u661f\u5728\u4eba\u9645\u5bab\uff0c\u4eca\u5929\u4eba\u9645\u5173\u7cfb\u53ef\u80fd\u8fdb\u5c55\u7f13\u6162\u6216\u6709\u8bef\u4f1a\u3002\"\n                },\n                \"\u706b\u661f\": {\n                    \"career\": \"\u706b\u661f\u5e26\u6765\u6d3b\u529b\u4e0e\u51b2\u52a8\uff0c\u5de5\u4f5c\u4e2d\u9700\u5584\u7528\u7206\u53d1\u529b\u4f46\u907f\u514d\u6025\u8e81\u51fa\u9519\u3002\",\n                    \"love\": \"\u706b\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u53ef\u80fd\u70ed\u60c5\u4f46\u6613\u51b2\u52a8\uff0c\u9700\u63a7\u5236\u60c5\u7eea\u3002\",\n                    \"money\": \"\u706b\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u53d8\u5316\u5feb\uff0c\u53ef\u80fd\u6709\u5feb\u901f\u6536\u76ca\u4f46\u4e5f\u6613\u51b2\u52a8\u6d88\u8d39\u3002\",\n                    \"relationship\": \"\u706b\u661f\u5728\u4eba\u9645\u5bab\uff0c\u4eca\u5929\u4ea4\u5f80\u70ed\u60c5\u4f46\u6613\u8d77\u4e89\u6267\uff0c\u9700\u51b7\u9759\u3002\"\n                },\n                \"\u94c3\u661f\": {\n                    \"career\": \"\u94c3\u661f\u5e26\u6765\u8b66\u89c9\u4e0e\u58f0\u97f3\uff0c\u5de5\u4f5c\u4e2d\u9700\u6ce8\u610f\u6c9f\u901a\u548c\u7ec6\u8282\uff0c\u53ef\u80fd\u6709\u91cd\u8981\u6d88\u606f\u3002\",\n                    \"love\": \"\u94c3\u661f\u5728\u611f\u60c5\u5bab\uff0c\u9700\u6ce8\u610f\u8a00\u8bed\u4ea4\u6d41\uff0c\u53ef\u80fd\u6709\u91cd\u8981\u5bf9\u8bdd\u6216\u6d88\u606f\u3002\",\n                    \"money\": \"\u94c3\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u52a1\u4fe1\u606f\u5f88\u91cd\u8981\uff0c\u9700\u7559\u610f\u5404\u79cd\u6d88\u606f\u6765\u6e90\u3002\",\n                    \"relationship\": \"\u94c3\u661f\u5728\u4eba\u9645\u5bab\uff0c\u4eca\u5929\u8a00\u8bed\u5f71\u54cd\u529b\u5927\uff0c\u8bf4\u8bdd\u9700\u8c28\u614e\u3002\"\n                },\n                \"\u6587\u660c\": {\n                    \"career\": \"\u6587\u660c\u661f\u4e3b\u667a\u6167\u4e0e\u6587\u4e66\uff0c\u5de5\u4f5c\u4e2d\u9002\u5408\u5904\u7406\u6587\u4ef6\u3001\u5408\u7ea6\u6216\u9700\u8981\u521b\u610f\u7684\u4efb\u52a1\u3002\",\n                    \"love\": \"\u6587\u660c\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u7406\u6027\u548c\u8c10\uff0c\u53ef\u80fd\u901a\u8fc7\u6587\u5b57\u6216\u827a\u672f\u8868\u8fbe\u60c5\u611f\u3002\",\n                    \"money\": \"\u6587\u660c\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u4e0e\u77e5\u8bc6\u76f8\u5173\uff0c\u53ef\u80fd\u901a\u8fc7\u4e13\u4e1a\u6280\u80fd\u83b7\u5229\u3002\",\n                    \"relationship\": \"\u6587\u660c\u661f\u5728\u4eba\u9645\u5bab\uff0c\u4eca\u5929\u9002\u5408\u77e5\u8bc6\u6027\u4ea4\u6d41\u6216\u6587\u5316\u6d3b\u52a8\u3002\"\n                },\n                \"\u6587\u66f2\": {\n                    \"career\": \"\u6587\u66f2\u661f\u4e3b\u624d\u827a\u4e0e\u8868\u8fbe\uff0c\u5de5\u4f5c\u4e2d\u9002\u5408\u521b\u610f\u3001\u827a\u672f\u6216\u9700\u8981\u6c9f\u901a\u7684\u4efb\u52a1\u3002\",\n                    \"love\": \"\u6587\u66f2\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u6d6a\u6f2b\u6709\u521b\u610f\uff0c\u9002\u5408\u827a\u672f\u6027\u8868\u8fbe\u60c5\u611f\u3002\",\n                    \"money\": \"\u6587\u66f2\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u4e0e\u624d\u827a\u76f8\u5173\uff0c\u53ef\u80fd\u901a\u8fc7\u521b\u610f\u5de5\u4f5c\u83b7\u5229\u3002\",\n                    \"relationship\": \"\u6587\u66f2\u661f\u5728\u4eba\u9645\u5bab\uff0c\u4eca\u5929\u9002\u5408\u827a\u672f\u6027\u4ea4\u6d41\u6216\u8f7b\u677e\u793e\u4ea4\u3002\"\n                },\n                \"\u5de6\u8f85\": {\n                    \"career\": \"\u5de6\u8f85\u661f\u5e26\u6765\u52a9\u529b\u4e0e\u652f\u6301\uff0c\u5de5\u4f5c\u4e2d\u53ef\u80fd\u6709\u5f97\u529b\u52a9\u624b\u6216\u540c\u4e8b\u76f8\u52a9\u3002\",\n                    \"love\": \"\u5de6\u8f85\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u4e2d\u53ef\u80fd\u6709\u7b2c\u4e09\u65b9\u652f\u6301\u6216\u4ecb\u7ecd\u3002\",\n                    \"money\": \"\u5de6\u8f85\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u6709\u52a9\u529b\uff0c\u53ef\u80fd\u901a\u8fc7\u5408\u4f5c\u83b7\u5f97\u8d22\u52a1\u673a\u4f1a\u3002\",\n                    \"relationship\": \"\u5de6\u8f85\u661f\u5728\u4eba\u9645\u5bab\uff0c\u4eca\u5929\u5bb9\u6613\u5f97\u5230\u4ed6\u4eba\u5e2e\u52a9\uff0c\u9002\u5408\u5408\u4f5c\u3002\"\n                },\n                \"\u53f3\u5f3c\": {\n                    \"career\": \"\u53f3\u5f3c\u661f\u5e26\u6765\u8f85\u52a9\u4e0e\u534f\u8c03\uff0c\u5de5\u4f5c\u4e2d\u9002\u5408\u62c5\u4efb\u8f85\u52a9\u89d2\u8272\u6216\u534f\u8c03\u56e2\u961f\u3002\",\n                    \"love\": \"\u53f3\u5f3c\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5173\u7cfb\u4e2d\u9700\u8981\u4e92\u76f8\u914d\u5408\u4e0e\u652f\u6301\u3002\",\n                    \"money\": \"\u53f3\u5f3c\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u8d22\u8fd0\u9700\u4e0e\u4ed6\u4eba\u5408\u4f5c\uff0c\u4e0d\u9002\u5408\u5355\u72ec\u884c\u52a8\u3002\",\n                    \"relationship\": \"\u53f3\u5f3c\u661f\u5728\u4eba\u9645\u5bab\uff0c\u4eca\u5929\u9002\u5408\u8c03\u89e3\u77db\u76fe\u6216\u4fc3\u6210\u5408\u4f5c\u3002\"\n                },\n                \"\u5929\u94ba\": {\n                    \"career\": \"\u5929\u94ba\u661f\u5e26\u6765\u8d35\u4eba\u76f8\u52a9\uff0c\u5de5\u4f5c\u4e2d\u53ef\u80fd\u6709\u5973\u6027\u8d35\u4eba\u63d0\u4f9b\u673a\u4f1a\u6216\u5e2e\u52a9\u3002\",\n                    \"love\": \"\u5929\u94ba\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5355\u8eab\u8005\u53ef\u80fd\u901a\u8fc7\u5973\u6027\u4ecb\u7ecd\u8ba4\u8bc6\u5bf9\u8c61\u3002\",\n                    \"money\": \"\u5929\u94ba\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u53ef\u80fd\u6709\u6765\u81ea\u5973\u6027\u7684\u8d22\u52a1\u5e2e\u52a9\u6216\u673a\u4f1a\u3002\",\n                    \"relationship\": \"\u5929\u94ba\u661f\u5728\u4eba\u9645\u5bab\uff0c\u4eca\u5929\u5973\u6027\u8d35\u4eba\u5bf9\u4f60\u7279\u522b\u6709\u5e2e\u52a9\u3002\"\n                },\n                \"\u5929\u9b41\": {\n                    \"career\": \"\u5929\u9b41\u661f\u5e26\u6765\u8d35\u4eba\u63d0\u643a\uff0c\u5de5\u4f5c\u4e2d\u53ef\u80fd\u6709\u7537\u6027\u8d35\u4eba\u63d0\u4f9b\u673a\u4f1a\u6216\u6307\u5bfc\u3002\",\n                    \"love\": \"\u5929\u9b41\u661f\u5728\u611f\u60c5\u5bab\uff0c\u5355\u8eab\u8005\u53ef\u80fd\u901a\u8fc7\u7537\u6027\u4ecb\u7ecd\u8ba4\u8bc6\u5bf9\u8c61\u3002\",\n                    \"money\": \"\u5929\u9b41\u661f\u5728\u8d22\u5e1b\u5bab\uff0c\u53ef\u80fd\u6709\u6765\u81ea\u7537\u6027\u7684\u8d22\u52a1\u5e2e\u52a9\u6216\u673a\u4f1a\u3002\",\n                    \"relationship\": \"\u5929\u9b41\u661f\u5728\u4eba\u9645\u5bab\uff0c\u4eca\u5929\u7537\u6027\u8d35\u4eba\u5bf9\u4f60\u7279\u522b\u6709\u5e2e\u52a9\u3002\"\n                }\n            };\n            \n            let result = \"\";\n            if (interpretations[card1]) {\n                result += `<p><strong>${card1}<\/strong>: ${interpretations[card1][category] || \"\u6b64\u8f85\u661f\u5728\u6b64\u4e8b\u9879\u4e0a\u7684\u5f71\u54cd\u8f83\u4e3a\u4e2d\u6027\u3002\"}<\/p>`;\n            }\n            if (interpretations[card2]) {\n                result += `<p><strong>${card2}<\/strong>: ${interpretations[card2][category] || \"\u6b64\u8f85\u661f\u5728\u6b64\u4e8b\u9879\u4e0a\u7684\u5f71\u54cd\u8f83\u4e3a\u4e2d\u6027\u3002\"}<\/p>`;\n            }\n            \n            return result || \"\u8fd9\u4e24\u5f20\u8f85\u661f\u5728\u6b64\u4e8b\u9879\u4e0a\u7684\u7efc\u5408\u5f71\u54cd\u8f83\u4e3a\u4e2d\u6027\u3002\";\n        }\n        \n        \/\/ \u7efc\u5408\u89e3\u6790\n        function getCombinedInterpretation(mainCard, secondary1, secondary2, category) {\n            \/\/ \u8fd9\u91cc\u53ef\u4ee5\u6839\u636e\u4e3b\u661f\u548c\u8f85\u661f\u7684\u7279\u5b9a\u7ec4\u5408\u63d0\u4f9b\u66f4\u7cbe\u786e\u7684\u89e3\u6790\n            \/\/ \u7531\u4e8e\u7ec4\u5408\u975e\u5e38\u591a\uff0c\u8fd9\u91cc\u53ea\u63d0\u4f9b\u4e00\u4e9b\u793a\u4f8b\uff0c\u5b9e\u9645\u5e94\u7528\u4e2d\u53ef\u80fd\u9700\u8981\u66f4\u8be6\u7ec6\u7684\u89c4\u5219\n            \n            let result = \"\";\n            \n            \/\/ \u793a\u4f8b\u7ec4\u5408\u89e3\u6790\n            if (mainCard === \"\u7d2b\u5fae\" && (secondary1 === \"\u5de6\u8f85\" || secondary2 === \"\u5de6\u8f85\" || secondary1 === \"\u53f3\u5f3c\" || secondary2 === \"\u53f3\u5f3c\")) {\n                result += \"\u7d2b\u5fae\u5f97\u8f85\u5f3c\uff0c\u9886\u5bfc\u529b\u4e0e\u652f\u6301\u529b\u517c\u5907\uff0c\u4eca\u5929\u5728\" + getCategoryText(category) + \"\u65b9\u9762\u5bb9\u6613\u5f97\u5230\u4ed6\u4eba\u534f\u52a9\uff0c\u4e8b\u534a\u529f\u500d\u3002\";\n            } \n            else if (mainCard === \"\u4e03\u6740\" && (secondary1 === \"\u64ce\u7f8a\" || secondary2 === \"\u64ce\u7f8a\" || secondary1 === \"\u706b\u661f\" || secondary2 === \"\u706b\u661f\")) {\n                result += \"\u4e03\u6740\u4f1a\u706b\u7f8a\uff0c\u884c\u52a8\u529b\u7206\u53d1\u4f46\u9700\u9632\u51b2\u52a8\uff0c\u4eca\u5929\u5728\" + getCategoryText(category) + \"\u65b9\u9762\u9700\u8c28\u614e\u51b3\u7b56\uff0c\u907f\u514d\u56e0\u6025\u8e81\u51fa\u9519\u3002\";\n            }\n            else if (mainCard === \"\u5929\u540c\" && (secondary1 === \"\u5929\u94ba\" || secondary2 === \"\u5929\u94ba\" || secondary1 === \"\u5929\u9b41\" || secondary2 === \"\u5929\u9b41\")) {\n                result += \"\u5929\u540c\u4f1a\u9b41\u94ba\uff0c\u798f\u661f\u9047\u8d35\u4eba\uff0c\u4eca\u5929\u5728\" + getCategoryText(category) + \"\u65b9\u9762\u5bb9\u6613\u5f97\u5230\u8d35\u4eba\u76f8\u52a9\uff0c\u9022\u51f6\u5316\u5409\u3002\";\n            }\n            else if (mainCard === \"\u7a7a\u5361\" && (secondary1 === \"\u5730\u7a7a\" || secondary2 === \"\u5730\u7a7a\" || secondary1 === \"\u5730\u52ab\" || secondary2 === \"\u5730\u52ab\")) {\n                result += \"\u7a7a\u52ab\u540c\u5bab\uff0c\u8fd0\u52bf\u8f83\u4e3a\u6ce2\u52a8\uff0c\u4eca\u5929\u5728\" + getCategoryText(category) + \"\u65b9\u9762\u9700\u4fdd\u6301\u5e73\u5e38\u5fc3\uff0c\u907f\u514d\u4e0d\u5207\u5b9e\u9645\u7684\u671f\u671b\u3002\";\n            }\n            else {\n                \/\/ \u9ed8\u8ba4\u7efc\u5408\u89e3\u6790\n                result += `\u7efc\u5408\u6765\u770b\uff0c${mainCard}\u4e3b\u661f\u4e0e${secondary1}\u3001${secondary2}\u8f85\u661f\u7684\u7ec4\u5408\uff0c\u5728${getCategoryText(category)}\u65b9\u9762`;\n                \n                \/\/ \u6839\u636e\u4e3b\u661f\u6027\u8d28\u5224\u65ad\u57fa\u8c03\n                if ([\"\u7d2b\u5fae\", \"\u592a\u9633\", \"\u5929\u5e9c\", \"\u5929\u76f8\"].includes(mainCard)) {\n                    result += \"\u6574\u4f53\u8fd0\u52bf\u8f83\u4e3a\u7a33\u5b9a\";\n                } else if ([\"\u4e03\u6740\", \"\u7834\u519b\", \"\u8d2a\u72fc\"].includes(mainCard)) {\n                    result += \"\u53ef\u80fd\u6709\u8f83\u5927\u53d8\u5316\u6216\u673a\u4f1a\";\n                } else if ([\"\u5929\u673a\", \"\u5de8\u95e8\", \"\u5ec9\u8d1e\"].includes(mainCard)) {\n                    result += \"\u9700\u7279\u522b\u6ce8\u610f\u6c9f\u901a\u4e0e\u51b3\u7b56\";\n                } else {\n                    result += \"\u8fd0\u52bf\u8f83\u4e3a\u5e73\u548c\";\n                }\n                \n                \/\/ \u6839\u636e\u8f85\u661f\u5224\u65ad\u8865\u5145\n                const positiveStars = [\"\u7984\u5b58\", \"\u5316\u7984\", \"\u5316\u79d1\", \"\u6587\u660c\", \"\u6587\u66f2\", \"\u5de6\u8f85\", \"\u53f3\u5f3c\", \"\u5929\u94ba\", \"\u5929\u9b41\"];\n                const negativeStars = [\"\u5316\u5fcc\", \"\u5730\u7a7a\", \"\u5730\u52ab\", \"\u64ce\u7f8a\", \"\u9640\u7f57\", \"\u706b\u661f\", \"\u94c3\u661f\"];\n                \n                const positiveCount = [secondary1, secondary2].filter(card => positiveStars.includes(card)).length;\n                const negativeCount = [secondary1, secondary2].filter(card => negativeStars.includes(card)).length;\n                \n                if (positiveCount > negativeCount) {\n                    result += \"\uff0c\u4e14\u6709\u5409\u661f\u76f8\u52a9\uff0c\u6574\u4f53\u8f83\u4e3a\u987a\u5229\u3002\";\n                } else if (negativeCount > positiveCount) {\n                    result += \"\uff0c\u4f46\u53d7\u715e\u661f\u5f71\u54cd\uff0c\u9700\u5c0f\u5fc3\u5e94\u5bf9\u6311\u6218\u3002\";\n                } else {\n                    result += \"\uff0c\u5409\u51f6\u53c2\u534a\uff0c\u9700\u5e73\u8861\u628a\u63e1\u3002\";\n                }\n            }\n            \n            \/\/ \u6839\u636e\u4e8b\u9879\u63d0\u4f9b\u5efa\u8bae\n            result += \"<p><strong>\u5efa\u8bae\uff1a<\/strong>\";\n            switch(category) {\n                case 'career':\n                    result += \"\u5de5\u4f5c\u4e2d\u4fdd\u6301\u4e13\u4e1a\u6001\u5ea6\uff0c\";\n                    if ([\"\u4e03\u6740\", \"\u7834\u519b\", \"\u8d2a\u72fc\"].includes(mainCard)) {\n                        result += \"\u52c7\u4e8e\u63a5\u53d7\u6311\u6218\uff0c\u4f46\u9700\u8c28\u614e\u8bc4\u4f30\u98ce\u9669\u3002\";\n                    } else {\n                        result += \"\u6309\u90e8\u5c31\u73ed\u5b8c\u6210\u4efb\u52a1\uff0c\u6ce8\u610f\u56e2\u961f\u5408\u4f5c\u3002\";\n                    }\n                    break;\n                case 'love':\n                    result += \"\u611f\u60c5\u65b9\u9762\";\n                    if ([\"\u5ec9\u8d1e\", \"\u8d2a\u72fc\"].includes(mainCard)) {\n                        result += \"\u9700\u4fdd\u6301\u771f\u8bda\uff0c\u907f\u514d\u590d\u6742\u5173\u7cfb\u3002\";\n                    } else if ([\"\u5929\u540c\", \"\u592a\u9634\"].includes(mainCard)) {\n                        result += \"\u6e29\u99a8\u548c\u8c10\uff0c\u9002\u5408\u8868\u8fbe\u60c5\u611f\u3002\";\n                    } else {\n                        result += \"\u4fdd\u6301\u826f\u597d\u6c9f\u901a\uff0c\u4e92\u76f8\u7406\u89e3\u3002\";\n                    }\n                    break;\n                case 'money':\n                    result += \"\u8d22\u52a1\u65b9\u9762\";\n                    if ([\"\u6b66\u66f2\", \"\u592a\u9634\"].includes(mainCard)) {\n                        result += \"\u7a33\u5065\u4e3a\u4e3b\uff0c\u9002\u5408\u957f\u671f\u89c4\u5212\u3002\";\n                    } else if ([\"\u8d2a\u72fc\", \"\u7834\u519b\"].includes(mainCard)) {\n                        result += \"\u8c28\u614e\u6295\u8d44\uff0c\u907f\u514d\u9ad8\u98ce\u9669\u64cd\u4f5c\u3002\";\n                    } else {\n                        result += \"\u91cf\u5165\u4e3a\u51fa\uff0c\u4fdd\u6301\u6536\u652f\u5e73\u8861\u3002\";\n                    }\n                    break;\n                case 'relationship':\n                    result += \"\u4eba\u9645\u4ea4\u5f80\u4e2d\";\n                    if ([\"\u5de8\u95e8\", \"\u5ec9\u8d1e\"].includes(mainCard)) {\n                        result += \"\u6ce8\u610f\u8a00\u8f9e\uff0c\u907f\u514d\u8bef\u4f1a\u3002\";\n                    } else if ([\"\u592a\u9633\", \"\u5929\u540c\"].includes(mainCard)) {\n                        result += \"\u70ed\u60c5\u5f00\u6717\uff0c\u5bb9\u6613\u83b7\u5f97\u597d\u611f\u3002\";\n                    } else {\n                        result += \"\u4fdd\u6301\u771f\u8bda\uff0c\u9002\u5ea6\u4ea4\u5f80\u3002\";\n                    }\n                    break;\n            }\n            result += \"<\/p>\";\n            \n            return result;\n        }\n    <\/script>\n<\/body>\n<\/html>\n\n\n<div class=\"is-default-size aligncenter wp-block-site-logo\"><a href=\"https:\/\/ziweiscience.com\/\" class=\"custom-logo-link\" rel=\"home\"><img loading=\"lazy\" decoding=\"async\" width=\"1327\" height=\"778\" src=\"https:\/\/ziweiscience.com\/wp-content\/uploads\/2023\/09\/kexuekanziwei-123.png\" class=\"custom-logo\" alt=\"\u79d1\u5b66\u770b\u7d2b\u5fae\" srcset=\"https:\/\/ziweiscience.com\/wp-content\/uploads\/2023\/09\/kexuekanziwei-123.png 1327w, https:\/\/ziweiscience.com\/wp-content\/uploads\/2023\/09\/kexuekanziwei-123-300x176.png 300w, https:\/\/ziweiscience.com\/wp-content\/uploads\/2023\/09\/kexuekanziwei-123-1024x600.png 1024w, https:\/\/ziweiscience.com\/wp-content\/uploads\/2023\/09\/kexuekanziwei-123-150x88.png 150w, https:\/\/ziweiscience.com\/wp-content\/uploads\/2023\/09\/kexuekanziwei-123-768x450.png 768w, https:\/\/ziweiscience.com\/wp-content\/uploads\/2023\/09\/kexuekanziwei-123-600x352.png 600w\" sizes=\"auto, (max-width: 1327px) 100vw, 1327px\" \/><\/a><\/div>","protected":false},"excerpt":{"rendered":"<p>\u7d2b\u5fae\u6597\u6570\u5360\u5360\u770b-\u4eca\u5929\u597d\u8fd0\u5417\uff1f \u4f60\u7684\u624b\u6c14\u5982\u4f55\uff1f [\u82e5\u8981\u8be2\u95ee\u95ee\u9898\uff0c\u4e00\u5929\u53ea\u9650\u4e00\u6b21] \u65f6\u6765\u8fd0\u8f6c Welcome 2025\u5e745\u670812\u65e5 \u9009\u53d6\u8981\u95ee\u4ec0\u4e48\u4e8b\uff1f \u8bf7\u9009\u62e9&#8230;\u4e8b\u4e1a\u611f\u60c5\u94b1\u8d22\u4eba\u9645\u5173\u7cfb \u62bd\u53d6\u7b2c\u4e00\u5f20 \u62bd\u53d6\u7b2c\u4e8c\u5f20 \u91cd\u65b0\u5f00\u59cb \u4eca\u65e5\u8fd0\u52bf\u89e3\u6790<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_ti_tpc_template_sync":false,"_ti_tpc_template_id":"","footnotes":""},"class_list":["post-4586","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/ziweiscience.com\/index.php\/wp-json\/wp\/v2\/pages\/4586","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ziweiscience.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ziweiscience.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ziweiscience.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ziweiscience.com\/index.php\/wp-json\/wp\/v2\/comments?post=4586"}],"version-history":[{"count":7,"href":"https:\/\/ziweiscience.com\/index.php\/wp-json\/wp\/v2\/pages\/4586\/revisions"}],"predecessor-version":[{"id":4597,"href":"https:\/\/ziweiscience.com\/index.php\/wp-json\/wp\/v2\/pages\/4586\/revisions\/4597"}],"wp:attachment":[{"href":"https:\/\/ziweiscience.com\/index.php\/wp-json\/wp\/v2\/media?parent=4586"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}