{"id":2546,"date":"2023-10-20T08:38:56","date_gmt":"2023-10-20T00:38:56","guid":{"rendered":"https:\/\/bookmark.tw\/?p=2546"},"modified":"2025-08-27T20:39:54","modified_gmt":"2025-08-27T12:39:54","slug":"next-romance-painful-or-not","status":"publish","type":"post","link":"https:\/\/xinliceyan.org\/zh\/next-romance-painful-or-not","title":{"rendered":"\u5c0f\u6d4b\u9a8c\uff1a\u4f60\u7684\u4e0b\u4e00\u573a\u7231\u60c5\u4f1a\u662f\u8650\u604b\u5417\uff1f"},"content":{"rendered":"<!-- \u611b\u60c5\u6e2c\u9a57 WordPress \u5d4c\u5165\u4ee3\u78bc -->\n<link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/5.3.3\/css\/bootstrap.min.css\" rel=\"stylesheet\">\n<link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap-icons\/1.11.3\/font\/bootstrap-icons.min.css\" rel=\"stylesheet\">\n\n<style>\n  \/* \u81ea\u5b9a\u7fa9\u6a23\u5f0f - \u907f\u514d\u8207WordPress\u4e3b\u984c\u885d\u7a81 *\/\n  .loveq-container {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    font-size: 18px;\n    line-height: 1.6;\n    color: #4a5568;\n    max-width: 750px;\n    margin: 0 auto;\n  }\n  \n  .loveq-container * {\n    box-sizing: border-box;\n  }\n  \n  .loveq-section {\n    display: none;\n    animation: fadeIn 0.5s ease-in-out;\n    min-height: 400px;\n    padding: 2rem 1rem;\n  }\n  \n  .loveq-section.active {\n    display: block;\n  }\n  \n  @keyframes fadeIn {\n    from {\n      opacity: 0;\n      transform: translateY(20px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n  \n  \/* \u5f15\u5c0e\u9801\u6a23\u5f0f *\/\n  .loveq-feature-card {\n    background: linear-gradient(135deg, #f0fdf4 0%, #e6f7f1 100%);\n    border: none;\n    border-radius: 15px;\n    padding: 1.5rem;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.06);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n  \n  .loveq-feature-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 20px rgba(0,0,0,0.08);\n  }\n  \n  .loveq-start-btn {\n    background: linear-gradient(135deg, #86d3b8 0%, #6fb8a8 100%);\n    border: none;\n    padding: 15px 40px;\n    font-size: 20px;\n    border-radius: 30px;\n    color: white;\n    font-weight: 600;\n    box-shadow: 0 8px 25px rgba(134, 211, 184, 0.3);\n    transition: all 0.3s ease;\n  }\n  \n  .loveq-start-btn:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 35px rgba(134, 211, 184, 0.4);\n    background: linear-gradient(135deg, #6fb8a8 0%, #5fa898 100%);\n  }\n  \n  \/* \u6e2c\u9a57\u9801\u6a23\u5f0f *\/\n  .loveq-question-title {\n    font-size: 22px;\n    font-weight: bold;\n    color: #4a5568;\n    margin-bottom: 1.5rem;\n    line-height: 1.4;\n  }\n  \n  .loveq-option-card {\n    background: white;\n    border: 2px solid #e8f5f0;\n    border-radius: 15px;\n    padding: 1.2rem 1.5rem;\n    margin-bottom: 1rem;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    display: flex;\n    align-items: center;\n    min-height: 70px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n  }\n  \n  .loveq-option-card:hover {\n    border-color: #86d3b8;\n    background: linear-gradient(135deg, #f8fffc 0%, #f0fdf7 100%);\n    transform: translateX(5px);\n    box-shadow: 0 4px 15px rgba(134, 211, 184, 0.15);\n  }\n  \n  .loveq-option-card.selected {\n    background: linear-gradient(135deg, #86d3b8 0%, #6fb8a8 100%);\n    color: white;\n    border-color: #86d3b8;\n    box-shadow: 0 4px 15px rgba(134, 211, 184, 0.25);\n  }\n  \n  .loveq-option-indicator {\n    width: 28px;\n    height: 28px;\n    border: 2px solid #86d3b8;\n    border-radius: 50%;\n    margin-right: 1rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  \n  .loveq-option-card.selected .loveq-option-indicator {\n    background: white;\n    border-color: white;\n  }\n  \n  .loveq-option-text {\n    font-size: 18px;\n    color: #4a5568;\n    flex: 1;\n  }\n  \n  .loveq-option-card:hover .loveq-option-text {\n    color: #4a5568;\n  }\n  \n  .loveq-option-card.selected .loveq-option-text {\n    color: white;\n  }\n  \n  .loveq-prev-btn {\n    background: #a8b8c8;\n    border: none;\n    padding: 10px 30px;\n    font-size: 16px;\n    border-radius: 25px;\n    color: white;\n    transition: all 0.3s ease;\n  }\n  \n  .loveq-prev-btn:hover {\n    background: #98a8b8;\n    transform: translateY(-2px);\n  }\n  \n  \/* \u7d50\u679c\u9801\u6a23\u5f0f *\/\n  .loveq-result-card {\n    background: white;\n    border-radius: 20px;\n    padding: 2rem;\n    box-shadow: 0 8px 30px rgba(0,0,0,0.06);\n    margin-bottom: 2rem;\n  }\n  \n  .loveq-result-title {\n    color: #6fb8a8;\n    font-size: 28px;\n    font-weight: bold;\n    margin-bottom: 1.5rem;\n  }\n  \n  .loveq-chart-container {\n    position: relative;\n    height: 300px;\n    margin: 2rem auto;\n    max-width: 500px;\n  }\n  \n  .loveq-restart-btn {\n    background: linear-gradient(135deg, #86d3b8 0%, #6fb8a8 100%);\n    border: none;\n    padding: 12px 35px;\n    font-size: 18px;\n    border-radius: 25px;\n    color: white;\n    font-weight: 600;\n    transition: all 0.3s ease;\n    box-shadow: 0 6px 20px rgba(134, 211, 184, 0.3);\n  }\n  \n  .loveq-restart-btn:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 10px 30px rgba(134, 211, 184, 0.4);\n    background: linear-gradient(135deg, #6fb8a8 0%, #5fa898 100%);\n  }\n  \n  .loveq-advice-box {\n    background: linear-gradient(135deg, #f8fffc 0%, #f0fdf7 100%);\n    border-radius: 15px;\n    padding: 1.5rem;\n    border: 1px solid #e8f5f0;\n    margin-top: 1.5rem;\n  }\n  \n  \/* \u97ff\u61c9\u5f0f\u8a2d\u8a08 *\/\n  @media (max-width: 576px) {\n    .loveq-container {\n      font-size: 16px;\n    }\n    \n    .loveq-question-title {\n      font-size: 20px;\n    }\n    \n    .loveq-option-text {\n      font-size: 16px;\n    }\n    \n    .loveq-start-btn {\n      font-size: 18px;\n      padding: 12px 30px;\n    }\n  }\n<\/style>\n\n<div class=\"loveq-container\">\n  <!-- \u5f15\u5c0e\u9801 -->\n  <section id=\"quizintro9\" data-page=\"intro9\" class=\"loveq-section active\">\n    <div class=\"container\">\n      <div class=\"row justify-content-center\">\n        <div class=\"col-12\">\n          <div class=\"text-center mb-5\">\n            <h2 class=\"mb-3\" style=\"color: #4a5568; font-size: 32px; font-weight: bold;\">\n              \u4f60\u7684\u4e0b\u4e00\u5834\u611b\u60c5\u6703\u662f\u8650\u6200\u55ce\uff1f\n            <\/h2>\n            <p class=\"lead\" style=\"font-size: 20px; color: #718096;\">\n              \u63a2\u7d22\u4f60\u7684\u611b\u60c5\u6a21\u5f0f\uff0c\u4e86\u89e3\u4f60\u5728\u611f\u60c5\u4e2d\u7684\u50be\u5411\u8207\u9078\u64c7\n            <\/p>\n          <\/div>\n          \n          <div class=\"row g-4 mb-5\">\n            <div class=\"col-md-6\">\n              <div class=\"loveq-feature-card h-100\">\n                <div class=\"text-center\">\n                  <i class=\"bi bi-eye-fill\" style=\"font-size: 2rem; color: #6fb8a8;\"><\/i>\n                  <h5 class=\"mt-3 mb-2\" style=\"color: #4a5568;\">\u6d1e\u5bdf\u5167\u5fc3<\/h5>\n                  <p class=\"mb-0\" style=\"color: #718096;\">\u6df1\u5165\u5256\u6790\u4f60\u7684\u611f\u60c5\u9078\u64c7\u6a21\u5f0f<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n            <div class=\"col-md-6\">\n              <div class=\"loveq-feature-card h-100\">\n                <div class=\"text-center\">\n                  <i class=\"bi bi-shield-check\" style=\"font-size: 2rem; color: #6fb8a8;\"><\/i>\n                  <h5 class=\"mt-3 mb-2\" style=\"color: #4a5568;\">\u4e13\u4e1a\u5206\u6790<\/h5>\n                  <p class=\"mb-0\" style=\"color: #718096;\">\u57fa\u65bc\u5fc3\u7406\u5b78\u539f\u7406\u7684\u6e96\u78ba\u8a55\u4f30<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n            <div class=\"col-md-6\">\n              <div class=\"loveq-feature-card h-100\">\n                <div class=\"text-center\">\n                  <i class=\"bi bi-graph-up\" style=\"font-size: 2rem; color: #6fb8a8;\"><\/i>\n                  <h5 class=\"mt-3 mb-2\" style=\"color: #4a5568;\">\u89c6\u89c9\u5316\u7ed3\u679c<\/h5>\n                  <p class=\"mb-0\" style=\"color: #718096;\">\u76f4\u89c0\u5448\u73fe\u4f60\u7684\u611b\u60c5\u50be\u5411\u5206\u6790<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n            <div class=\"col-md-6\">\n              <div class=\"loveq-feature-card h-100\">\n                <div class=\"text-center\">\n                  <i class=\"bi bi-compass\" style=\"font-size: 2rem; color: #6fb8a8;\"><\/i>\n                  <h5 class=\"mt-3 mb-2\" style=\"color: #4a5568;\">\u6307\u5f15\u65b9\u5411<\/h5>\n                  <p class=\"mb-0\" style=\"color: #718096;\">\u7372\u5f97\u6539\u5584\u611f\u60c5\u8cea\u91cf\u7684\u5efa\u8b70<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n          \n          <div class=\"text-center\">\n            <p class=\"mb-4\" style=\"color: #718096;\">\n              \u5982\u679c\u4f60\u9047\u89c1\u4e86\u7f8e\u597d\u7684\u7231\u60c5\uff0c\u9082\u9005\u4e86\u4e00\u4e2a\u5bf9\u7684\u80fd\u7231\u4f60\u7231\u5230\u4e0d\u987e\u4e00\u5207\u7684\u4eba\uff0c\u90a3\u662f\u4e00\u4ef6\u4f1a\u8ba9\u4f60\u611f\u5230\u7279\u522b\u5e78\u798f\u7684\u4e8b\u60c5\u3002\u4e00\u6bb5\u7f8e\u597d\u7684\u7231\u60c5\uff0c\u5b83\u53ef\u4ee5\u6539\u53d8\u4e00\u4e2a\u4eba\uff0c\u8ba9\u4eba\u53d8\u5f97\u66f4\u5feb\u4e50\u3001\u66f4\u7f8e\u597d\uff0c\u53ef\u662f\uff0c\u5982\u679c\u662f\u4e00\u6bb5\u7cdf\u7cd5\u7684\u7231\u60c5\uff0c\u5b83\u6781\u6709\u53ef\u80fd\u4f1a\u6bc1\u6389\u4e00\u4e2a\u4eba\uff0c\u82e5\u662f\u4f60\u8c08\u4e00\u573a\u8650\u7231\uff0c\u5728\u604b\u7231\u7684\u8fc7\u7a0b\u4e2d\uff0c\u4f60\u6709\u53ef\u80fd\u4f1a\u53d7\u5230\u6216\u6df1\u6216\u6d45\u7684\u75db\u82e6\u3002\n              <br>\u611b\u60c5\u53ef\u4ee5\u8b93\u4eba\u8b8a\u5f97\u66f4\u7f8e\u597d\uff0c\u4e5f\u53ef\u80fd\u5e36\u4f86\u75db\u82e6\u3002<br>\n              \u900f\u904e\u9019\u500b\u6e2c\u9a57\uff0c\u4e86\u89e3\u4f60\u7684\u4e0b\u4e00\u6bb5\u611f\u60c5\u6703\u8d70\u5411\u4f55\u65b9\u3002\n            <\/p>\n            <button class=\"btn loveq-start-btn\" onclick=\"startQuiz()\">\n              \u5f00\u59cb\u6d4b\u9a8c <i class=\"bi bi-arrow-right-circle ms-2\"><\/i>\n            <\/button>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  \n  <!-- \u6e2c\u9a57\u9801 -->\n  <section id=\"quizmain9\" data-page=\"quiz9\" class=\"loveq-section\">\n    <div class=\"container\">\n      <div class=\"row justify-content-center\">\n        <div class=\"col-12\">\n          <div class=\"text-center mb-4\">\n            <h2 style=\"color: #4a5568; font-size: 28px; font-weight: bold;\">\u611b\u60c5\u50be\u5411\u6e2c\u9a57<\/h2>\n          <\/div>\n          \n          <div class=\"card border-0\" style=\"border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.05);\">\n            <div class=\"card-body p-4\">\n              <h3 class=\"loveq-question-title\">\n                \u5047\u8a2d\u4f60\u7b2c\u4e00\u6b21\u53bb\u7537\u53cb\u5bb6\uff0c\u4ee5\u4e0b\u54ea\u7a2e\u60c5\u6cc1\u6703\u8b93\u4f60\u611f\u89ba\u5f88\u96e3\u70ba\u60c5\uff1f\n              <\/h3>\n              \n              <div id=\"optionsContainer\">\n                <div class=\"loveq-option-card\" data-option=\"A\">\n                  <div class=\"loveq-option-indicator\">\n                    <i class=\"bi bi-check2\" style=\"display: none; color: #6fb8a8; font-size: 18px;\"><\/i>\n                  <\/div>\n                  <div class=\"loveq-option-text\">\u8aaa\u4e86\u4e00\u4e9b\u4e0d\u8a72\u8aaa\u7684\u8a71<\/div>\n                <\/div>\n                \n                <div class=\"loveq-option-card\" data-option=\"B\">\n                  <div class=\"loveq-option-indicator\">\n                    <i class=\"bi bi-check2\" style=\"display: none; color: #6fb8a8; font-size: 18px;\"><\/i>\n                  <\/div>\n                  <div class=\"loveq-option-text\">\u628a\u559c\u6b61\u5403\u7684\u83dc\u5168\u5403\u5149\u4e86<\/div>\n                <\/div>\n                \n                <div class=\"loveq-option-card\" data-option=\"C\">\n                  <div class=\"loveq-option-indicator\">\n                    <i class=\"bi bi-check2\" style=\"display: none; color: #6fb8a8; font-size: 18px;\"><\/i>\n                  <\/div>\n                  <div class=\"loveq-option-text\">\u624b\u6ed1\u628a\u76e4\u5b50\u7838\u4e86<\/div>\n                <\/div>\n                \n                <div class=\"loveq-option-card\" data-option=\"D\">\n                  <div class=\"loveq-option-indicator\">\n                    <i class=\"bi bi-check2\" style=\"display: none; color: #6fb8a8; font-size: 18px;\"><\/i>\n                  <\/div>\n                  <div class=\"loveq-option-text\">\u4e0d\u5c0f\u5fc3\u5012\u932f\u5783\u573e<\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n          \n          <div class=\"text-center mt-4\">\n            <button class=\"btn loveq-prev-btn\" onclick=\"goBack()\">\n              <i class=\"bi bi-arrow-left me-2\"><\/i>\u8fd4\u56de\u9996\u9801\n            <\/button>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  \n  <!-- \u7d50\u679c\u9801 -->\n  <section id=\"quizresult9\" data-page=\"result9\" class=\"loveq-section\">\n    <div class=\"container\">\n      <div class=\"row justify-content-center\">\n        <div class=\"col-12\">\n          <div class=\"text-center mb-4\">\n            <h2 style=\"color: #4a5568; font-size: 28px; font-weight: bold;\">\u6d4b\u9a8c\u7ed3\u679c<\/h2>\n          <\/div>\n          \n          <div class=\"loveq-result-card\">\n            <h3 class=\"loveq-result-title text-center\">\n              <i class=\"bi bi-heart me-2\"><\/i>\n              <span id=\"resultTitle\"><\/span>\n            <\/h3>\n            \n            <div class=\"loveq-chart-container\">\n              <canvas id=\"resultChart\"><\/canvas>\n            <\/div>\n            \n            <div id=\"resultDescription\" style=\"font-size: 18px; line-height: 1.8; color: #4a5568;\">\n            <\/div>\n            \n            <div class=\"loveq-advice-box\">\n              <h5 style=\"color: #4a5568; margin-bottom: 1rem;\">\n                <i class=\"bi bi-lightbulb me-2\" style=\"color: #6fb8a8;\"><\/i>\u611b\u60c5\u5efa\u8b70\n              <\/h5>\n              <div id=\"adviceText\" style=\"color: #718096;\"><\/div>\n            <\/div>\n          <\/div>\n          \n          <div class=\"text-center mt-4\">\n            <button class=\"btn loveq-restart-btn\" onclick=\"restartQuiz()\">\n              <i class=\"bi bi-arrow-clockwise me-2\"><\/i>\u91cd\u65b0\u6d4b\u8bd5\n            <\/button>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n<\/div>\n\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Chart.js\/4.4.1\/chart.umd.min.js\"><\/script>\n<script>\n(function() {\n  'use strict';\n  \n  let currentChart = null;\n  let selectedOption = null;\n  \n  const results = {\n    'A': {\n      title: '\u7f8e\u597d\u611b\u60c5\u6a5f\u7387\u6975\u9ad8',\n      vulnerability: 15,\n      stability: 85,\n      growth: 90,\n      happiness: 88,\n      description: '\u5728\u4e0b\u4e00\u6bb5\u6200\u60c5\u4e2d\uff0c\u4f60\u8fce\u4f86\u4e00\u5834\u8650\u611b\u7684\u53ef\u80fd\u6027\u6975\u4f4e\u3002\u56e0\u70ba\u4e0a\u4e00\u6bb5\u611f\u60c5\u7684\u7d50\u675f\uff0c\u5b83\u4e0d\u4f46\u7d66\u4f60\u5e36\u4f86\u4e86\u50b7\u75db\uff0c\u4e5f\u8b93\u4f60\u5f97\u5230\u4e86\u6210\u9577\u3002\u5728\u63a5\u4e0b\u4f86\u7684\u6642\u9593\u88e1\uff0c\u53ea\u6709\u7576\u4f60\u611f\u89ba\u81ea\u5df1\u9047\u5230\u4e86\u5c0d\u7684\u4eba\uff0c\u6216\u8005\u4f60\u7684\u89aa\u4eba\u670b\u53cb\u5c0d\u90a3\u500b\u4eba\u7684\u8a55\u50f9\u6975\u9ad8\uff0c\u4f60\u624d\u6703\u655e\u958b\u5fc3\u6249\u53bb\u63a5\u7d0d\u5c0d\u65b9\uff0c\u6536\u7a6b\u4e00\u4efd\u81ea\u5df1\u60f3\u8981\u7684\u611b\u60c5\u3002',\n      advice: '\u4fdd\u6301\u4f60\u7684\u7406\u6027\u5224\u65b7\u529b\uff0c\u540c\u6642\u4e5f\u8981\u8a18\u5f97\u9069\u6642\u653e\u4e0b\u9632\u5099\uff0c\u8b93\u771f\u611b\u6709\u6a5f\u6703\u8d70\u9032\u4f60\u7684\u751f\u6d3b\u3002'\n    },\n    'B': {\n      title: '\u7406\u6027\u611b\u60c5\u5b88\u8b77\u8005',\n      vulnerability: 10,\n      stability: 92,\n      growth: 85,\n      happiness: 90,\n      description: '\u5728\u611f\u60c5\u91cc\uff0c\u4f60\u662f\u4e00\u500b\u53ef\u4ee5\u4fdd\u6301\u7406\u667a\u7684\u4eba\uff0c\u4f60\u77e5\u9053\u81ea\u5df1\u8981\u4ec0\u9ebc\uff0c\u81ea\u5df1\u9069\u5408\u600e\u6a23\u7684\u4eba\u3002\u5982\u679c\u6709\u4eba\u63a5\u8fd1\u4f60\uff0c\u53ea\u662f\u70ba\u4e86\u73a9\u5f04\u4f60\uff0c\u4f60\u6703\u4e0b\u610f\u8b58\u5730\u9060\u96e2\u5c0d\u65b9\u3002\u4f60\u4e5f\u4e0d\u6703\u76f2\u76ee\u65bc\u611b\u60c5\uff0c\u5c0d\u65bc\u4e0d\u9069\u5408\u81ea\u5df1\u7684\u4eba\uff0c\u4f60\u4e0d\u6703\u5f37\u6c42\u5c0d\u65b9\u7559\u5728\u4f60\u8eab\u908a\uff0c\u6216\u8005\u5c0d\u5176\u4f7f\u7528\u6b7b\u7e8f\u721b\u6253\u7684\u624b\u6bb5\uff0c\u4f60\u6703\u6536\u7a6b\u4e00\u6bb5\u7f8e\u597d\u7684\u611b\u60c5\uff0c\u800c\u4e0d\u6703\u662f\u8650\u611b\u3002',\n      advice: '\u4f60\u7684\u7406\u6027\u662f\u4f60\u7684\u512a\u52e2\uff0c\u4f46\u8a18\u5f97\u5728\u611b\u60c5\u4e2d\u4e5f\u8981\u4fdd\u7559\u4e00\u4e9b\u6d6a\u6f2b\u548c\u611f\u6027\uff0c\u8b93\u611f\u60c5\u66f4\u52a0\u8c50\u5bcc\u591a\u5f69\u3002'\n    },\n    'C': {\n      title: '\u8b39\u614e\u611b\u60c5\u5be6\u8e10\u8005',\n      vulnerability: 25,\n      stability: 75,\n      growth: 80,\n      happiness: 78,\n      description: '\u4e5f\u8a31\u662f\u56e0\u70ba\u904e\u53bb\u7684\u611f\u60c5\u7d93\u6b77\uff0c\u5982\u679c\u4f60\u8981\u958b\u59cb\u8ac7\u4e00\u5834\u6200\u611b\uff0c\u4f60\u6703\u66f4\u614e\u91cd\u66f4\u8a8d\u771f\u5730\u5c0d\u5f85\uff0c\u4e0d\u6703\u518d\u50cf\u4e4b\u524d\u90a3\u822c\u4efb\u6027\u3002\u5728\u90a3\u7a2e\u60c5\u6cc1\u4e0b\uff0c\u4f60\u9047\u5230\u4e00\u6bb5\u7cdf\u7cd5\u7684\u611b\u60c5\u7684\u53ef\u80fd\u6027\u662f\u6bd4\u8f03\u5c0f\u7684\u3002\u4e0d\u904e\uff0c\u4f60\u9084\u9700\u8981\u6ce8\u610f\u7684\u662f\uff0c\u5728\u6200\u611b\u4e2d\u4f60\u4e0d\u8981\u7d66\u5c0d\u65b9\u8a2d\u592a\u591a\u7684\u689d\u689d\u6846\u6846\uff0c\u90a3\u6a23\uff0c\u4f60\u5011\u4e4b\u9593\u7684\u7f8e\u597d\u611f\u60c5\u624d\u80fd\u4e00\u76f4\u7dad\u6301\u4e0b\u53bb\u3002',\n      advice: '\u9069\u5ea6\u7684\u8b39\u614e\u662f\u597d\u7684\uff0c\u4f46\u4e5f\u8981\u5b78\u6703\u4fe1\u4efb\u548c\u653e\u9b06\u3002\u611b\u60c5\u9700\u8981\u898f\u5247\uff0c\u4f46\u66f4\u9700\u8981\u81ea\u7531\u548c\u7406\u89e3\u3002'\n    },\n    'D': {\n      title: '\u6df1\u60c5\u611b\u60c5\u5192\u96aa\u5bb6',\n      vulnerability: 75,\n      stability: 45,\n      growth: 60,\n      happiness: 55,\n      description: '\u5728\u611f\u60c5\u91cc\uff0c\u4f60\u662f\u4e00\u500b\u6703\u611b\u5230\u4e0d\u9867\u4e00\u5207\u7684\u4eba\uff0c\u5c0d\u65bc\u81ea\u5df1\u611b\u4e0a\u7684\u90a3\u500b\u4eba\uff0c\u4f60\u7b97\u7684\u4e0a\u662f\u5c4f\u853d\u4e86\u5c0d\u65b9\u4e00\u5207\u4e0d\u597d\u7684\u5730\u65b9\uff0c\u53ea\u770b\u5230\u4e86\u5c0d\u65b9\u597d\u7684\u90a3\u4e9b\u65b9\u9762\u3002\u90a3\u6a23\u7684\u4f60\uff0c\u82e5\u662f\u6295\u5165\u5230\u4e00\u6bb5\u611f\u60c5\u4e2d\uff0c\u4f60\u5f88\u6709\u53ef\u80fd\u6703\u8ac7\u4e00\u5834\u8650\u611b\u3002\u5728\u611f\u60c5\u7684\u4e16\u754c\u91cc\uff0c\u9019\u662f\u4f60\u9700\u8981\u7279\u5225\u6ce8\u610f\u7684\u4e00\u9ede\uff0c\u4f60\u624d\u80fd\u907f\u514d\u81ea\u5df1\u518d\u6b21\u611b\u932f\u4e00\u500b\u4eba\u3002',\n      advice: '\u611b\u5f97\u6df1\u6c92\u6709\u932f\uff0c\u4f46\u8981\u5b78\u6703\u4fdd\u8b77\u81ea\u5df1\u3002\u5728\u611b\u5225\u4eba\u4e4b\u524d\uff0c\u5148\u5b78\u6703\u611b\u81ea\u5df1\uff0c\u4fdd\u6301\u7406\u6027\u7684\u5224\u65b7\u529b\u3002'\n    }\n  };\n  \n  \/\/ \u521d\u59cb\u5316\u9078\u9805\u9ede\u64ca\u4e8b\u4ef6\n  function initializeOptions() {\n    const options = document.querySelectorAll('.loveq-option-card');\n    options.forEach(option => {\n      option.addEventListener('click', function() {\n        \/\/ \u79fb\u9664\u6240\u6709\u9078\u4e2d\u72c0\u614b\n        options.forEach(opt => {\n          opt.classList.remove('selected');\n          const icon = opt.querySelector('.bi-check2');\n          if (icon) icon.style.display = 'none';\n        });\n        \n        \/\/ \u6dfb\u52a0\u9078\u4e2d\u72c0\u614b\n        this.classList.add('selected');\n        const icon = this.querySelector('.bi-check2');\n        if (icon) icon.style.display = 'block';\n        \n        selectedOption = this.dataset.option;\n        \n        \/\/ \u5ef6\u9072\u986f\u793a\u7d50\u679c\n        setTimeout(() => {\n          showResult(selectedOption);\n        }, 500);\n      });\n    });\n  }\n  \n  \/\/ \u958b\u59cb\u6e2c\u9a57\n  window.startQuiz = function() {\n    document.getElementById('quizintro9').classList.remove('active');\n    document.getElementById('quizmain9').classList.add('active');\n    \n    \/\/ \u6efe\u52d5\u5230\u9801\u9762\u9802\u90e8\n    const quizMain = document.getElementById('quizmain9');\n    quizMain.scrollIntoView({ behavior: 'smooth', block: 'start' });\n  };\n  \n  \/\/ \u8fd4\u56de\u9996\u9801\n  window.goBack = function() {\n    document.getElementById('quizmain9').classList.remove('active');\n    document.getElementById('quizintro9').classList.add('active');\n    \n    \/\/ \u91cd\u7f6e\u9078\u64c7\n    const options = document.querySelectorAll('.loveq-option-card');\n    options.forEach(opt => {\n      opt.classList.remove('selected');\n      const icon = opt.querySelector('.bi-check2');\n      if (icon) icon.style.display = 'none';\n    });\n    selectedOption = null;\n  };\n  \n  \/\/ \u986f\u793a\u7d50\u679c\n  window.showResult = function(option) {\n    const result = results[option];\n    \n    \/\/ \u586b\u5145\u7d50\u679c\u5167\u5bb9\n    document.getElementById('resultTitle').textContent = result.title;\n    document.getElementById('resultDescription').textContent = result.description;\n    document.getElementById('adviceText').textContent = result.advice;\n    \n    \/\/ \u986f\u793a\u7d50\u679c\u9801\n    document.getElementById('quizmain9').classList.remove('active');\n    document.getElementById('quizresult9').classList.add('active');\n    \n    \/\/ \u6efe\u52d5\u5230\u9801\u9762\u9802\u90e8\n    const resultSection = document.getElementById('quizresult9');\n    resultSection.scrollIntoView({ behavior: 'smooth', block: 'start' });\n    \n    \/\/ \u7e6a\u88fd\u5716\u8868\n    setTimeout(() => {\n      drawChart(result);\n    }, 300);\n  };\n  \n  \/\/ \u7e6a\u88fd\u5716\u8868\n  function drawChart(result) {\n    \/\/ \u92b7\u6bc0\u820a\u5716\u8868\n    if (currentChart) {\n      currentChart.destroy();\n    }\n    \n    const ctx = document.getElementById('resultChart').getContext('2d');\n    \n    const data = {\n      labels: ['\u8106\u5f31\u6307\u6578', '\u7a69\u5b9a\u5ea6', '\u6210\u9577\u6f5b\u529b', '\u5e78\u798f\u6307\u6578'],\n      datasets: [{\n        label: '\u4f60\u7684\u611b\u60c5\u50be\u5411',\n        data: [result.vulnerability, result.stability, result.growth, result.happiness],\n        backgroundColor: 'rgba(111, 184, 168, 0.2)',\n        borderColor: 'rgba(111, 184, 168, 1)',\n        borderWidth: 2,\n        pointBackgroundColor: 'rgba(111, 184, 168, 1)',\n        pointBorderColor: '#fff',\n        pointHoverBackgroundColor: '#fff',\n        pointHoverBorderColor: 'rgba(111, 184, 168, 1)',\n        pointRadius: 6,\n        pointHoverRadius: 8\n      }]\n    };\n    \n    const options = {\n      responsive: true,\n      maintainAspectRatio: false,\n      plugins: {\n        legend: {\n          display: false\n        },\n        tooltip: {\n          backgroundColor: 'rgba(111, 184, 168, 0.9)',\n          titleFont: {\n            size: 16\n          },\n          bodyFont: {\n            size: 14\n          },\n          padding: 12,\n          callbacks: {\n            label: function(context) {\n              return context.label + ': ' + context.parsed.r + '%';\n            }\n          }\n        }\n      },\n      scales: {\n        r: {\n          beginAtZero: true,\n          max: 100,\n          ticks: {\n            stepSize: 20,\n            font: {\n              size: 14\n            }\n          },\n          pointLabels: {\n            font: {\n              size: 18,\n              weight: '500'\n            },\n            color: '#4a5568'\n          },\n          grid: {\n            color: 'rgba(0, 0, 0, 0.1)'\n          }\n        }\n      }\n    };\n    \n    currentChart = new Chart(ctx, {\n      type: 'radar',\n      data: data,\n      options: options\n    });\n  }\n  \n  \/\/ \u91cd\u65b0\u6e2c\u8a66\n  window.restartQuiz = function() {\n    \/\/ \u92b7\u6bc0\u5716\u8868\n    if (currentChart) {\n      currentChart.destroy();\n      currentChart = null;\n    }\n    \n    \/\/ \u91cd\u7f6e\u9078\u64c7\n    selectedOption = null;\n    const options = document.querySelectorAll('.loveq-option-card');\n    options.forEach(opt => {\n      opt.classList.remove('selected');\n      const icon = opt.querySelector('.bi-check2');\n      if (icon) icon.style.display = 'none';\n    });\n    \n    \/\/ \u8fd4\u56de\u5f15\u5c0e\u9801\n    document.getElementById('quizresult9').classList.remove('active');\n    document.getElementById('quizintro9').classList.add('active');\n    \n    \/\/ \u6efe\u52d5\u5230\u9801\u9762\u9802\u90e8\n    const introSection = document.getElementById('quizintro9');\n    introSection.scrollIntoView({ behavior: 'smooth', block: 'start' });\n  };\n  \n  \/\/ DOM \u8f09\u5165\u5b8c\u6210\u5f8c\u521d\u59cb\u5316\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', initializeOptions);\n  } else {\n    initializeOptions();\n  }\n})();\n<\/script>","protected":false},"excerpt":{"rendered":"<p>\u4e00\u6bb5\u7f8e\u597d\u7684\u7231\u60c5\uff0c\u5b83\u53ef\u4ee5\u6539\u53d8\u4e00\u4e2a\u4eba\uff0c\u8ba9\u4eba\u53d8\u5f97\u66f4\u5feb\u4e50\u3001\u66f4\u7f8e\u597d\uff0c\u53ef\u662f\uff0c\u5982\u679c\u662f\u4e00\u6bb5\u7cdf\u7cd5\u7684\u7231\u60c5\uff0c\u5b83\u6781\u6709\u53ef\u80fd\u4f1a\u6bc1\u6389\u4e00\u4e2a\u4eba\uff0c\u82e5\u662f\u4f60\u8c08\u4e00\u573a\u8650\u7231\uff0c\u5728\u604b\u7231\u7684\u8fc7\u7a0b\u4e2d\uff0c\u4f60\u6709\u53ef\u80fd\u4f1a\u53d7\u5230\u6216\u6df1\u6216\u6d45\u7684\u75db\u82e6\u3002<\/p>","protected":false},"author":19,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[178],"tags":[],"class_list":["post-2546","post","type-post","status-publish","format-standard","hentry","category-love"],"_links":{"self":[{"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/posts\/2546","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/comments?post=2546"}],"version-history":[{"count":3,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/posts\/2546\/revisions"}],"predecessor-version":[{"id":10655,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/posts\/2546\/revisions\/10655"}],"wp:attachment":[{"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/media?parent=2546"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/categories?post=2546"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/tags?post=2546"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}