{"id":2614,"date":"2020-01-28T12:02:31","date_gmt":"2020-01-28T12:02:31","guid":{"rendered":"https:\/\/startersites.io\/blocksy\/blog\/?p=2614"},"modified":"2025-08-30T20:58:20","modified_gmt":"2025-08-30T12:58:20","slug":"therapist-self-care","status":"publish","type":"post","link":"https:\/\/testxinli.com\/?p=2614","title":{"rendered":"\u5fc3\u7406\u4ece\u4e1a\u8005\u81ea\u6211\u5173\u6000"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u5fc3\u7406\u4ece\u4e1a\u8005\u81ea\u6211\u5173\u6000\u4e92\u52a8\u6307\u5357<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+SC:wght@300;400;500;700&#038;display=swap\" rel=\"stylesheet\">\n    <!-- Chosen Palette: Calming Neutrals (Linen, Slate Gray, Muted Sage) -->\n    <!-- Application Structure Plan: The application is structured as a thematic, non-linear journey rather than a direct report replica. It starts with a central \"Core Paradox\" to hook the user. From there, a clear navigation bar allows users to explore four key areas: 1) \"The Duality of Empathy,\" an interactive comparison of the risks and rewards; 2) \"The Self-Care Ecosystem,\" a tabbed interface detailing the multi-layered framework (Individual, Professional, Organizational); 3) \"Evidence-Based Practices,\" an accordion-style deep dive into specific techniques; and 4) an \"Interactive Self-Assessment\" tool with a radar chart and a dynamic plan generator. This structure was chosen to transform passive reading into active exploration, allowing users to jump to sections of interest and apply the knowledge directly through the self-assessment tool, maximizing engagement and practical utility. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Duality of empathy (Risks vs. Rewards). Goal: Compare. Viz\/Method: Interactive side-by-side cards. Interaction: Click buttons to toggle between negative (VT, STS, Burnout) and positive (CS, VPTG) concepts. Justification: Simplifies complex, parallel concepts into a digestible, comparative format. Library: Vanilla JS.\n        2. Report Info: Multi-level self-care framework. Goal: Organize. Viz\/Method: Tabbed interface for Individual, Professional, and Organizational levels. Interaction: Click tabs to switch content. Justification: Organizes a large volume of strategic information hierarchically without overwhelming the user. Library: Vanilla JS.\n        3. Report Info: Self-assessment across wellbeing dimensions. Goal: Apply & Engage. Viz\/Method: Radar chart (\"Wellbeing Wheel\"). Interaction: Users can conceptually map their status, which informs the plan. Justification: Provides a powerful, personalized visual feedback loop, making the information personally relevant. Library: Chart.js.\n        4. Report Info: Specific self-care strategies. Goal: Inform & Action. Viz\/Method: Dynamic checklist\/plan generator. Interaction: Users can select strategies to add to a personal plan. Justification: Converts theoretical knowledge into a tangible, actionable output for the user. Library: Vanilla JS.\n    -->\n    <!-- CONFIRMATION: NO SVG graphics used. NO Mermaid JS used. -->\n    <style>\n        body {\n            font-family: 'Noto Sans SC', sans-serif;\n            background-color: #FDFCF9;\n            color: #334155;\n        }\n        .nav-link {\n            transition: all 0.3s ease;\n            border-bottom: 2px solid transparent;\n        }\n        .nav-link.active, .nav-link:hover {\n            color: #38761d;\n            border-bottom-color: #38761d;\n        }\n        .tab-btn.active {\n            background-color: #38761d;\n            color: #FFFFFF;\n        }\n        .tab-btn {\n            transition: all 0.3s ease;\n        }\n        .card-toggle-btn.active {\n            background-color: #38761d;\n            color: #ffffff;\n            box-shadow: 0 4px 6px -1px rgb(0 0 0 \/ 0.1), 0 2px 4px -2px rgb(0 0 0 \/ 0.1);\n        }\n        .accordion-header {\n            cursor: pointer;\n            transition: background-color 0.3s ease;\n        }\n        .accordion-header:hover {\n            background-color: #f1f5f9;\n        }\n        .accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.5s ease-in-out;\n        }\n        .chart-container {\n            position: relative;\n            width: 100%;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n            height: 300px;\n            max-height: 400px;\n        }\n        @media (min-width: 768px) {\n            .chart-container {\n                height: 400px;\n            }\n        }\n    <\/style>\n<\/head>\n<body class=\"antialiased\">\n\n    <header class=\"bg-white\/80 backdrop-blur-md shadow-sm sticky top-0 z-50\">\n        <nav class=\"container mx-auto px-6 py-3 flex justify-between items-center\">\n            <div class=\"text-xl font-bold text-slate-700\">\u81ea\u6211\u5173\u6000<\/div>\n            <div class=\"hidden md:flex space-x-8\">\n                <a href=\"#duality\" class=\"nav-link px-2 py-1\">\u5171\u60c5\u7684\u53cc\u9762\u6027<\/a>\n                <a href=\"#ecosystem\" class=\"nav-link px-2 py-1\">\u81ea\u6211\u5173\u6000\u751f\u6001<\/a>\n                <a href=\"#practices\" class=\"nav-link px-2 py-1\">\u5faa\u8bc1\u5b9e\u8df5<\/a>\n                <a href=\"#assessment\" class=\"nav-link px-2 py-1\">\u4e92\u52a8\u81ea\u8bc4<\/a>\n            <\/div>\n            <button id=\"mobile-menu-button\" class=\"md:hidden focus:outline-none\">\n                <span class=\"text-3xl\">\u2630<\/span>\n            <\/button>\n        <\/nav>\n        <div id=\"mobile-menu\" class=\"hidden md:hidden\">\n            <a href=\"#paradox\" class=\"block text-center py-2 px-4 text-sm hover:bg-gray-100\">\u6838\u5fc3\u6096\u8bba<\/a>\n            <a href=\"#duality\" class=\"block text-center py-2 px-4 text-sm hover:bg-gray-100\">\u5171\u60c5\u7684\u53cc\u9762\u6027<\/a>\n            <a href=\"#ecosystem\" class=\"block text-center py-2 px-4 text-sm hover:bg-gray-100\">\u81ea\u6211\u5173\u6000\u751f\u6001<\/a>\n            <a href=\"#practices\" class=\"block text-center py-2 px-4 text-sm hover:bg-gray-100\">\u5faa\u8bc1\u5b9e\u8df5<\/a>\n            <a href=\"#assessment\" class=\"block text-center py-2 px-4 text-sm hover:bg-gray-100\">\u4e92\u52a8\u81ea\u8bc4<\/a>\n        <\/div>\n    <\/header>\n\n    <main class=\"container mx-auto px-6 py-12\">\n\n        <section id=\"paradox\" class=\"text-center min-h-[60vh] flex flex-col justify-center items-center\">\n            <h1 class=\"text-4xl md:text-5xl font-bold text-slate-800 mb-4\">\u5171\u60c5\u7684\u4e24\u9762\u6027<\/h1>\n            <p class=\"max-w-3xl mx-auto text-lg text-slate-600 mb-8\">\n                \u5171\u60c5\u662f\u5fc3\u7406\u4ece\u4e1a\u8005\u6700\u6838\u5fc3\u7684\u7597\u6108\u5de5\u5177\uff0c\u5b83\u6784\u5efa\u4e86\u7406\u89e3\u4e0e\u4fe1\u4efb\u7684\u6865\u6881\u3002\u7136\u800c\uff0c\u8fd9\u540c\u4e00\u4efd\u6df1\u523b\u7684\u8fde\u63a5\uff0c\u4e5f\u4f7f\u5176\u6210\u4e3a\u804c\u4e1a\u8017\u7aed\u4e0e\u66ff\u4ee3\u6027\u521b\u4f24\u4f20\u9012\u7684\u4e3b\u8981\u6e20\u9053\u3002\u672c\u6307\u5357\u65e8\u5728\u63a2\u7d22\u8fd9\u4e00\u6838\u5fc3\u6096\u8bba\uff0c\u5e76\u63d0\u4f9b\u4e00\u4e2a\u5c06\u98ce\u9669\u8f6c\u5316\u4e3a\u97e7\u6027\u4e0e\u6210\u957f\u7684\u4e92\u52a8\u6846\u67b6\u3002\n            <\/p>\n            <a href=\"#duality\" class=\"bg-[#38761d] text-white font-bold py-3 px-8 rounded-full hover:bg-[#2a5915] transition-transform transform hover:scale-105\">\u5f00\u59cb\u63a2\u7d22<\/a>\n        <\/section>\n        \n        <section id=\"duality\" class=\"py-20\">\n            <div class=\"text-center mb-12\">\n                <h2 class=\"text-3xl font-bold text-slate-800\">\u5171\u60c5\u7684\u53cc\u9762\u6027\uff1a\u98ce\u9669\u4e0e\u6210\u957f<\/h2>\n                <p class=\"max-w-2xl mx-auto mt-4 text-slate-600\">\n                    \u5171\u60c5\u6027\u5730\u4ecb\u5165\u4ed6\u4eba\u7684\u751f\u547d\u6545\u4e8b\uff0c\u4f1a\u540c\u65f6\u5f00\u542f\u4e24\u6761\u5e73\u884c\u7684\u5185\u5728\u8def\u5f84\uff1a\u4e00\u6761\u901a\u5f80\u8017\u7aed\u4e0e\u521b\u4f24\uff0c\u53e6\u4e00\u6761\u5219\u901a\u5f80\u6ee1\u8db3\u4e0e\u6210\u957f\u3002\u70b9\u51fb\u4e0b\u65b9\u6309\u94ae\uff0c\u4e92\u52a8\u63a2\u7d22\u8fd9\u4e9b\u5173\u952e\u6982\u5ff5\uff0c\u7406\u89e3\u5b83\u4eec\u5982\u4f55\u5171\u540c\u5851\u9020\u4ece\u4e1a\u8005\u7684\u804c\u4e1a\u751f\u6daf\u3002\n                <\/p>\n            <\/div>\n\n            <div class=\"flex justify-center mb-8 space-x-4\">\n                <button id=\"show-risk-btn\" class=\"card-toggle-btn active text-lg font-semibold py-2 px-6 rounded-full border-2 border-[#38761d] transition-all duration-300\">\u804c\u4e1a\u98ce\u9669<\/button>\n                <button id=\"show-growth-btn\" class=\"card-toggle-btn text-lg font-semibold py-2 px-6 rounded-full border-2 border-[#38761d] transition-all duration-300\">\u804c\u4e1a\u6210\u957f<\/button>\n            <\/div>\n\n            <div id=\"risk-cards\" class=\"grid md:grid-cols-2 lg:grid-cols-4 gap-8\"><\/div>\n            <div id=\"growth-cards\" class=\"hidden grid md:grid-cols-2 lg:grid-cols-3 gap-8\"><\/div>\n        <\/section>\n\n        <section id=\"ecosystem\" class=\"py-20 bg-slate-50 rounded-2xl\">\n            <div class=\"text-center mb-12\">\n                <h2 class=\"text-3xl font-bold text-slate-800\">\u53ef\u6301\u7eed\u81ea\u6211\u5173\u6000\u7684\u751f\u6001\u7cfb\u7edf<\/h2>\n                <p class=\"max-w-2xl mx-auto mt-4 text-slate-600\">\n                    \u6709\u6548\u7684\u81ea\u6211\u5173\u6000\u5e76\u975e\u5b64\u7acb\u7684\u884c\u4e3a\uff0c\u800c\u662f\u4e00\u4e2a\u9700\u8981\u4e2a\u4eba\u3001\u4e13\u4e1a\u548c\u7ec4\u7ec7\u5c42\u9762\u534f\u540c\u52aa\u529b\u7684\u5b8c\u6574\u751f\u6001\u7cfb\u7edf\u3002\u8fd9\u4e09\u4e2a\u9886\u57df\u76f8\u4e92\u652f\u6491\uff0c\u5171\u540c\u6784\u5efa\u8d77\u62b5\u5fa1\u804c\u4e1a\u8017\u7aed\u7684\u575a\u5b9e\u9632\u7ebf\u3002\n                <\/p>\n            <\/div>\n\n            <div class=\"max-w-4xl mx-auto\">\n                <div class=\"flex justify-center border-b-2 border-gray-200 mb-8\">\n                    <button data-tab=\"individual\" class=\"tab-btn active text-lg font-medium py-3 px-8 focus:outline-none\">\u4e2a\u4f53\u9886\u57df<\/button>\n                    <button data-tab=\"professional\" class=\"tab-btn text-lg font-medium py-3 px-8 focus:outline-none\">\u4e13\u4e1a\u9886\u57df<\/button>\n                    <button data-tab=\"organizational\" class=\"tab-btn text-lg font-medium py-3 px-8 focus:outline-none\">\u7ec4\u7ec7\u9886\u57df<\/button>\n                <\/div>\n                <div id=\"tab-content\" class=\"p-4\"><\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"practices\" class=\"py-20\">\n            <div class=\"text-center mb-12\">\n                <h2 class=\"text-3xl font-bold text-slate-800\">\u5faa\u8bc1\u5e72\u9884\u4e0e\u5b9e\u8df5\u5e94\u7528<\/h2>\n                <p class=\"max-w-2xl mx-auto mt-4 text-slate-600\">\n                    \u5c06\u81ea\u6211\u5173\u6000\u4ece\u7406\u5ff5\u8f6c\u5316\u4e3a\u884c\u52a8\uff0c\u9700\u8981\u5177\u4f53\u3001\u53ef\u64cd\u4f5c\u7684\u5de5\u5177\u3002\u4ee5\u4e0b\u662f\u6e90\u81ea\u6210\u719f\u5fc3\u7406\u6cbb\u7597\u6a21\u578b\u3001\u5e76\u88ab\u5b9e\u8bc1\u7814\u7a76\u652f\u6301\u7684\u6709\u6548\u65b9\u6cd5\uff0c\u60a8\u53ef\u4ee5\u5c06\u5b83\u4eec\u5e94\u7528\u4e8e\u81ea\u8eab\uff0c\u57f9\u517b\u5185\u5728\u7684\u97e7\u6027\u3002\n                <\/p>\n            <\/div>\n            <div id=\"accordion-container\" class=\"max-w-3xl mx-auto space-y-4\"><\/div>\n        <\/section>\n\n        <section id=\"assessment\" class=\"py-20 bg-slate-50 rounded-2xl\">\n            <div class=\"text-center mb-12\">\n                <h2 class=\"text-3xl font-bold text-slate-800\">\u4e92\u52a8\u81ea\u8bc4\u4e0e\u4e2a\u6027\u5316\u798f\u7949\u8ba1\u5212<\/h2>\n                <p class=\"max-w-2xl mx-auto mt-4 text-slate-600\">\n                    \u81ea\u6211\u5173\u6000\u59cb\u4e8e\u81ea\u6211\u89c9\u5bdf\u3002\u4f7f\u7528\u4e0b\u65b9\u7684\u201c\u798f\u7949\u4e4b\u8f6e\u201d\u8fdb\u884c\u5feb\u901f\u8bc4\u4f30\uff0c\u4e86\u89e3\u60a8\u5728\u4e0d\u540c\u751f\u6d3b\u7ef4\u5ea6\u7684\u73b0\u72b6\u3002\u7136\u540e\uff0c\u4ece\u63a8\u8350\u7b56\u7565\u4e2d\u9009\u62e9\u9002\u5408\u60a8\u7684\u9879\u76ee\uff0c\u521b\u5efa\u4e00\u4efd\u4e13\u5c5e\u4e8e\u60a8\u7684\u3001\u53ef\u6267\u884c\u7684\u81ea\u6211\u5173\u6000\u8ba1\u5212\u3002\n                <\/p>\n            <\/div>\n\n            <div class=\"grid lg:grid-cols-2 gap-12 items-center\">\n                <div class=\"chart-container\">\n                    <canvas id=\"wellbeing-chart\"><\/canvas>\n                <\/div>\n                <div>\n                    <h3 class=\"text-2xl font-semibold mb-4 text-slate-700\">\u6784\u5efa\u60a8\u7684\u798f\u7949\u8ba1\u5212<\/h3>\n                    <p class=\"text-slate-600 mb-6\">\n                        \u6839\u636e\u60a8\u5728\u798f\u7949\u4e4b\u8f6e\u4e0a\u7684\u8bc4\u4f30\uff0c\u52fe\u9009\u60a8\u5e0c\u671b\u5728\u63a5\u4e0b\u6765\u4e00\u6bb5\u65f6\u95f4\u5185\u4f18\u5148\u5b9e\u8df5\u7684\u7b56\u7565\u3002\u60a8\u7684\u9009\u62e9\u5c06\u88ab\u6dfb\u52a0\u5230\u4e00\u4e2a\u53ef\u4f9b\u60a8\u53c2\u8003\u7684\u4e2a\u4eba\u8ba1\u5212\u4e2d\u3002\n                    <\/p>\n                    <div id=\"plan-builder\" class=\"space-y-3 max-h-96 overflow-y-auto pr-4\"><\/div>\n                <\/div>\n            <\/div>\n            \n            <div id=\"my-plan\" class=\"mt-16 max-w-4xl mx-auto bg-white p-8 rounded-2xl shadow-lg\">\n                <h3 class=\"text-2xl font-semibold mb-6 text-slate-700 flex items-center\">\n                    <span class=\"text-2xl mr-3\">\ud83d\udcdd<\/span> \u6211\u7684\u4e2a\u6027\u5316\u798f\u7949\u8ba1\u5212\n                <\/h3>\n                <div id=\"plan-output\" class=\"text-slate-600\">\n                    <p class=\"italic\">\u60a8\u9009\u62e9\u7684\u81ea\u6211\u5173\u6000\u7b56\u7565\u5c06\u663e\u793a\u5728\u8fd9\u91cc\u3002\u5f00\u59cb\u52fe\u9009\u4e0a\u65b9\u7684\u9879\u76ee\u6765\u6784\u5efa\u60a8\u7684\u8ba1\u5212\u5427\uff01<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/main>\n\n    <footer class=\"bg-slate-800 text-white mt-20\">\n        <div class=\"container mx-auto px-6 py-8 text-center\">\n            <p>\u8fd9\u662f\u4e00\u4e2a\u57fa\u4e8e\u5b66\u672f\u62a5\u544a\u751f\u6210\u7684\u4e92\u52a8\u5f0f\u6559\u80b2\u5de5\u5177\uff0c\u65e8\u5728\u63d0\u5347\u5fc3\u7406\u4ece\u4e1a\u8005\u7684\u81ea\u6211\u5173\u6000\u610f\u8bc6\u3002<\/p>\n            <p class=\"text-sm mt-2 opacity-70\">\u5185\u5bb9\u4ec5\u4f9b\u53c2\u8003\uff0c\u4e0d\u80fd\u66ff\u4ee3\u4e13\u4e1a\u7684\u5fc3\u7406\u54a8\u8be2\u6216\u7763\u5bfc\u3002<\/p>\n        <\/div>\n    <\/footer>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            const data = {\n                risks: [\n                    { name: '\u66ff\u4ee3\u6027\u521b\u4f24 (VT)', definition: '\u56e0\u5171\u60c5\u6027\u4ecb\u5165\u521b\u4f24\u6750\u6599\u800c\u5bfc\u81f4\u7684\u6cbb\u7597\u5e08\u8ba4\u77e5\u56fe\u5f0f\u7684\u6df1\u523b\u3001\u6301\u4e45\u6027\u6539\u53d8\u3002', symptoms: '\u6838\u5fc3\u4fe1\u5ff5\uff08\u5b89\u5168\u3001\u4fe1\u4efb\u3001\u63a7\u5236\u611f\uff09\u7684\u8d1f\u5411\u8f6c\u53d8\u3002' },\n                    { name: '\u7ee7\u53d1\u6027\u521b\u4f24\u540e\u5e94\u6fc0 (STS)', definition: '\u95f4\u63a5\u66b4\u9732\u4e8e\u521b\u4f24\u4e8b\u4ef6\u540e\u4ea7\u751f\u7684\u7c7b\u4f3cPTSD\u7684\u75c7\u72b6\u53cd\u5e94\u3002', symptoms: '\u4fb5\u5165\u6027\u601d\u7ef4\u3001\u56de\u907f\u884c\u4e3a\u3001\u9ad8\u5ea6\u8b66\u89c9\u3001\u6613\u6012\u3001\u5931\u7720\u7b49\u3002' },\n                    { name: '\u804c\u4e1a\u5026\u6020 (Burnout)', definition: '\u4e0e\u5de5\u4f5c\u76f8\u5173\u7684\uff0c\u5305\u542b\u60c5\u611f\u67af\u7aed\u3001\u53bb\u4e2a\u6027\u5316\u548c\u4e2a\u4eba\u6210\u5c31\u611f\u964d\u4f4e\u4e09\u4e2a\u7ef4\u5ea6\u7684\u7efc\u5408\u5f81\u3002', symptoms: '\u60c5\u611f\u8017\u7aed\u3001\u5bf9\u5de5\u4f5c\u72ac\u5112\u6216\u758f\u8fdc\u3001\u611f\u89c9\u5de5\u4f5c\u65e0\u6548\u6216\u65e0\u610f\u4e49\u3002' },\n                    { name: '\u5171\u60c5\u75b2\u52b3 (CF)', definition: '\u56e0\u5171\u60c5\u80fd\u529b\u8fc7\u5ea6\u4f7f\u7528\u800c\u5bfc\u81f4\u7684\u60c5\u611f\u548c\u8eab\u4f53\u6781\u5ea6\u75b2\u60eb\uff0c\u88ab\u89c6\u4e3a\u201c\u5173\u6000\u7684\u4ee3\u4ef7\u201d\u3002', symptoms: '\u901a\u5e38\u88ab\u63cf\u8ff0\u4e3aSTS\u548c\u804c\u4e1a\u5026\u6020\u7684\u7ed3\u5408\u4f53\u3002' }\n                ],\n                growths: [\n                    { name: '\u5171\u60c5\u6ee1\u8db3 (CS)', definition: '\u4ece\u4e1a\u8005\u56e0\u80fd\u591f\u6709\u6548\u5b8c\u6210\u5de5\u4f5c\u3001\u5e2e\u52a9\u4ed6\u4eba\u800c\u611f\u53d7\u5230\u7684\u6109\u60a6\u3001\u610f\u4e49\u611f\u548c\u6ee1\u8db3\u611f\u3002', effect: '\u9884\u9632\u548c\u7f13\u51b2\u5171\u60c5\u75b2\u52b3\u4e0e\u804c\u4e1a\u5026\u6020\u7684\u5173\u952e\u4fdd\u62a4\u6027\u56e0\u7d20\u3002' },\n                    { name: '\u66ff\u4ee3\u6027\u521b\u4f24\u540e\u6210\u957f (VPTG)', definition: '\u52a9\u4eba\u8005\u56e0\u89c1\u8bc1\u6765\u8bbf\u8005\u5728\u521b\u4f24\u540e\u7684\u6323\u624e\u4e0e\u6210\u957f\uff0c\u800c\u81ea\u8eab\u7ecf\u5386\u7684\u79ef\u6781\u5fc3\u7406\u8f6c\u53d8\u3002', effect: '\u5bf9\u751f\u547d\u66f4\u6df1\u523b\u6b23\u8d4f\u3001\u66f4\u6df1\u5165\u7684\u4eba\u9645\u5173\u7cfb\u3001\u4e2a\u4eba\u529b\u91cf\u589e\u5f3a\u7b49\u3002' },\n                    { name: '\u66ff\u4ee3\u6027\u97e7\u6027 (VR)', definition: '\u56e0\u89c1\u8bc1\u6765\u8bbf\u8005\u7684\u97e7\u6027\u800c\u4ea7\u751f\u7684\u79ef\u6781\u8f6c\u53d8\uff0c\u80fd\u6fc0\u53d1\u5e0c\u671b\u611f\u548c\u589e\u5f3a\u81ea\u6211\u89c9\u5bdf\u3002', effect: '\u6fc0\u53d1\u5e0c\u671b\uff0c\u589e\u5f3a\u5bf9\u4eba\u6027\u529b\u91cf\u7684\u656c\u754f\u3002' }\n                ],\n                ecosystem: {\n                    individual: {\n                        title: '\u4e2a\u4f53\u9886\u57df\uff1a\u57f9\u80b2\u4e2a\u4eba\u5185\u5728\u8d44\u6e90',\n                        content: [\n                            { dimension: '\u8eab\u4f53\u7ef4\u5ea6', strategies: '\u5145\u8db3\u7761\u7720\u3001\u5747\u8861\u8425\u517b\u3001\u89c4\u5f8b\u953b\u70bc\u3002' },\n                            { dimension: '\u5fc3\u7406\/\u8ba4\u77e5', strategies: '\u4f11\u95f2\u6d3b\u52a8\u3001\u4e2a\u4eba\u6cbb\u7597\u3001\u6b63\u5ff5\u51a5\u60f3\u3002' },\n                            { dimension: '\u60c5\u611f\u7ef4\u5ea6', strategies: '\u60c5\u611f\u7d20\u517b\u3001\u611f\u6069\u65e5\u8bb0\u3001\u79ef\u6781\u80af\u5b9a\u3002' },\n                            { dimension: '\u4eba\u9645\/\u793e\u4ea4', strategies: '\u6ecb\u517b\u4e2a\u4eba\u5173\u7cfb\uff0c\u5bf9\u6297\u804c\u4e1a\u5b64\u7acb\u3002' },\n                            { dimension: '\u7cbe\u795e\/\u4ef7\u503c\u89c2', strategies: '\u8fde\u63a5\u8d85\u8d8a\u4e2a\u4f53\u7684\u610f\u4e49\u611f\uff0c\u63a5\u89e6\u81ea\u7136\u3002' }\n                        ]\n                    },\n                    professional: {\n                        title: '\u4e13\u4e1a\u9886\u57df\uff1a\u6784\u5efa\u6709\u97e7\u6027\u7684\u6267\u4e1a\u6a21\u5f0f',\n                        content: [\n                            { dimension: '\u8bbe\u5b9a\u8fb9\u754c', strategies: '\u4e13\u4e1a\u81ea\u6211\u5173\u6000\u7684\u57fa\u77f3\uff0c\u660e\u786e\u5de5\u4f5c\u65f6\u95f4\u4e0e\u89d2\u8272\u3002' },\n                            { dimension: '\u5de5\u4f5c\u8d1f\u8377\u7ba1\u7406', strategies: '\u5e73\u8861\u9ad8\u521b\u4f24\u4e2a\u6848\uff0c\u907f\u514d\u957f\u671f\u8d85\u8d1f\u8377\u3002' },\n                            { dimension: '\u7763\u5bfc\u4e0e\u540c\u8f88\u54a8\u8be2', strategies: '\u5904\u7406\u60c5\u611f\u51b2\u51fb\uff0c\u5bf9\u6297\u5b64\u7acb\u611f\uff0c\u83b7\u5f97\u65b0\u89c6\u89d2\u3002' },\n                            { dimension: '\u4e13\u4e1a\u89d2\u8272\u591a\u6837\u5316', strategies: '\u7ed3\u5408\u6559\u5b66\u3001\u79d1\u7814\u7b49\u6d3b\u52a8\u7f13\u51b2\u4e34\u5e8a\u538b\u529b\u3002' },\n                            { dimension: '\u4f1a\u8c08\u4e2d\u7684\u81ea\u6211\u5173\u6000', strategies: '\u8fd0\u7528\u63a5\u5730\u3001\u547c\u5438\u7b49\u5fae\u6280\u5de7\u4fdd\u6301\u81ea\u6211\u8c03\u8282\u3002' }\n                        ]\n                    },\n                    organizational: {\n                        title: '\u7ec4\u7ec7\u9886\u57df\uff1a\u57f9\u80b2\u652f\u6301\u6027\u7684\u81ea\u6211\u5173\u6000\u6587\u5316',\n                        content: [\n                            { dimension: '\u7cfb\u7edf\u6027\u8d23\u4efb', strategies: '\u5c06\u7ec4\u7ec7\u652f\u6301\u89c6\u4e3a\u98ce\u9669\u7ba1\u7406\u548c\u4f26\u7406\u5b9e\u8df5\u7684\u6838\u5fc3\u3002' },\n                            { dimension: '\u63d0\u4f9b\u9ad8\u8d28\u91cf\u7763\u5bfc', strategies: '\u786e\u4fdd\u7763\u5bfc\u7684\u4e13\u4e1a\u6027\u3001\u89c4\u5f8b\u6027\u548c\u652f\u6301\u6027\u3002' },\n                            { dimension: '\u5408\u7406\u7684\u5de5\u65f6\u4e0e\u8d1f\u8377', strategies: '\u5236\u5b9a\u5173\u4e8e\u4e2a\u6848\u91cf\u4e0a\u9650\u3001\u4f11\u606f\u548c\u4f11\u5047\u7684\u660e\u786e\u653f\u7b56\u3002' },\n                            { dimension: '\u5efa\u7acb\u540c\u8f88\u652f\u6301\u9879\u76ee', strategies: '\u5236\u5ea6\u5316\u5b89\u6392\u540c\u8f88\u4ea4\u6d41\uff0c\u63d0\u4f9b\u5b89\u5168\u5206\u4eab\u7a7a\u95f4\u3002' },\n                            { dimension: '\u5851\u9020\u5fc3\u7406\u5b89\u5168\u6587\u5316', strategies: '\u9886\u5bfc\u5c42\u5e26\u5934\uff0c\u51cf\u5c11\u6c61\u540d\u5316\uff0c\u9f13\u52b1\u6c42\u52a9\u3002' }\n                        ]\n                    }\n                },\n                practices: [\n                    { title: '\u57f9\u80b2\u81ea\u6211\u540c\u60c5 (Self-Compassion)', content: '\u6838\u5fc3\u5728\u4e8e\u7528\u201c\u81ea\u6211\u53cb\u5584\u201d\u66ff\u4ee3\u81ea\u6211\u8bc4\u5224\uff0c\u7528\u201c\u5171\u901a\u4eba\u6027\u201d\u66ff\u4ee3\u5b64\u7acb\u611f\uff0c\u7528\u201c\u6b63\u5ff5\u201d\u66ff\u4ee3\u8fc7\u5ea6\u8ba4\u540c\u3002\u5b9e\u8df5\u65b9\u6cd5\u5305\u62ec\uff1a\u81ea\u6211\u540c\u60c5\u6682\u505c\u3001\u5199\u4e00\u5c01\u540c\u60c5\u7684\u4fe1\u3001\u5b89\u629a\u6027\u7684\u8eab\u4f53\u63a5\u89e6\u3002\u5b83\u80fd\u6709\u6548\u964d\u4f4e\u5026\u6020\u3001\u6291\u90c1\u548c\u7126\u8651\u3002' },\n                    { title: '\u6b63\u5ff5\u4e0e\u63a5\u7eb3 (Mindfulness & Acceptance)', content: '\u6838\u5fc3\u662f\u57f9\u517b\u5bf9\u5f53\u4e0b\u7ecf\u9a8c\u4e0d\u52a0\u8bc4\u5224\u7684\u89c9\u5bdf\uff0c\u63d0\u5347\u5fc3\u7406\u7075\u6d3b\u6027\u3002\u5b9e\u8df5\u65b9\u6cd5\u5305\u62ec\uff1a\u6b63\u5ff5\u51cf\u538b(MBSR)\u4e2d\u7684\u8eab\u4f53\u626b\u63cf\u548c\u9759\u5750\u51a5\u60f3\uff1b\u63a5\u7eb3\u4e0e\u627f\u8bfa\u7597\u6cd5(ACT)\u4e2d\u7684\u8ba4\u77e5\u89e3\u79bb\u548c\u4ef7\u503c\u89c2\u6f84\u6e05\u3002' },\n                    { title: '\u514b\u670d\u5b9e\u65bd\u969c\u788d', content: '\u8bc6\u522b\u5e76\u6311\u6218\u5185\u5728\u969c\u788d\uff08\u5982\u201c\u81ea\u79c1\u201d\u7684\u4fe1\u5ff5\uff09\u3001\u5916\u90e8\u969c\u788d\uff08\u5982\u65f6\u95f4\u532e\u4e4f\uff09\u548c\u7cfb\u7edf\u969c\u788d\uff08\u5982\u7f3a\u4e4f\u7ec4\u7ec7\u652f\u6301\uff09\u3002\u514b\u670d\u7b56\u7565\u5305\u62ec\uff1a\u5c06\u81ea\u6211\u5173\u6000\u91cd\u5851\u4e3a\u201c\u4f26\u7406\u8d23\u4efb\u201d\u3001\u4ece\u5c0f\u5904\u7740\u624b\u3001\u5c06\u5176\u65e5\u7a0b\u5316\u3001\u5e76\u5efa\u7acb\u95ee\u8d23\u673a\u5236\u3002' },\n                    { title: '\u8bbe\u8ba1\u4e2a\u6027\u5316\u81ea\u6211\u5173\u6000\u8ba1\u5212', content: '\u4e00\u4e2a\u52a8\u6001\u3001\u6709\u6548\u7684\u8ba1\u5212\u5305\u542b\uff1a1. \u81ea\u6211\u8bc4\u4f30\uff08\u5982\u4f7f\u7528\u798f\u7949\u4e4b\u8f6e\uff09\uff1b2. \u6f84\u6e05\u4e2a\u4eba\u4ef7\u503c\u89c2\uff1b3. \u8bbe\u5b9aSMART\u76ee\u6807\uff1b4. \u521b\u5efa\u5305\u542b\u201c\u65e5\u5e38\u7ef4\u62a4\u201d\u548c\u201c\u7d27\u6025\u9884\u6848\u201d\u7684\u8ba1\u5212\uff1b5. \u5b9a\u671f\u56de\u987e\u4e0e\u8c03\u6574\u3002' }\n                ],\n                planItems: [\n                    { category: '\u8eab\u4f53', text: '\u4fdd\u8bc1\u6bcf\u665a7-8\u5c0f\u65f6\u7761\u7720' },\n                    { category: '\u8eab\u4f53', text: '\u6bcf\u5468\u8fdb\u884c3\u6b2130\u5206\u949f\u4ee5\u4e0a\u7684\u953b\u70bc' },\n                    { category: '\u60c5\u611f', text: '\u6bcf\u5929\u5199\u4e0b\u4e09\u4ef6\u503c\u5f97\u611f\u6069\u7684\u4e8b' },\n                    { category: '\u60c5\u611f', text: '\u7ec3\u4e60\u201c\u81ea\u6211\u540c\u60c5\u6682\u505c\u201d' },\n                    { category: '\u8ba4\u77e5', text: '\u6bcf\u5929\u5b89\u639215\u5206\u949f\u7684\u6b63\u5ff5\u51a5\u60f3' },\n                    { category: '\u8ba4\u77e5', text: '\u6bcf\u5468\u9605\u8bfb\u4e00\u672c\u975e\u4e13\u4e1a\u76f8\u5173\u7684\u4e66\u7c4d' },\n                    { category: '\u4eba\u9645', text: '\u6bcf\u5468\u4e0e\u4e00\u4f4d\u670b\u53cb\u6216\u5bb6\u4eba\u8fdb\u884c\u6df1\u5165\u4ea4\u8c08' },\n                    { category: '\u4e13\u4e1a', text: '\u4e0b\u73ed\u540e\u6709\u610f\u8bc6\u5730\u201c\u5173\u95ed\u201d\u5de5\u4f5c\u6a21\u5f0f' },\n                    { category: '\u4e13\u4e1a', text: '\u5b9a\u671f\u4e0e\u7763\u5bfc\u6216\u540c\u8f88\u8ba8\u8bba\u56f0\u96be\u4e2a\u6848' },\n                    { category: '\u7cbe\u795e', text: '\u6bcf\u5468\u82b1\u4e9b\u65f6\u95f4\u63a5\u89e6\u5927\u81ea\u7136' },\n                ]\n            };\n\n            const riskCardsContainer = document.getElementById('risk-cards');\n            const growthCardsContainer = document.getElementById('growth-cards');\n            const showRiskBtn = document.getElementById('show-risk-btn');\n            const showGrowthBtn = document.getElementById('show-growth-btn');\n\n            function createCard(item, type) {\n                return `\n                    <div class=\"bg-white p-6 rounded-xl shadow-md border-t-4 ${type === 'risk' ? 'border-red-300' : 'border-green-300'}\">\n                        <h3 class=\"text-xl font-bold text-slate-800 mb-2\">${item.name}<\/h3>\n                        <p class=\"text-slate-600 mb-3 text-sm\">${item.definition}<\/p>\n                        <p class=\"text-sm\"><strong class=\"font-semibold text-slate-700\">${type === 'risk' ? '\u5173\u952e\u8868\u73b0' : '\u79ef\u6781\u5f71\u54cd'}:<\/strong> <span class=\"text-slate-500\">${type === 'risk' ? item.symptoms : item.effect}<\/span><\/p>\n                    <\/div>\n                `;\n            }\n\n            data.risks.forEach(item => riskCardsContainer.innerHTML += createCard(item, 'risk'));\n            data.growths.forEach(item => growthCardsContainer.innerHTML += createCard(item, 'growth'));\n\n            showRiskBtn.addEventListener('click', () => {\n                riskCardsContainer.classList.remove('hidden');\n                growthCardsContainer.classList.add('hidden');\n                showRiskBtn.classList.add('active');\n                showGrowthBtn.classList.remove('active');\n            });\n\n            showGrowthBtn.addEventListener('click', () => {\n                riskCardsContainer.classList.add('hidden');\n                growthCardsContainer.classList.remove('hidden');\n                showRiskBtn.classList.remove('active');\n                showGrowthBtn.classList.add('active');\n            });\n\n            const tabButtons = document.querySelectorAll('.tab-btn');\n            const tabContent = document.getElementById('tab-content');\n\n            function updateTabContent(tabKey) {\n                const tabData = data.ecosystem[tabKey];\n                let contentHTML = `<h3 class=\"text-2xl font-semibold mb-6 text-center text-slate-700\">${tabData.title}<\/h3><div class=\"space-y-4\">`;\n                tabData.content.forEach(item => {\n                    contentHTML += `\n                        <div class=\"bg-white p-4 rounded-lg shadow-sm\">\n                            <p class=\"font-semibold text-[#38761d]\">${item.dimension}<\/p>\n                            <p class=\"text-slate-600\">${item.strategies}<\/p>\n                        <\/div>\n                    `;\n                });\n                contentHTML += `<\/div>`;\n                tabContent.innerHTML = contentHTML;\n            }\n\n            tabButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    tabButtons.forEach(btn => btn.classList.remove('active'));\n                    button.classList.add('active');\n                    updateTabContent(button.dataset.tab);\n                });\n            });\n\n            updateTabContent('individual');\n\n            const accordionContainer = document.getElementById('accordion-container');\n            data.practices.forEach((item, index) => {\n                const accordionItem = document.createElement('div');\n                accordionItem.className = 'border border-gray-200 rounded-lg bg-white';\n                accordionItem.innerHTML = `\n                    <div class=\"accordion-header flex justify-between items-center p-5\">\n                        <h4 class=\"text-lg font-semibold text-slate-800\">${item.title}<\/h4>\n                        <span class=\"transform transition-transform duration-300 text-2xl text-[#38761d]\">+<\/span>\n                    <\/div>\n                    <div class=\"accordion-content px-5\">\n                        <p class=\"py-4 text-slate-600 border-t border-gray-200\">${item.content}<\/p>\n                    <\/div>\n                `;\n                accordionContainer.appendChild(accordionItem);\n            });\n\n            document.querySelectorAll('.accordion-header').forEach(header => {\n                header.addEventListener('click', () => {\n                    const content = header.nextElementSibling;\n                    const icon = header.querySelector('span');\n                    const isOpen = content.style.maxHeight;\n\n                    document.querySelectorAll('.accordion-content').forEach(c => c.style.maxHeight = null);\n                    document.querySelectorAll('.accordion-header span').forEach(i => {\n                        i.textContent = '+';\n                        i.classList.remove('rotate-45');\n                    });\n                    \n                    if (!isOpen) {\n                        content.style.maxHeight = content.scrollHeight + \"px\";\n                        icon.textContent = '+';\n                        icon.classList.add('rotate-45');\n                    }\n                });\n            });\n\n            const ctx = document.getElementById('wellbeing-chart').getContext('2d');\n            new Chart(ctx, {\n                type: 'radar',\n                data: {\n                    labels: ['\u8eab\u4f53', '\u60c5\u611f', '\u8ba4\u77e5', '\u4eba\u9645', '\u4e13\u4e1a', '\u7cbe\u795e'],\n                    datasets: [{\n                        label: '\u6211\u7684\u81ea\u6211\u5173\u6000\u73b0\u72b6\u8bc4\u4f30',\n                        data: [8, 7, 9, 6, 7, 8],\n                        backgroundColor: 'rgba(56, 118, 29, 0.2)',\n                        borderColor: 'rgba(56, 118, 29, 1)',\n                        pointBackgroundColor: 'rgba(56, 118, 29, 1)',\n                        pointBorderColor: '#fff',\n                        pointHoverBackgroundColor: '#fff',\n                        pointHoverBorderColor: 'rgba(56, 118, 29, 1)'\n                    }]\n                },\n                options: {\n                    maintainAspectRatio: false,\n                    scales: {\n                        r: {\n                            angleLines: { color: 'rgba(0, 0, 0, 0.1)' },\n                            grid: { color: 'rgba(0, 0, 0, 0.1)' },\n                            pointLabels: { font: { size: 14, family: \"'Noto Sans SC', sans-serif\" }, color: '#334155' },\n                            suggestedMin: 0,\n                            suggestedMax: 10,\n                            ticks: {\n                                backdropColor: 'rgba(255, 255, 255, 0.75)',\n                                stepSize: 2\n                            }\n                        }\n                    },\n                    plugins: {\n                        legend: {\n                            labels: {\n                                font: { size: 14, family: \"'Noto Sans SC', sans-serif\" }\n                            }\n                        }\n                    }\n                }\n            });\n\n            const planBuilder = document.getElementById('plan-builder');\n            const planOutput = document.getElementById('plan-output');\n            let selectedPlans = [];\n\n            data.planItems.forEach(item => {\n                planBuilder.innerHTML += `\n                    <label class=\"flex items-center p-3 bg-white rounded-md shadow-sm hover:bg-green-50 transition-colors cursor-pointer\">\n                        <input type=\"checkbox\" class=\"h-5 w-5 rounded border-gray-300 text-[#38761d] focus:ring-[#38761d]\" value=\"${item.text}\">\n                        <span class=\"ml-3 text-slate-700\">${item.text}<\/span>\n                    <\/label>\n                `;\n            });\n\n            function updatePlanOutput() {\n                if (selectedPlans.length === 0) {\n                    planOutput.innerHTML = '<p class=\"italic\">\u60a8\u9009\u62e9\u7684\u81ea\u6211\u5173\u6000\u7b56\u7565\u5c06\u663e\u793a\u5728\u8fd9\u91cc\u3002\u5f00\u59cb\u52fe\u9009\u4e0a\u65b9\u7684\u9879\u76ee\u6765\u6784\u5efa\u60a8\u7684\u8ba1\u5212\u5427\uff01<\/p>';\n                    return;\n                }\n                let html = '<ul class=\"list-disc list-inside space-y-2\">';\n                selectedPlans.forEach(plan => {\n                    html += `<li>${plan}<\/li>`;\n                });\n                html += '<\/ul>';\n                planOutput.innerHTML = html;\n            }\n\n            planBuilder.addEventListener('change', (e) => {\n                if (e.target.type === 'checkbox') {\n                    if (e.target.checked) {\n                        selectedPlans.push(e.target.value);\n                    } else {\n                        selectedPlans = selectedPlans.filter(plan => plan !== e.target.value);\n                    }\n                    updatePlanOutput();\n                }\n            });\n\n            const mobileMenuButton = document.getElementById('mobile-menu-button');\n            const mobileMenu = document.getElementById('mobile-menu');\n            mobileMenuButton.addEventListener('click', () => {\n                mobileMenu.classList.toggle('hidden');\n            });\n            \n            document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n                anchor.addEventListener('click', function (e) {\n                    e.preventDefault();\n                    document.querySelector(this.getAttribute('href')).scrollIntoView({\n                        behavior: 'smooth'\n                    });\n                    if(mobileMenu.classList.contains('hidden') === false) {\n                        mobileMenu.classList.add('hidden');\n                    }\n                    document.querySelectorAll('.nav-link').forEach(link => link.classList.remove('active'));\n                    const desktopLink = document.querySelector(`.nav-link[href=\"${this.getAttribute('href')}\"]`);\n                    if(desktopLink) desktopLink.classList.add('active');\n                });\n            });\n\n            const sections = document.querySelectorAll('section');\n            const navLinks = document.querySelectorAll('.nav-link');\n            window.onscroll = () => {\n                let current = '';\n                sections.forEach(section => {\n                    const sectionTop = section.offsetTop;\n                    if (pageYOffset >= sectionTop - 150) {\n                        current = section.getAttribute('id');\n                    }\n                });\n\n                navLinks.forEach(link => {\n                    link.classList.remove('active');\n                    if (link.getAttribute('href') === `#${current}`) {\n                        link.classList.add('active');\n                    }\n                });\n            };\n\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5fc3\u7406\u4ece\u4e1a\u8005\u81ea\u6211\u5173\u6000\u4e92\u52a8\u6307\u5357 \u81ea\u6211\u5173\u6000 \u5171\u60c5\u7684\u53cc\u9762\u6027 \u81ea\u6211\u5173\u6000\u751f\u6001 \u5faa\u8bc1\u5b9e\u8df5 \u4e92\u52a8\u81ea\u8bc4 \u2630 \u6838\u5fc3\u6096\u8bba \u5171\u60c5\u7684\u53cc\u9762 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2615,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,19],"tags":[],"class_list":["post-2614","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-supervision","category-science"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/testxinli.com\/index.php?rest_route=\/wp\/v2\/posts\/2614","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/testxinli.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/testxinli.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/testxinli.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/testxinli.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2614"}],"version-history":[{"count":6,"href":"https:\/\/testxinli.com\/index.php?rest_route=\/wp\/v2\/posts\/2614\/revisions"}],"predecessor-version":[{"id":3358,"href":"https:\/\/testxinli.com\/index.php?rest_route=\/wp\/v2\/posts\/2614\/revisions\/3358"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/testxinli.com\/index.php?rest_route=\/wp\/v2\/media\/2615"}],"wp:attachment":[{"href":"https:\/\/testxinli.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2614"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/testxinli.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2614"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/testxinli.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2614"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}