{"id":5841,"date":"2025-11-23T02:27:13","date_gmt":"2025-11-23T02:27:13","guid":{"rendered":"https:\/\/meiling412.com\/?page_id=5841"},"modified":"2025-11-28T09:25:33","modified_gmt":"2025-11-28T09:25:33","slug":"prayer","status":"publish","type":"page","link":"https:\/\/meiling412.com\/en\/prayer\/","title":{"rendered":"intercessory prayer generator"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Serif+TC:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n\n<style>\n    \/* --- CSS \u6a23\u5f0f\u5340 --- *\/\n    .prayer-tool-container {\n        --primary-brown: #8E7F7F; \n        --soft-gold: #D4A373;  \n        --bg-warm: #FAF9F6;\n        --text-dark: #333333; \/* \u984f\u8272\u52a0\u6df1\uff0c\u5c0d\u6bd4\u5ea6\u66f4\u9ad8 *\/\n        \n        font-family: 'Noto Serif TC', serif;\n        color: var(--text-dark);\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        width: 100%;\n        max-width: 650px; \/* \u5bec\u5ea6\u7a0d\u5fae\u653e\u5bec *\/\n        margin: 0 auto;\n        padding: 30px 20px;\n        box-sizing: border-box;\n    }\n\n    .prayer-header { text-align: center; margin-bottom: 35px; }\n    \n    \/* \u6a19\u984c\u653e\u5927 *\/\n    .prayer-header h2 { \n        font-size: 2.2rem; \/* \u653e\u5927 *\/\n        color: var(--primary-brown); \n        margin: 0 0 15px 0; \n        font-weight: 700; \n    }\n    \n    .prayer-header p { \n        font-size: 1.2rem; \/* \u526f\u6a19\u984c\u653e\u5927 *\/\n        color: #666; \n        margin: 0; \n    }\n\n    .category-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 35px; width: 100%; }\n    \n    \/* \u5206\u985e\u6309\u9215\u653e\u5927 *\/\n    .cat-btn {\n        background: white; border: 1px solid #E0E0E0; \n        padding: 12px 25px; \/* \u6309\u9215\u8b8a\u5927 *\/\n        border-radius: 50px;\n        cursor: pointer; \n        font-size: 1.15rem; \/* \u5b57\u9ad4\u653e\u5927 *\/\n        font-weight: 600;   \/* \u5b57\u9ad4\u52a0\u7c97 *\/\n        color: #555; \n        transition: all 0.3s ease;\n        display: flex; align-items: center; gap: 10px; \n        font-family: 'Noto Serif TC', serif;\n    }\n    .cat-btn:hover { border-color: var(--soft-gold); color: var(--soft-gold); transform: translateY(-2px); }\n    .cat-btn.active { background: var(--soft-gold); color: white; border-color: var(--soft-gold); box-shadow: 0 4px 10px rgba(212, 163, 115, 0.3); }\n\n    .prayer-card {\n        background: white; width: 100%; min-height: 350px; border-radius: 20px; padding: 50px 35px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.08); border: 1px solid #F0F0F0; position: relative;\n        display: flex; flex-direction: column; justify-content: center; align-items: center;\n        text-align: left; transition: all 0.3s;\n    }\n\n    .placeholder-state { text-align: center; color: #BBB; font-size: 1.2rem; }\n    .placeholder-icon { font-size: 4rem; margin-bottom: 15px; opacity: 0.5; }\n\n    \/* --- \u91cd\u9ede\u4fee\u6539\uff1a\u79b1\u544a\u8a5e\u5b57\u9ad4\u653e\u5927 --- *\/\n    .prayer-content { \n        display: none; \n        font-size: 1.6rem; \/* \u986f\u8457\u653e\u5927 (\u539f 1.25) *\/\n        line-height: 1.8;  \/* \u884c\u8ddd\u62c9\u958b\uff0c\u8b80\u8d77\u4f86\u4e0d\u64c1\u64e0 *\/\n        color: #222;       \/* \u984f\u8272\u66f4\u6df1\uff0c\u66f4\u597d\u8b80 *\/\n        font-weight: 500;  \/* \u7a0d\u5fae\u52a0\u7c97 *\/\n        white-space: pre-line; \n        width: 100%; \n    }\n    \n    .amen-tag { \n        display: none; \n        margin-top: 25px; \n        font-weight: bold; \n        color: var(--soft-gold); \n        font-size: 1.4rem; \/* \u963f\u5011\u4e5f\u653e\u5927 *\/\n        align-self: flex-end; \n    }\n\n    .loading-spinner {\n        display: none; border: 5px solid #f3f3f3; border-top: 5px solid var(--soft-gold);\n        border-radius: 50%; width: 50px; height: 50px; animation: spin 1s linear infinite;\n    }\n\n    .action-bar { display: none; margin-top: 30px; gap: 15px; width: 100%; justify-content: center; flex-wrap: wrap; }\n    \n    \/* \u64cd\u4f5c\u6309\u9215\u653e\u5927 *\/\n    .action-btn { \n        padding: 15px 30px; \n        border-radius: 12px; border: none; \n        font-size: 1.2rem; \/* \u6309\u9215\u6587\u5b57\u653e\u5927 *\/\n        font-weight: bold;\n        cursor: pointer; \n        font-family: 'Noto Serif TC', serif; \n        display: flex; align-items: center; gap: 10px; \n        transition: all 0.2s; \n    }\n    \n    .btn-copy { background: #F0F0F0; color: #555; }\n    .btn-copy:hover { background: #E0E0E0; }\n    .btn-regen { background: var(--primary-brown); color: white; }\n    .btn-regen:hover { background: #7A6A6A; }\n\n    .toast { visibility: hidden; min-width: 250px; background-color: #333; color: #fff; text-align: center; border-radius: 50px; padding: 16px; position: fixed; z-index: 999; bottom: 40px; left: 50%; transform: translateX(-50%); font-size: 1.1rem; opacity: 0; transition: opacity 0.3s; }\n    .toast.show { visibility: visible; opacity: 0.95; }\n\n    @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }\n    @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }\n<\/style>\n\n<div class=\"prayer-tool-container\">\n    <div class=\"prayer-header\">\n        <h2>\ud83d\ude4f \u5c08\u5c6c\u4ee3\u79b1\u7522\u751f\u5668<\/h2>\n        <p>\u9078\u64c7\u4e00\u500b\u4f60\u6709\u8ca0\u64d4\u7684\u4e3b\u984c\uff0c\u8b93 AI \u70ba\u4f60\u9818\u53d7\u4e00\u7bc7\u79b1\u544a\u8a5e\u3002<\/p>\n    <\/div>\n\n    <div class=\"category-grid\">\n        <button class=\"cat-btn\" onclick=\"selectCategory('work', this)\"><i class=\"fas fa-briefcase\"><\/i> \u5de5\u4f5c\u58d3\u529b<\/button>\n        <button class=\"cat-btn\" onclick=\"selectCategory('sleep', this)\"><i class=\"fas fa-moon\"><\/i> \u5931\u7720\u7126\u616e<\/button>\n        <button class=\"cat-btn\" onclick=\"selectCategory('family', this)\"><i class=\"fas fa-home\"><\/i> \u5bb6\u5ead\u95dc\u4fc2<\/button>\n        <button class=\"cat-btn\" onclick=\"selectCategory('future', this)\"><i class=\"fas fa-compass\"><\/i> \u672a\u4f86\u65b9\u5411<\/button>\n        <button class=\"cat-btn\" onclick=\"selectCategory('healing', this)\"><i class=\"fas fa-heartbeat\"><\/i> \u8eab\u5fc3\u91ab\u6cbb<\/button>\n        <button class=\"cat-btn\" onclick=\"selectCategory('strength', this)\"><i class=\"fas fa-fist-raised\"><\/i> \u8edf\u5f31\u7121\u529b<\/button>\n    <\/div>\n\n    <div class=\"prayer-card\" id=\"prayerCard\">\n        <div class=\"placeholder-state\" id=\"placeholder\">\n            <div class=\"placeholder-icon\">\u2728<\/div>\n            <div>\u8acb\u9ede\u64ca\u4e0a\u65b9\u6309\u9215<br>\u958b\u59cb\u751f\u6210\u79b1\u544a<\/div>\n        <\/div>\n        <div class=\"loading-spinner\" id=\"spinner\"><\/div>\n        <div class=\"prayer-content\" id=\"prayerContent\"><\/div>\n        <div class=\"amen-tag\" id=\"amenTag\">\u5949\u8036\u7a4c\u7684\u540d\u79b1\u544a\uff0c\u963f\u5011\u3002<\/div>\n    <\/div>\n\n    <div class=\"action-bar\" id=\"actionBar\">\n        <button class=\"action-btn btn-copy\" onclick=\"copyText()\"><i class=\"fas fa-copy\"><\/i> \u8907\u88fd\u6587\u5b57<\/button>\n        <button class=\"action-btn btn-regen\" onclick=\"regenerate()\"><i class=\"fas fa-sync-alt\"><\/i> \u518d\u751f\u6210\u4e00\u7bc7<\/button>\n    <\/div>\n\n    <div id=\"toast\" class=\"toast\">\u5df2\u8907\u88fd\u5230\u526a\u8cbc\u7c3f<\/div>\n<\/div>\n\n<script>\n    \/\/ --- \u7d42\u6975\u7248\u79b1\u544a\u8a5e\u8cc7\u6599\u5eab (100+ \u7bc7) ---\n    \/\/ (\u9019\u90e8\u5206\u5167\u5bb9\u8207\u525b\u624d\u5b8c\u5168\u76f8\u540c\uff0c\u6211\u70ba\u4f60\u5b8c\u6574\u4fdd\u7559\u5728\u4e0b\u9762)\n    const prayers = {\n        work: [\n            \"\u89aa\u611b\u7684\u5929\u7236\uff0c\u6211\u5c07\u6211\u7684\u5de5\u4f5c\u4ea4\u5728\u7962\u624b\u4e2d\u3002\u7576\u6211\u611f\u5230\u58d3\u529b\u5927\u5230\u5598\u4e0d\u904e\u6c23\u6642\uff0c\u6c42\u7962\u8cdc\u4e0b\u5c6c\u5929\u7684\u5e73\u975c\u3002\u5e6b\u52a9\u6211\u4e0d\u662f\u4f9d\u9760\u81ea\u5df1\u7684\u8070\u660e\uff0c\u800c\u662f\u501a\u9760\u7962\u7684\u5927\u80fd\u3002\u6c42\u7962\u8cdc\u7d66\u6211\u667a\u6167\u53bb\u8655\u7406\u90a3\u4e9b\u68d8\u624b\u7684\u96e3\u984c\uff0c\u8b93\u6211\u5728\u8077\u5834\u4e0a\u80fd\u4f5c\u5149\u4f5c\u9e7d\u3002\",\n            \"\u4e3b\u8036\u7a4c\uff0c\u6c42\u7962\u770b\u9867\u6211\u5728\u5de5\u4f5c\u4e0a\u7684\u52de\u82e6\u3002\u6709\u6642\u5019\u6211\u6703\u89ba\u5f97\u52aa\u529b\u6c92\u6709\u56de\u5831\uff0c\u751a\u81f3\u611f\u5230\u632b\u6298\u60f3\u653e\u68c4\u3002\u6c42\u7962\u63d0\u9192\u6211\uff0c\u6211\u662f\u5728\u70ba\u7962\u505a\uff0c\u800c\u4e0d\u662f\u70ba\u4eba\u505a\u3002\u6c42\u7962\u70ba\u6211\u958b\u9053\u8def\uff0c\u82e5\u9019\u4efd\u5de5\u4f5c\u6709\u7962\u7684\u7f8e\u610f\uff0c\u6c42\u7962\u52a0\u7d66\u6211\u529b\u91cf\u3002\",\n            \"\u795e\u554a\uff0c\u9762\u5c0d\u7e41\u91cd\u7684\u5de5\u4f5c\u548c\u7121\u7406\u7684\u8981\u6c42\uff0c\u6211\u7684\u5fc3\u88e1\u5e38\u5e38\u5145\u6eff\u7126\u616e\u3002\u6c42\u7962\u73fe\u5728\u5c31\u7528\u7962\u7684\u611b\u5145\u6eff\u6211\uff0c\u79fb\u53bb\u6211\u80a9\u4e0a\u7684\u91cd\u64d4\u3002\u8cdc\u7d66\u6211\u5920\u7528\u7684\u6069\u5178\uff0c\u8b93\u6211\u80fd\u6309\u90e8\u5c31\u73ed\u5730\u5b8c\u6210\u6bcf\u4e00\u9805\u4efb\u52d9\u3002\u6211\u5ba3\u544a\uff0c\u9760\u8457\u90a3\u52a0\u7d66\u6211\u529b\u91cf\u7684\uff0c\u6211\u51e1\u4e8b\u90fd\u80fd\u505a\uff01\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u9762\u5c0d\u8077\u5834\u4e0a\u8907\u96dc\u7684\u4eba\u969b\u95dc\u4fc2\uff0c\u6211\u5e38\u611f\u5230\u7121\u529b\u3002\u6c42\u7962\u8cdc\u6211\u50cf\u86c7\u4e00\u6a23\u9748\u5de7\u3001\u50cf\u9d3f\u5b50\u4e00\u6a23\u99b4\u826f\u7684\u667a\u6167\u3002\u4fdd\u5b88\u6211\u7684\u53e3\uff0c\u4e0d\u8aaa\u62b1\u6028\u7684\u8a71\uff1b\u4fdd\u5b88\u6211\u7684\u5fc3\uff0c\u4e0d\u88ab\u60e1\u8a00\u4e2d\u50b7\u3002\u9858\u7962\u5728\u6211\u7684\u8fa6\u516c\u5ba4\u638c\u6b0a\u3002\",\n            \"\u4e3b\u554a\uff0c\u4eca\u5929\u6211\u4e0d\u60f3\u4e0a\u73ed\uff0c\u6211\u7684\u5fc3\u597d\u7d2f\u3002\u6c42\u7962\u66f4\u65b0\u6211\u7684\u9ad4\u529b\uff0c\u8b93\u6211\u770b\u898b\u9019\u4efd\u5de5\u4f5c\u80cc\u5f8c\u7684\u50f9\u503c\u3002\u5373\u4fbf\u5728\u5fae\u5c0f\u7684\u4e8b\u4e0a\uff0c\u4e5f\u8b93\u6211\u80fd\u69ae\u8000\u7962\u7684\u540d\u3002\u6c42\u7962\u5dee\u6d3e\u5929\u4f7f\u5728\u6211\u56db\u570d\u5b89\u71df\uff0c\u64cb\u4f4f\u4e00\u5207\u8ca0\u9762\u7684\u60c5\u7dd2\u3002\",\n            \"\u5929\u7236\uff0c\u6211\u6e34\u671b\u5728\u5de5\u4f5c\u4e0a\u6709\u7a81\u7834\uff0c\u4f46\u6211\u4e0d\u77e5\u9053\u65b9\u5411\u5728\u54ea\u88e1\u3002\u6c42\u7962\u70ba\u6211\u9810\u5099\u6a5f\u6703\uff0c\u5c31\u50cf\u7962\u70ba\u7d04\u745f\u9810\u5099\u4e00\u6a23\u3002\u5982\u679c\u73fe\u5728\u662f\u7b49\u5f85\u7684\u6642\u523b\uff0c\u6c42\u7962\u6559\u5c0e\u6211\u5fcd\u8010\uff1b\u5982\u679c\u662f\u884c\u52d5\u7684\u6642\u523b\uff0c\u6c42\u7962\u7d66\u6211\u52c7\u6c23\u3002\",\n            \"\u4e3b\u8036\u7a4c\uff0c\u6c42\u7962\u795d\u798f\u6211\u7684\u8001\u95c6\u548c\u540c\u4e8b\u3002\u96d6\u7136\u6709\u6642\u5019\u4ed6\u5011\u8b93\u6211\u611f\u5230\u53d7\u50b7\uff0c\u4f46\u6211\u9078\u64c7\u9952\u6055\u3002\u6c42\u7962\u7684\u611b\u6d41\u5165\u6211\u5011\u7684\u5de5\u4f5c\u74b0\u5883\uff0c\u5316\u89e3\u4e00\u5207\u7684\u7d1b\u722d\u8207\u5ac9\u5992\u3002\u8b93\u6211\u6210\u70ba\u90a3\u500b\u5e36\u4f86\u548c\u5e73\u4e4b\u5b50\u7684\u4eba\u3002\",\n            \"\u795e\u554a\uff0c\u9019\u9031\u7684\u4efb\u52d9\u5806\u7a4d\u5982\u5c71\uff0c\u6211\u771f\u7684\u4e0d\u77e5\u9053\u8a72\u5f9e\u4f55\u4e0b\u624b\u3002\u6c42\u7962\u8cdc\u6211\u6709\u689d\u7406\u7684\u601d\u7dd2\uff0c\u5e6b\u52a9\u6211\u6392\u51fa\u512a\u5148\u9806\u5e8f\u3002\u7576\u6211\u614c\u4e82\u6642\uff0c\u63d0\u9192\u6211\u505c\u4e0b\u4f86\u6df1\u547c\u5438\uff0c\u56e0\u70ba\u7962\u8207\u6211\u540c\u5728\u3002\",\n            \"\u4e3b\u554a\uff0c\u6211\u70ba\u8457\u73fe\u5728\u64c1\u6709\u7684\u9019\u4efd\u5de5\u4f5c\u611f\u8b1d\u7962\uff0c\u56e0\u70ba\u5b83\u662f\u7962\u4f9b\u61c9\u6211\u751f\u6d3b\u7684\u7ba1\u9053\u3002\u6c42\u7962\u5e6b\u52a9\u6211\u505a\u4e00\u500b\u5fe0\u5fc3\u7684\u7ba1\u5bb6\uff0c\u4e0d\u8ad6\u662f\u5728\u6642\u9593\u7ba1\u7406\u9084\u662f\u5728\u8cc7\u6e90\u904b\u7528\u4e0a\uff0c\u90fd\u80fd\u5c0d\u5f97\u8d77\u7962\u7684\u8a17\u4ed8\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u7576\u6211\u9762\u5c0d\u5ba2\u6236\u7684\u5201\u96e3\u6216\u5c08\u6848\u7684\u5931\u6557\u6642\uff0c\u6c42\u7962\u4e0d\u8b93\u6211\u5931\u53bb\u4fe1\u5fc3\u3002\u5931\u6557\u4e0d\u4ee3\u8868\u6211\u662f\u5931\u6557\u8005\uff0c\u6c42\u7962\u8b93\u6211\u5f9e\u4e2d\u5b78\u5230\u529f\u8ab2\uff0c\u4e26\u4e14\u80fd\u5920\u8d8a\u632b\u8d8a\u52c7\u3002\",\n            \"\u5929\u7236\uff0c\u6c42\u7962\u8cdc\u798f\u6211\u624b\u4e2d\u7684\u5de5\uff0c\u9858\u6211\u6240\u505a\u7684\u80fd\u8499\u7962\u5805\u7acb\u3002\u8b93\u6211\u7684\u5de5\u4f5c\u4e0d\u50c5\u662f\u7cca\u53e3\uff0c\u66f4\u80fd\u6210\u70ba\u795d\u798f\u4ed6\u4eba\u7684\u7ba1\u9053\u3002\u6c42\u7962\u64f4\u5f35\u6211\u7684\u5883\u754c\uff0c\u63d0\u5347\u6211\u7684\u5c08\u696d\u80fd\u529b\u3002\",\n            \"\u4e3b\u554a\uff0c\u6709\u4e9b\u6642\u5019\u6211\u89ba\u5f97\u81ea\u5df1\u61f7\u624d\u4e0d\u9047\uff0c\u6c92\u4eba\u770b\u898b\u6211\u7684\u52aa\u529b\u3002\u4f46\u7962\u662f\u9452\u5bdf\u4eba\u5fc3\u7684\u795e\uff0c\u7962\u90fd\u770b\u898b\u4e86\u3002\u6c42\u7962\u5728\u9069\u7576\u7684\u6642\u9593\u5c07\u6211\u5347\u9ad8\uff0c\u73fe\u5728\u6c42\u7962\u8b93\u6211\u5b78\u7fd2\u8b19\u5351\u7b49\u5019\u3002\",\n            \"\u795e\u554a\uff0c\u6c42\u7962\u6551\u6211\u812b\u96e2\u5de5\u4f5c\u7684\u5076\u50cf\u3002\u4e0d\u8b93\u6211\u56e0\u70ba\u5de5\u4f5c\u800c\u72a7\u7272\u4e86\u5065\u5eb7\u3001\u72a7\u7272\u4e86\u5bb6\u5ead\u3001\u72a7\u7272\u4e86\u8207\u7962\u7684\u95dc\u4fc2\u3002\u5e6b\u52a9\u6211\u91cd\u65b0\u8abf\u6574\u751f\u6d3b\u7684\u91cd\u5fc3\uff0c\u4eab\u53d7\u7962\u8cdc\u4e0b\u7684\u5b89\u606f\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u9031\u4e00\u7684\u65e9\u6668\u7e3d\u662f\u7279\u5225\u6c89\u91cd\u3002\u6c42\u7962\u8cdc\u4e0b\u559c\u6a02\u7684\u9748\uff0c\u559a\u9192\u6211\u7684\u5fc3\u3002\u8b93\u6211\u5e36\u8457\u671f\u5f85\u53bb\u4e0a\u73ed\uff0c\u76f8\u4fe1\u4eca\u5929\u7962\u6703\u900f\u904e\u6211\u505a\u65b0\u4e8b\u3002\",\n            \"\u4e3b\u8036\u7a4c\uff0c\u9762\u5c0d\u8077\u5834\u4e0a\u7684\u8a66\u63a2\u8207\u8a98\u60d1\uff0c\u6c42\u7962\u4fdd\u5b88\u6211\u4e0d\u59a5\u5354\u771f\u7406\u3002\u8cdc\u6211\u6b63\u76f4\u7684\u5fc3\uff0c\u5373\u4fbf\u5403\u8667\u4e5f\u9858\u610f\u9078\u64c7\u7962\u7684\u9053\u8def\u3002\u6211\u76f8\u4fe1\u516c\u7fa9\u7684\u795e\u5fc5\u70ba\u6211\u4f38\u51a4\u3002\"\n        ],\n        sleep: [\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u591c\u6df1\u4e86\uff0c\u6211\u7684\u5927\u8166\u537b\u505c\u4e0d\u4e0b\u4f86\u3002\u6211\u628a\u4eca\u5929\u6240\u6709\u7684\u64d4\u5fc3\u3001\u660e\u5929\u6240\u6709\u7684\u8a08\u756b\uff0c\u5168\u90e8\u6253\u5305\u4ea4\u7d66\u7962\u3002\u6211\u77e5\u9053\u7962\u4e0d\u6253\u76f9\u4e5f\u4e0d\u7761\u89ba\uff0c\u7962\u6703\u770b\u9867\u6211\u7684\u4e00\u5207\u3002\u6c42\u7962\u73fe\u5728\u5e73\u975c\u6211\u7684\u601d\u7dd2\uff0c\u8cdc\u6211\u9999\u751c\u7684\u7761\u7720\u3002\",\n            \"\u5929\u7236\uff0c\u6c42\u7962\u62ff\u8d70\u6211\u5fc3\u4e2d\u7684\u7126\u616e\u548c\u6050\u61fc\u3002\u90a3\u4e9b\u53cd\u8986\u56f0\u64fe\u6211\u7684\u5ff5\u982d\uff0c\u6211\u5949\u8036\u7a4c\u7684\u540d\u547d\u4ee4\u5b83\u5011\u96e2\u958b\u3002\u8056\u9748\u554a\uff0c\u8acb\u7962\u6eab\u67d4\u5730\u5145\u6eff\u9019\u500b\u623f\u9593\uff0c\u8b93\u7962\u7684\u5e73\u5b89\u5982\u6c5f\u6cb3\u6e67\u6d41\u3002\u6211\u5ba3\u544a\uff1a\u300e\u5fc5\u6709\u8036\u548c\u83ef\u6240\u89aa\u611b\u7684\uff0c\u5fc5\u5b89\u7136\u7761\u89ba\u3002\u300f\",\n            \"\u4e3b\u554a\uff0c\u6211\u627f\u8a8d\u6211\u5f88\u7d2f\uff0c\u8eab\u5fc3\u4ff1\u75b2\u3002\u6c42\u7962\u7528\u7962\u7684\u611b\u4f86\u4fee\u5fa9\u6211\u53d7\u50b7\u7684\u60c5\u7dd2\u548c\u75b2\u618a\u7684\u8eab\u9ad4\u3002\u7576\u6211\u9589\u4e0a\u773c\u775b\uff0c\u9858\u7962\u7684\u8a71\u8a9e\u6210\u70ba\u6211\u7684\u6795\u982d\u3002\u7121\u8ad6\u660e\u5929\u5982\u4f55\uff0c\u6211\u90fd\u76f8\u4fe1\u7962\u5df2\u7d93\u638c\u6b0a\u3002\",\n            \"\u795e\u554a\uff0c\u6709\u6642\u5019\u591c\u665a\u8b93\u6211\u611f\u5230\u5b64\u55ae\uff0c\u9ed1\u6697\u8b93\u6211\u5bb3\u6015\u3002\u4f46\u7962\u8aaa\u7962\u662f\u4e16\u754c\u7684\u5149\uff0c\u9ed1\u6697\u4e0d\u80fd\u52dd\u904e\u5149\u3002\u6c42\u7962\u5dee\u6d3e\u5929\u4f7f\u5b88\u8b77\u6211\u7684\u5e8a\u69bb\uff0c\u8b93\u6211\u611f\u89ba\u5230\u7962\u7684\u540c\u5728\u5c31\u50cf\u6696\u88ab\u4e00\u6a23\u5305\u570d\u6211\u3002\",\n            \"\u4e3b\u8036\u7a4c\uff0c\u6211\u4e0d\u5e0c\u671b\u660e\u5929\u9192\u4f86\u9084\u662f\u9019\u9ebc\u7d2f\u3002\u6c42\u7962\u5728\u6211\u7684\u7761\u5922\u4e2d\u52d5\u5de5\uff0c\u91cd\u7d44\u6211\u7684\u7d30\u80de\uff0c\u66f4\u65b0\u6211\u7684\u9748\u9b42\u3002\u8b93\u6211\u660e\u5929\u65e9\u4e0a\u9192\u4f86\u6642\uff0c\u662f\u5145\u6eff\u6d3b\u529b\u8207\u76fc\u671b\u7684\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u539f\u8ad2\u6211\u4eca\u5929\u56e0\u70ba\u5fd9\u788c\u800c\u5ffd\u7565\u4e86\u7962\u3002\u73fe\u5728\u6211\u5b89\u975c\u4e0b\u4f86\uff0c\u53ea\u60f3\u55ae\u55ae\u4eab\u53d7\u7962\u7684\u611b\u3002\u8b1d\u8b1d\u7962\u63a5\u7d0d\u539f\u672c\u6a23\u5b50\u7684\u6211\u3002\u6211\u5c07\u660e\u5929\u7684\u6311\u6230\u5148\u653e\u5728\u4e00\u908a\uff0c\u73fe\u5728\uff0c\u6211\u53ea\u60f3\u5728\u7962\u61f7\u88e1\u4f11\u606f\u3002\",\n            \"\u5929\u7236\uff0c\u82e5\u662f\u4ec7\u6575\u5728\u5922\u4e2d\u60f3\u8981\u652a\u64fe\u6211\uff0c\u6211\u5949\u4e3b\u8036\u7a4c\u7684\u540d\u65a5\u8cac\u7260\u3002\u6211\u5ba3\u544a\u6211\u7684\u7761\u7720\u662f\u5c6c\u4e4e\u4e3b\u7684\uff0c\u4efb\u4f55\u9a5a\u6050\u3001\u60e1\u5922\u90fd\u4e0d\u5f97\u9760\u8fd1\u6211\u3002\u7962\u8cdc\u7d66\u6211\u7684\u662f\u525b\u5f37\u3001\u4ec1\u611b\u3001\u8b39\u5b88\u7684\u5fc3\u3002\",\n            \"\u4e3b\u554a\uff0c\u70ba\u8457\u4eca\u5929\u767c\u751f\u7684\u5c0f\u78ba\u5e78\u611f\u8b1d\u7962\u3002\u96d6\u7136\u6709\u4e0d\u5982\u610f\uff0c\u4f46\u7962\u7684\u6069\u5178\u5920\u6211\u7528\u3002\u6211\u8981\u6578\u7b97\u8457\u7962\u7684\u6069\u5178\u5165\u7761\uff0c\u800c\u4e0d\u662f\u6578\u7b97\u6211\u7684\u7169\u60f1\u3002\u8b1d\u8b1d\u7962\u611b\u6211\u3002\",\n            \"\u795e\u554a\uff0c\u6211\u7684\u8eab\u9ad4\u597d\u75e0\u75db\uff0c\u6211\u7684\u5fc3\u597d\u7dca\u7e43\u3002\u6c42\u7962\u7684\u8056\u9748\u50cf\u6eab\u67d4\u7684\u6cb9\uff0c\u818f\u62b9\u6211\u7684\u5168\u8eab\uff0c\u9b06\u958b\u6211\u7dca\u76ba\u7684\u7709\u982d\uff0c\u653e\u9b06\u6211\u7684\u80a9\u8180\u3002\u6211\u5c07\u81ea\u5df1\u5b8c\u5168\u4ea4\u6258\u7d66\u7962\u3002\",\n            \"\u4e3b\u8036\u7a4c\uff0c\u6709\u4e9b\u4eba\u4eca\u665a\u53ef\u80fd\u6b63\u5728\u53d7\u82e6\u6216\u6d41\u6dda\uff0c\u6211\u4e5f\u70ba\u4ed6\u5011\u4ee3\u79b1\u3002\u6c42\u7962\u4e5f\u8cdc\u7d66\u4ed6\u5011\u540c\u6a23\u7684\u5e73\u5b89\u3002\u8b1d\u8b1d\u7962\u5782\u807d\u6211\u7684\u79b1\u544a\uff0c\u9858\u6211\u4eca\u665a\u80fd\u505a\u4e00\u500b\u751c\u7f8e\u7684\u5922\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u9019\u6bb5\u6642\u9593\u6211\u5e38\u5e38\u5931\u7720\uff0c\u9019\u8b93\u6211\u5f88\u75db\u82e6\u3002\u6c42\u7962\u91ab\u6cbb\u6211\u7684\u7761\u7720\u6a5f\u5236\uff0c\u8b93\u6211\u80fd\u50cf\u5b30\u5b69\u4e00\u6a23\u55ae\u7d14\u5730\u7761\u8457\u3002\u6211\u76f8\u4fe1\u7962\u662f\u6700\u5927\u7684\u91ab\u751f\u3002\",\n            \"\u5929\u7236\uff0c\u6c42\u7962\u6b62\u4f4f\u6211\u8166\u4e2d\u90a3\u4e9b\u81ea\u6211\u63a7\u544a\u7684\u8072\u97f3\u3002\u6211\u5df2\u7d93\u76e1\u529b\u4e86\uff0c\u5269\u4e0b\u7684\u4ea4\u7d66\u7962\u3002\u7962\u8aaa\uff1a\u300e\u51e1\u52de\u82e6\u64d4\u91cd\u64d4\u7684\u4eba\u53ef\u4ee5\u5230\u6211\u9019\u88e1\u4f86\uff0c\u6211\u5c31\u4f7f\u4f60\u5011\u5f97\u5b89\u606f\u3002\u300f\u6211\u73fe\u5728\u5c31\u4f86\u9818\u53d7\u9019\u4efd\u5b89\u606f\u3002\",\n            \"\u4e3b\u554a\uff0c\u660e\u5929\u7684\u6703\u8b70\/\u8003\u8a66\/\u6311\u6230\u8b93\u6211\u597d\u7dca\u5f35\u3002\u4f46\u6211\u77e5\u9053\u6182\u616e\u4e0d\u80fd\u6539\u8b8a\u4ec0\u9ebc\uff0c\u53ea\u6709\u7962\u80fd\u3002\u6240\u4ee5\u6211\u9078\u64c7\u5148\u7761\u89ba\uff0c\u56e0\u70ba\u7962\u6703\u5728\u660e\u5929\u90a3\u88e1\u7b49\u6211\u3002\",\n            \"\u795e\u554a\uff0c\u9858\u7962\u7684\u5e73\u5b89\u5145\u6eff\u6211\u7684\u6f5b\u610f\u8b58\u3002\u5373\u4fbf\u5728\u7761\u5922\u4e2d\uff0c\u4e5f\u8b93\u6211\u7684\u9748\u8207\u7962\u9023\u7d50\u3002\u9664\u53bb\u4e00\u5207\u6df1\u5c64\u7684\u6050\u61fc\uff0c\u91ab\u6cbb\u6211\u904e\u53bb\u7684\u5275\u50b7\u3002\",\n            \"\u4e3b\u8036\u7a4c\uff0c\u8b1d\u8b1d\u7962\u8cdc\u7d66\u6211\u4e00\u5f35\u5e8a\uff0c\u4e00\u500b\u906e\u98a8\u907f\u96e8\u7684\u5730\u65b9\u3002\u6bd4\u8d77\u5f88\u591a\u4eba\uff0c\u6211\u5df2\u7d93\u5f88\u5e78\u798f\u4e86\u3002\u5e36\u8457\u611f\u6069\u7684\u5fc3\uff0c\u6211\u5411\u4e16\u754c\u9053\u665a\u5b89\u3002\"\n        ],\n        family: [\n            \"\u6148\u611b\u7684\u5929\u7236\uff0c\u6211\u628a\u6211\u7684\u5bb6\u5ead\u5e36\u5230\u7962\u9762\u524d\u3002\u7962\u770b\u898b\u6211\u5011\u4e2d\u9593\u7684\u885d\u7a81\u3001\u51b7\u6f20\u548c\u8aa4\u89e3\uff0c\u6c42\u7962\u89aa\u81ea\u4f86\u4fee\u88dc\u3002\u6c42\u7962\u8cdc\u7d66\u6211\u67d4\u8edf\u7684\u5fc3\u548c\u52d2\u4f4f\u820c\u982d\u7684\u667a\u6167\uff0c\u8b93\u6211\u7684\u8a00\u8a9e\u80fd\u9020\u5c31\u5bb6\u4eba\uff0c\u800c\u4e0d\u662f\u50b7\u5bb3\u4ed6\u5011\u3002\",\n            \"\u4e3b\u554a\uff0c\u6c42\u7962\u4fdd\u8b77\u6211\u7684\u5bb6\u4eba\uff0c\u7121\u8ad6\u4ed6\u5011\u8eab\u5728\u4f55\u8655\uff0c\u6c42\u7962\u7684\u773c\u76ee\u770b\u9867\u4ed6\u5011\u3002\u7279\u5225\u662f\u6211\u5011\u4e2d\u9593\u90a3\u4e9b\u9084\u4e0d\u8a8d\u8b58\u7962\u7684\u5bb6\u4eba\uff0c\u6c42\u7962\u89aa\u81ea\u89f8\u6478\u4ed6\u5011\u7684\u5fc3\u3002\u7576\u6211\u89ba\u5f97\u7121\u529b\u6539\u8b8a\u73fe\u72c0\u6642\uff0c\u6c42\u7962\u63d0\u9192\u6211\uff0c\u7962\u662f\u4f7f\u7121\u8b8a\u6709\u7684\u795e\u3002\",\n            \"\u795e\u554a\uff0c\u5bb6\u672c\u8a72\u662f\u907f\u98a8\u6e2f\uff0c\u4f46\u6709\u6642\u537b\u6210\u4e86\u6230\u5834\u3002\u6c42\u7962\u8cdc\u4e0b\u548c\u7766\u7684\u9748\u5728\u6211\u5011\u5bb6\u4e2d\u3002\u5e6b\u52a9\u6211\u5011\u5f7c\u6b64\u9952\u6055\uff0c\u5c31\u50cf\u7962\u9952\u6055\u4e86\u6211\u5011\u4e00\u6a23\u3002\u5c0d\u65bc\u90a3\u4e9b\u8b93\u6211\u53d7\u50b7\u7684\u8a71\u8a9e\uff0c\u6c42\u7962\u91ab\u6cbb\u6211\u7684\u5fc3\uff0c\u4e0d\u8b93\u82e6\u6bd2\u751f\u6839\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u6211\u770b\u8457\u6f38\u6f38\u5e74\u9081\u7684\u7236\u6bcd\uff0c\u5fc3\u4e2d\u6709\u6642\u6703\u64d4\u6182\u3002\u6c42\u7962\u4fdd\u5b88\u4ed6\u5011\u7684\u8eab\u9ad4\u5065\u5eb7\uff0c\u4e5f\u5805\u56fa\u4ed6\u5011\u7684\u5fc3\u9748\u3002\u6c42\u7962\u7d66\u6211\u8db3\u5920\u7684\u8010\u5fc3\u53bb\u966a\u4f34\u4ed6\u5011\uff0c\u5c31\u50cf\u5c0f\u6642\u5019\u4ed6\u5011\u966a\u4f34\u6211\u4e00\u6a23\u3002\",\n            \"\u4e3b\u8036\u7a4c\uff0c\u6211\u70ba\u6211\u7684\u5b69\u5b50\u79b1\u544a\u3002\u5728\u9019\u500b\u6df7\u4e82\u7684\u4e16\u4ee3\uff0c\u6c42\u7962\u4fdd\u5b88\u4ed6\u5011\u7684\u5fc3\u601d\u610f\u5ff5\u3002\u8b93\u4ed6\u5011\u9047\u898b\u597d\u7684\u670b\u53cb\u3001\u597d\u7684\u8001\u5e2b\u3002\u6700\u91cd\u8981\u7684\u662f\uff0c\u8b93\u4ed6\u5011\u80fd\u89aa\u81ea\u9047\u898b\u7962\uff0c\u4e00\u751f\u8d70\u5728\u7962\u7684\u9053\u8def\u4e0a\u3002\",\n            \"\u5929\u7236\uff0c\u6211\u70ba\u6211\u7684\u5a5a\u59fb\u79b1\u544a\u3002\u6c42\u7962\u8b93\u6211\u5011\u56de\u5230\u8d77\u521d\u7684\u611b\uff0c\u9664\u53bb\u6211\u5011\u4e2d\u9593\u7684\u51b7\u6f20\u3002\u6559\u5c0e\u6211\u5011\u5982\u4f55\u6e9d\u901a\uff0c\u5982\u4f55\u6368\u5df1\u3002\u8b93\u6211\u5011\u7684\u5a5a\u59fb\u80fd\u69ae\u8000\u7962\uff0c\u6210\u70ba\u7f8e\u597d\u7684\u898b\u8b49\u3002\",\n            \"\u4e3b\u554a\uff0c\u6709\u6642\u5019\u5bb6\u4eba\u7684\u671f\u5f85\u6210\u4e86\u6211\u7684\u58d3\u529b\u3002\u6c42\u7962\u5e6b\u52a9\u6211\u8a2d\u7acb\u5065\u5eb7\u7684\u754c\u7dda\uff0c\u65e2\u80fd\u5c0a\u69ae\u5bb6\u4eba\uff0c\u4e5f\u80fd\u6d3b\u51fa\u7962\u547c\u53ec\u6211\u7684\u6a23\u5f0f\u3002\u6211\u4e0d\u9700\u8981\u8a0e\u597d\u6240\u6709\u4eba\uff0c\u6211\u53ea\u9700\u8981\u8a0e\u7962\u559c\u6085\u3002\",\n            \"\u795e\u554a\uff0c\u6c42\u7962\u62ef\u6551\u6211\u7684\u5bb6\u5ead\u812b\u96e2\u4e00\u5207\u7684\u5492\u8a5b\u548c\u8ca0\u9762\u5faa\u74b0\u3002\u82e5\u662f\u6211\u5011\u5bb6\u4e2d\u6709\u62dc\u5076\u50cf\u7684\u6b0a\u52e2\uff0c\u6211\u5949\u4e3b\u540d\u7834\u9664\u5b83\u3002\u5ba3\u544a\u8036\u7a4c\u57fa\u7763\u662f\u6211\u5011\u5bb6\u552f\u4e00\u7684\u5bb6\u4e3b\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u70ba\u8457\u5bb6\u88e1\u7684\u7d93\u6fdf\u72c0\u6cc1\u79b1\u544a\u3002\u6c42\u7962\u8cdc\u7d66\u6211\u5011\u5920\u7528\u7684\u98f2\u98df\uff0c\u4e0d\u53eb\u6211\u5011\u7f3a\u4e4f\u3002\u4e5f\u8cdc\u7d66\u6211\u5011\u7ba1\u7406\u7684\u667a\u6167\uff0c\u4e0d\u4f5c\u91d1\u9322\u7684\u5974\u96b8\u3002\u8b93\u6211\u5011\u5bb6\u80fd\u6210\u70ba\u6a02\u610f\u7d66\u4e88\u7684\u5bb6\u5ead\u3002\",\n            \"\u4e3b\u8036\u7a4c\uff0c\u6c42\u7962\u91ab\u6cbb\u6211\u548c\u624b\u8db3\u4e4b\u9593\u7684\u95dc\u4fc2\u3002\u9664\u53bb\u90a3\u4e9b\u5ac9\u5992\u548c\u6bd4\u8f03\u7684\u5fc3\uff0c\u8b93\u6211\u5011\u80fd\u771f\u5fc3\u70ba\u5f7c\u6b64\u7684\u6210\u529f\u611f\u5230\u9ad8\u8208\u3002\u56e0\u70ba\u6211\u5011\u662f\u4e00\u5bb6\u4eba\u3002\",\n            \"\u5929\u7236\uff0c\u6709\u4e9b\u5bb6\u4eba\u96e2\u5bb6\u5f88\u9060\uff0c\u6216\u8005\u5fc3\u96e2\u5bb6\u5f88\u9060\u3002\u50cf\u6d6a\u5b50\u56de\u982d\u7684\u6545\u4e8b\u4e00\u6a23\uff0c\u6c42\u7962\u6148\u611b\u7684\u9748\u5f15\u5c0e\u4ed6\u5011\u56de\u5bb6\u3002\u6211\u5011\u5728\u79b1\u544a\u4e2d\u7b49\u5019\uff0c\u76f8\u4fe1\u7962\u5fc5\u52d5\u5de5\u3002\",\n            \"\u4e3b\u554a\uff0c\u6bcf\u6b21\u5bb6\u5ead\u805a\u6703\u6642\uff0c\u6c42\u7962\u638c\u6b0a\u3002\u8b93\u6c23\u6c1b\u662f\u6109\u5feb\u7684\uff0c\u5c0d\u8a71\u662f\u6eab\u6696\u7684\u3002\u7981\u6b62\u4ec7\u6575\u5728\u6211\u5011\u6b61\u805a\u6642\u9032\u884c\u7834\u58de\u3002\u8b93\u611b\u5145\u6eff\u6bcf\u4e00\u500b\u89d2\u843d\u3002\",\n            \"\u795e\u554a\uff0c\u6211\u627f\u8a8d\u6211\u5728\u5bb6\u88e1\u5e38\u5e38\u628a\u6700\u58de\u7684\u60c5\u7dd2\u767c\u6d29\u7d66\u6700\u89aa\u7684\u4eba\u3002\u6c42\u7962\u8d66\u514d\u6211\uff0c\u5e6b\u52a9\u6211\u628a\u6700\u597d\u7684\u611b\u7559\u7d66\u5bb6\u4eba\u3002\u6539\u8b8a\u6211\u7684\u813e\u6c23\uff0c\u8b93\u6211\u7d50\u51fa\u8056\u9748\u7684\u679c\u5b50\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u82e5\u662f\u6211\u5011\u5bb6\u6b63\u9762\u81e8\u91cd\u5927\u7684\u8b8a\u6545\u6216\u5931\u53bb\uff0c\u6c42\u7962\u7684\u5b89\u6170\u81e8\u5230\u3002\u62b1\u8457\u6211\u5011\u54ed\u6ce3\uff0c\u966a\u8457\u6211\u5011\u8d70\u51fa\u9019\u6bb5\u6b7b\u852d\u5e7d\u8c37\u3002\u8b93\u6211\u5011\u5bb6\u5728\u60a3\u96e3\u4e2d\u66f4\u5718\u7d50\u3002\",\n            \"\u4e3b\u8036\u7a4c\uff0c\u81f3\u65bc\u6211\u548c\u6211\u5bb6\uff0c\u6211\u5011\u5fc5\u5b9a\u4e8b\u5949\u8036\u548c\u83ef\u3002\u9019\u662f\u6211\u5c0d\u7962\u7684\u5ba3\u544a\uff0c\u6c42\u7962\u6210\u5c31\u3002\"\n        ],\n        future: [\n            \"\u4e3b\u8036\u7a4c\uff0c\u9762\u5c0d\u672a\u77e5\u7684\u672a\u4f86\uff0c\u6211\u5e38\u5e38\u611f\u5230\u8ff7\u60d8\u548c\u5bb3\u6015\u3002\u6211\u4e0d\u78ba\u5b9a\u9019\u689d\u8def\u5c0d\u4e0d\u5c0d\uff0c\u4e5f\u4e0d\u77e5\u8a72\u5f80\u54ea\u88e1\u8d70\u3002\u6c42\u7962\u7684\u8a71\u8a9e\u6210\u70ba\u6211\u8173\u524d\u7684\u71c8\u3001\u8def\u4e0a\u7684\u5149\u3002\u6211\u4e0d\u9700\u8981\u770b\u6e05\u6574\u689d\u8def\uff0c\u53ea\u8981\u7962\u5e36\u9818\u6211\u8d70\u597d\u9019\u4e00\u6b65\u3002\",\n            \"\u5929\u7236\uff0c\u7576\u74b0\u5883\u6539\u8b8a\u3001\u6a5f\u6703\u770b\u8d77\u4f86\u6e3a\u832b\u6642\uff0c\u6c42\u7962\u5805\u56fa\u6211\u7684\u4fe1\u5fc3\u3002\u8b93\u6211\u4e0d\u662f\u770b\u74b0\u5883\uff0c\u800c\u662f\u5b9a\u775b\u5728\u7962\u8eab\u4e0a\u3002\u5982\u679c\u9019\u6247\u9580\u662f\u7962\u95dc\u7684\uff0c\u6c42\u7962\u8b93\u6211\u9806\u670d\uff1b\u5982\u679c\u90a3\u6247\u9580\u662f\u7962\u958b\u7684\uff0c\u6c42\u7962\u7d66\u6211\u52c7\u6c23\u8d70\u9032\u53bb\u3002\",\n            \"\u795e\u554a\uff0c\u6211\u6709\u597d\u591a\u60f3\u505a\u7684\u4e8b\uff0c\u4e5f\u6709\u597d\u591a\u64d4\u5fc3\u7684\u4e8b\u3002\u6c42\u7962\u8cdc\u7d66\u6211\u5c6c\u5929\u7684\u667a\u6167\uff0c\u8b93\u6211\u61c2\u5f97\u5206\u8fa8\u512a\u5148\u9806\u5e8f\u3002\u5728\u7b49\u5f85\u7684\u904e\u7a0b\u4e2d\uff0c\u6c42\u7962\u6559\u5c0e\u6211\u5fcd\u8010\uff0c\u9810\u5099\u6211\u7684\u751f\u547d\u80fd\u627f\u63a5\u7962\u672a\u4f86\u7684\u795d\u798f\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u6211\u770b\u8457\u540c\u9f61\u4eba\u90fd\u5df2\u7d93\u6709\u6240\u6210\u5c31\uff0c\u5fc3\u88e1\u96e3\u514d\u6703\u7126\u6025\u548c\u6bd4\u8f03\u3002\u6c42\u7962\u63d0\u9192\u6211\uff0c\u6211\u6709\u6211\u81ea\u5df1\u7684\u6642\u5340\uff0c\u7962\u5c0d\u6211\u7684\u8a08\u756b\u662f\u7368\u4e00\u7121\u4e8c\u7684\u3002\u6211\u4e0d\u5fc5\u7fa8\u6155\u5225\u4eba\uff0c\u56e0\u70ba\u7962\u7d66\u6211\u7684\u5c31\u662f\u6700\u597d\u7684\u3002\",\n            \"\u4e3b\u554a\uff0c\u95dc\u65bc\u611f\u60c5\u7684\u672a\u4f86\uff0c\u6211\u4ea4\u5728\u7962\u624b\u4e2d\u3002\u5982\u679c\u662f\u7368\u8eab\uff0c\u6c42\u7962\u8b93\u6211\u6d3b\u5f97\u7cbe\u5f69\uff1b\u5982\u679c\u662f\u9032\u5165\u5a5a\u59fb\uff0c\u6c42\u7962\u70ba\u6211\u9810\u5099\u5408\u9069\u7684\u4f34\u4fb6\u3002\u4fdd\u5b88\u6211\u7684\u5fc3\uff0c\u4e0d\u56e0\u5b64\u55ae\u800c\u5c07\u5c31\uff0c\u4e0d\u56e0\u6050\u61fc\u800c\u9000\u7e2e\u3002\",\n            \"\u5929\u7236\uff0c\u6c42\u7962\u5411\u6211\u986f\u660e\u7962\u5c0d\u6211\u7684\u547c\u53ec\u3002\u6211\u4e0d\u9858\u4e00\u751f\u5eb8\u5eb8\u788c\u788c\uff0c\u6211\u9858\u70ba\u7962\u800c\u6d3b\u3002\u6c42\u7962\u8cdc\u6211\u71b1\u60c5\uff0c\u8b93\u6211\u77e5\u9053\u6211\u53d7\u9020\u7684\u76ee\u7684\u662f\u4ec0\u9ebc\u3002\u4f7f\u7528\u6211\u5fae\u5c0f\u7684\u751f\u547d\uff0c\u4f86\u6210\u5c31\u7962\u5049\u5927\u7684\u8a08\u756b\u3002\",\n            \"\u4e3b\u8036\u7a4c\uff0c\u9762\u5c0d\u7d93\u6fdf\u7684\u4e0d\u78ba\u5b9a\u6027\uff0c\u6211\u9078\u64c7\u4fe1\u9760\u8036\u548c\u83ef\u4ee5\u52d2\u2014\u2014\u5fc5\u6709\u9810\u5099\u7684\u795e\u3002\u7962\u770b\u9867\u5929\u4e0a\u7684\u98db\u9ce5\uff0c\u4e5f\u5fc5\u770b\u9867\u6211\u7684\u9700\u8981\u3002\u6211\u4e0d\u70ba\u660e\u5929\u6182\u616e\uff0c\u56e0\u70ba\u660e\u5929\u81ea\u6709\u660e\u5929\u7684\u6069\u5178\u3002\",\n            \"\u795e\u554a\uff0c\u6211\u6709\u6642\u5019\u597d\u6015\u505a\u932f\u6c7a\u5b9a\uff0c\u6015\u4e00\u6b65\u932f\u6b65\u6b65\u932f\u3002\u4f46\u7962\u662f\u90a3\u4f4d\u80fd\u4f7f\u842c\u4e8b\u4e92\u76f8\u6548\u529b\u7684\u795e\u3002\u5373\u4fbf\u6211\u7e5e\u4e86\u8def\uff0c\u7962\u4e5f\u6709\u80fd\u529b\u628a\u5b83\u8b8a\u6210\u795d\u798f\u3002\u6c42\u7962\u62ff\u8d70\u6211\u5c0d\u72af\u932f\u7684\u6050\u61fc\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u82e5\u662f\u7962\u8981\u6211\u8e0f\u51fa\u8212\u9069\u5708\uff0c\u6c42\u7962\u7d66\u6211\u5f7c\u5f97\u884c\u5728\u6c34\u9762\u4e0a\u7684\u4fe1\u5fc3\u3002\u4e0d\u8981\u8b93\u6211\u56e0\u70ba\u8caa\u5716\u5b89\u9038\u800c\u932f\u904e\u4e86\u7d93\u6b77\u795e\u8e5f\u7684\u6a5f\u6703\u3002\u6211\u9858\u610f\u5192\u96aa\uff0c\u53ea\u8981\u662f\u7962\u53eb\u6211\u53bb\u7684\u3002\",\n            \"\u4e3b\u554a\uff0c\u672a\u4f86\u7684\u65e5\u5b50\u6703\u6709\u98a8\u6d6a\uff0c\u4f46\u6211\u77e5\u9053\u7962\u5728\u8239\u4e0a\u3002\u6c42\u7962\u8a13\u7df4\u6211\u7684\u5c6c\u9748\u808c\u8089\uff0c\u8b93\u6211\u80fd\u627f\u64d4\u672a\u4f86\u7684\u8cac\u4efb\u3002\u628a\u6211\u7684\u751f\u547d\u5efa\u9020\u5728\u78d0\u77f3\u4e0a\uff0c\u98a8\u5439\u96e8\u6dcb\u7e3d\u4e0d\u5012\u584c\u3002\",\n            \"\u5929\u7236\uff0c\u6c42\u7962\u8cdc\u7d66\u6211\u826f\u5e2b\u76ca\u53cb\uff0c\u5728\u672a\u4f86\u7684\u8def\u4e0a\u6307\u9ede\u6211\u3001\u966a\u4f34\u6211\u3002\u4e5f\u8b93\u6211\u6210\u70ba\u5225\u4eba\u7684\u795d\u798f\u3002\u5728\u4eba\u751f\u7684\u99ac\u62c9\u677e\u4e0a\uff0c\u6211\u4e0d\u6c42\u8dd1\u5f97\u5feb\uff0c\u4f46\u6c42\u8dd1\u5f97\u5b8c\uff0c\u8dd1\u5f97\u597d\u3002\",\n            \"\u4e3b\u8036\u7a4c\uff0c\u5982\u679c\u6211\u73fe\u5728\u6b63\u8655\u65bc\u66e0\u91ce\uff0c\u6c42\u7962\u8b93\u6211\u770b\u898b\u96f2\u67f1\u706b\u67f1\u3002\u8b93\u6211\u5b78\u6703\u5728\u9019\u500b\u968e\u6bb5\u8a72\u5b78\u7684\u529f\u8ab2\uff0c\u597d\u8b93\u6211\u9032\u5165\u61c9\u8a31\u4e4b\u5730\u6642\uff0c\u80fd\u627f\u53d7\u5f97\u4f4f\u90a3\u4efd\u7522\u696d\u3002\",\n            \"\u795e\u554a\uff0c\u6709\u4e9b\u5922\u60f3\u4f3c\u4e4e\u5df2\u7d93\u6b7b\u4e86\uff0c\u4f46\u6211\u76f8\u4fe1\u7962\u662f\u53eb\u6b7b\u4eba\u5fa9\u6d3b\u7684\u795e\u3002\u5982\u679c\u662f\u7962\u7d66\u6211\u7684\u5922\uff0c\u6c42\u7962\u518d\u6b21\u5439\u6c23\uff0c\u8b93\u9ab8\u9aa8\u5fa9\u6d3b\u3002\u5982\u679c\u662f\u51fa\u65bc\u79c1\u617e\u7684\u5922\uff0c\u6c42\u7962\u62ff\u8d70\uff0c\u8cdc\u6211\u65b0\u7684\u7570\u8c61\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u672a\u4f86\u7684\u4e16\u754c\u8b8a\u5316\u597d\u5feb\uff0c\u6211\u6015\u8ddf\u4e0d\u4e0a\u3002\u4f46\u7962\u662f\u6614\u5728\u4eca\u5728\u4ee5\u5f8c\u6c38\u5728\u7684\u795e\u3002\u7962\u4e0d\u6539\u8b8a\uff0c\u9019\u662f\u6211\u6700\u5927\u7684\u5b89\u5168\u611f\u3002\u6c42\u7962\u8cdc\u6211\u9069\u61c9\u529b\u8207\u5b78\u7fd2\u529b\u3002\",\n            \"\u4e3b\u554a\uff0c\u6211\u5c07\u6211\u7684\u300e\u660e\u5929\u300f\u737b\u7d66\u7962\u3002\u9858\u6211\u7684\u672a\u4f86\u80fd\u5f70\u986f\u7962\u7684\u69ae\u8000\u3002\u963f\u5011\u3002\"\n        ],\n        healing: [\n            \"\u5927\u80fd\u7684\u91ab\u6cbb\u8005\u8036\u7a4c\uff0c\u6211\u628a\u6211\u7684\u8eab\u9ad4\u72c0\u6cc1\u5e36\u5230\u7962\u9762\u524d\u3002\u7962\u66fe\u8aaa\uff1a\u300e\u56e0\u7962\u53d7\u7684\u97ad\u50b7\uff0c\u6211\u5011\u5f97\u91ab\u6cbb\u3002\u300f\u6c42\u7962\u73fe\u5728\u5c31\u6309\u624b\u5728\u6211\u8eab\u4e0a\uff0c\u9664\u53bb\u4e00\u5207\u7684\u75c5\u75db\u548c\u767c\u708e\u3002\u6c42\u7962\u8cdc\u7d66\u91ab\u751f\u667a\u6167\uff0c\u4e5f\u8cdc\u7d66\u6211\u559c\u6a02\u7684\u5fc3\u4f5c\u70ba\u826f\u85e5\u3002\",\n            \"\u4e3b\u554a\uff0c\u6211\u7684\u5fc3\u53d7\u50b7\u4e86\uff0c\u611f\u89ba\u597d\u75db\u3001\u597d\u5b64\u55ae\u3002\u6c42\u7962\u89aa\u81ea\u4f86\u5305\u88f9\u6211\u7684\u50b7\u53e3\uff0c\u91ab\u6cbb\u6211\u88e1\u9762\u90a3\u500b\u54ed\u6ce3\u7684\u5c0f\u5b69\u3002\u6c42\u7962\u62ff\u8d70\u6211\u7684\u6182\u9b31\u548c\u7d55\u671b\uff0c\u5c07\u8b9a\u7f8e\u8863\u4ee3\u66ff\u6182\u50b7\u4e4b\u9748\u3002\u8b93\u6211\u77e5\u9053\uff0c\u9019\u6bb5\u6b7b\u852d\u5e7d\u8c37\u53ea\u662f\u66ab\u6642\u7684\u3002\",\n            \"\u5929\u7236\uff0c\u9762\u5c0d\u9577\u671f\u7684\u75c5\u75db\uff0c\u6211\u5e38\u5e38\u611f\u5230\u8edf\u5f31\u7121\u52a9\u3002\u6c42\u7962\u52a0\u6dfb\u6211\u7684\u529b\u91cf\uff0c\u8b93\u6211\u7684\u4fe1\u5fc3\u4e0d\u81f4\u5931\u843d\u3002\u6bcf\u4e00\u5929\u65e9\u6668\uff0c\u6c42\u7962\u66f4\u65b0\u6211\u7684\u9ad4\u529b\u3002\u6211\u5ba3\u544a\uff0c\u5fa9\u6d3b\u7684\u4e3b\u8036\u7a4c\u6d3b\u5728\u6211\u88e1\u9762\uff0c\u6b7b\u4ea1\u548c\u75be\u75c5\u4e0d\u80fd\u8f44\u5236\u6211\u3002\",\n            \"\u795e\u554a\uff0c\u6211\u70ba\u8457\u5373\u5c07\u8981\u9032\u884c\u7684\u624b\u8853\/\u6cbb\u7642\u79b1\u544a\u3002\u6c42\u7962\u63e1\u8457\u57f7\u5200\u91ab\u5e2b\u7684\u624b\uff0c\u8b93\u904e\u7a0b\u4e00\u5207\u9806\u5229\u3002\u6c42\u7962\u8cdc\u4e0b\u8d85\u81ea\u7136\u7684\u5e73\u5b89\uff0c\u62ff\u8d70\u6211\u5c0d\u75bc\u75db\u548c\u526f\u4f5c\u7528\u7684\u6050\u61fc\u3002\u6211\u76f8\u4fe1\u7962\u638c\u7ba1\u4e00\u5207\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u6709\u4e9b\u4eba\u50b7\u5bb3\u4e86\u6211\uff0c\u7559\u4e0b\u4e86\u5f88\u6df1\u7684\u9670\u5f71\u3002\u6c42\u7962\u91ab\u6cbb\u6211\u7684\u8a18\u61b6\uff0c\u62d4\u9664\u90a3\u4e9b\u75db\u82e6\u7684\u6839\u6e90\u3002\u8cdc\u6211\u9952\u6055\u7684\u529b\u91cf\uff0c\u91cb\u653e\u6211\u81ea\u5df1\uff0c\u4e5f\u91cb\u653e\u5c0d\u65b9\u3002\u6211\u4e0d\u9858\u518d\u505a\u904e\u53bb\u7684\u56da\u72af\u3002\",\n            \"\u4e3b\u8036\u7a4c\uff0c\u6211\u7684\u89aa\u4eba\u6b63\u5728\u75c5\u75db\u4e2d\u53d7\u82e6\uff0c\u770b\u8457\u4ed6\u53d7\u82e6\u6211\u597d\u5fc3\u75bc\u3002\u6c42\u7962\u6190\u61ab\u4ed6\uff0c\u6e1b\u8f15\u4ed6\u7684\u75db\u82e6\u3002\u6c42\u7962\u986f\u51fa\u795e\u8e5f\uff0c\u8b93\u6211\u5011\u770b\u898b\u7962\u7684\u69ae\u8000\u3002\u82e5\u662f\u7962\u63a5\u4ed6\u56de\u5bb6\u7684\u6642\u9593\u5230\u4e86\uff0c\u4e5f\u6c42\u7962\u8cdc\u4e0b\u5e73\u975c\u3002\",\n            \"\u5929\u7236\uff0c\u6c42\u7962\u91ab\u6cbb\u6211\u7684\u81ea\u5351\u611f\u3002\u8b93\u6211\u770b\u898b\u6211\u662f\u6309\u8457\u7962\u5f62\u8c61\u9020\u7684\uff0c\u662f\u5c0a\u8cb4\u7684\u3002\u9664\u53bb\u6211\u5c0d\u5916\u8c8c\u3001\u80fd\u529b\u7684\u7126\u616e\uff0c\u8b93\u6211\u80fd\u63a5\u7d0d\u6211\u81ea\u5df1\uff0c\u611b\u6211\u81ea\u5df1\u3002\",\n            \"\u4e3b\u554a\uff0c\u6211\u70ba\u8457\u5404\u7a2e\u6210\u766e\uff08\u624b\u6a5f\u3001\u85e5\u7269\u3001\u60c5\u617e...\uff09\u79b1\u544a\u3002\u9019\u4e9b\u6771\u897f\u6346\u7d81\u4e86\u6211\uff0c\u8b93\u6211\u4e0d\u5f97\u81ea\u7531\u3002\u6c42\u7962\u65b7\u958b\u9019\u4e9b\u9396\u93c8\uff0c\u91ab\u6cbb\u6211\u5167\u5fc3\u771f\u6b63\u7684\u7a7a\u865b\u3002\u552f\u6709\u7962\u7684\u611b\u80fd\u6eff\u8db3\u6211\u3002\",\n            \"\u795e\u554a\uff0c\u6c42\u7962\u91ab\u6cbb\u6211\u7684\u5931\u7720\uff0c\u91ab\u6cbb\u6211\u7684\u8cc0\u723e\u8499\uff0c\u91ab\u6cbb\u6211\u7684\u514d\u75ab\u7cfb\u7d71\u3002\u7962\u5275\u9020\u4e86\u6211\u7684\u8eab\u9ad4\uff0c\u7962\u6700\u77e5\u9053\u54ea\u88e1\u51fa\u4e86\u554f\u984c\u3002\u6c42\u7962\u5c07\u90a3\u539f\u672c\u7f8e\u597d\u7684\u6b21\u5e8f\u6062\u5fa9\u904e\u4f86\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u7576\u6211\u611f\u5230\u5fc3\u788e\u7684\u6642\u5019\uff0c\u7962\u8aaa\u7962\u9760\u8fd1\u50b7\u5fc3\u7684\u4eba\u3002\u6c42\u7962\u628a\u6211\u7684\u773c\u6dda\u88dd\u5728\u76ae\u888b\u88e1\u3002\u8b93\u6211\u611f\u53d7\u5230\u7962\u6eab\u6696\u7684\u64c1\u62b1\uff0c\u77e5\u9053\u6211\u4e0d\u662f\u88ab\u907a\u68c4\u7684\u3002\",\n            \"\u4e3b\u8036\u7a4c\uff0c\u6c42\u7962\u8cdc\u7d66\u6211\u5065\u5eb7\u7684\u98f2\u98df\u89c0\u5ff5\u548c\u904b\u52d5\u7684\u52d5\u529b\u3002\u9019\u8eab\u9ad4\u662f\u8056\u9748\u7684\u6bbf\uff0c\u6211\u8981\u597d\u597d\u4fdd\u990a\u9867\u60dc\u3002\u6c42\u7962\u5e6b\u52a9\u6211\u6539\u6389\u58de\u7fd2\u6163\uff0c\u6d3b\u51fa\u5065\u5eb7\u7684\u6a23\u5f0f\u3002\",\n            \"\u5929\u7236\uff0c\u82e5\u662f\u9019\u6839\u523a\u66ab\u6642\u4e0d\u6703\u96e2\u958b\uff0c\u6c42\u7962\u8cdc\u6211\u5920\u7528\u7684\u6069\u5178\u3002\u8b93\u6211\u5728\u8edf\u5f31\u4e2d\u770b\u898b\u7962\u525b\u5f37\u7684\u4f5c\u70ba\u3002\u8b93\u6211\u80fd\u50cf\u4fdd\u7f85\u4e00\u6a23\uff0c\u5728\u60a3\u96e3\u4e2d\u4f9d\u7136\u80fd\u559c\u6a02\u3002\",\n            \"\u795e\u554a\uff0c\u91ab\u6cbb\u6211\u5011\u7684\u4eba\u969b\u95dc\u4fc2\uff0c\u91ab\u6cbb\u6211\u5011\u7684\u571f\u5730\u3002\u9019\u4e16\u754c\u5145\u6eff\u4e86\u75c5\u6bd2\u8207\u707d\u96e3\uff0c\u552f\u6709\u7962\u662f\u89e3\u85e5\u3002\u6c42\u7962\u7684\u6190\u61ab\u81e8\u5230\u9019\u500b\u4e16\u4ee3\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u6709\u4e9b\u75c5\u75db\u662f\u70ba\u4e86\u69ae\u8000\u7962\u3002\u5982\u679c\u662f\u9019\u6a23\uff0c\u6c42\u7962\u7d66\u6211\u4fe1\u5fc3\u53bb\u7d93\u6b77\u3002\u8b93\u6211\u7684\u898b\u8b49\u80fd\u9f13\u52f5\u66f4\u591a\u6b63\u5728\u53d7\u82e6\u7684\u4eba\u3002\",\n            \"\u4e3b\u554a\uff0c\u6211\u5ba3\u544a\u8036\u548c\u83ef\u62c9\u6cd5\uff08\u91ab\u6cbb\u7684\u795e\uff09\u662f\u6211\u7684\u540d\u5b57\u3002\u6211\u9818\u53d7\u5f9e\u5929\u800c\u4f86\u7684\u91ab\u6cbb\u80fd\u529b\uff0c\u5f9e\u982d\u9802\u5230\u8173\u5e95\uff0c\u5b8c\u5168\u6f54\u6de8\uff0c\u5b8c\u5168\u66f4\u65b0\u3002\"\n        ],\n        strength: [\n            \"\u4e3b\u554a\uff0c\u6211\u627f\u8a8d\u6211\u8edf\u5f31\u4e86\uff0c\u6211\u771f\u7684\u6490\u4e0d\u4e0b\u53bb\u4e86\u3002\u6c42\u7962\u73fe\u5728\u5c31\u4f86\u63a5\u624b\u9019\u4e00\u5207\u3002\u7962\u8aaa\u904e\uff1a\u300e\u6211\u7684\u6069\u5178\u5920\u4f60\u7528\u7684\uff0c\u56e0\u70ba\u6211\u7684\u80fd\u529b\u662f\u5728\u4eba\u7684\u8edf\u5f31\u4e0a\u986f\u5f97\u5b8c\u5168\u3002\u300f\u6240\u4ee5\u6211\u8a87\u53e3\u6211\u7684\u8edf\u5f31\uff0c\u597d\u53eb\u57fa\u7763\u7684\u80fd\u529b\u8986\u5e87\u6211\u3002\",\n            \"\u795e\u554a\uff0c\u4e16\u754c\u597d\u5435\uff0c\u56f0\u96e3\u597d\u5927\uff0c\u6211\u89ba\u5f97\u81ea\u5df1\u597d\u6e3a\u5c0f\u3002\u6c42\u7962\u8b93\u6211\u60f3\u8d77\u6211\u662f\u8ab0\u2014\u2014\u6211\u662f\u842c\u738b\u4e4b\u738b\u7684\u5152\u5973\uff01\u6c42\u7962\u8cdc\u7d66\u6211\u525b\u5f37\u58ef\u81bd\u7684\u5fc3\uff0c\u50cf\u7d04\u66f8\u4e9e\u4e00\u6a23\u3002\u9762\u5c0d\u773c\u524d\u7684\u5de8\u4eba\uff0c\u6211\u5ba3\u544a\u5b83\u5fc5\u5012\u584c\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u7576\u6211\u60f3\u8981\u653e\u68c4\u7684\u6642\u5019\uff0c\u6c42\u7962\u7dca\u7dca\u62c9\u4f4f\u6211\u3002\u8b93\u6211\u56de\u60f3\u8d77\u7962\u904e\u53bb\u662f\u5982\u4f55\u5e36\u9818\u6211\u8d70\u904e\u98a8\u6d6a\u7684\u3002\u7962\u662f\u4fe1\u5be6\u7684\u795e\uff0c\u6628\u5929\u5e6b\u52a9\u6211\u7684\u795e\uff0c\u4eca\u5929\u4f9d\u7136\u8207\u6211\u540c\u5728\u3002\",\n            \"\u4e3b\u8036\u7a4c\uff0c\u6211\u611f\u5230\u9748\u88e1\u67af\u4e7e\uff0c\u8b80\u7d93\u8b80\u4e0d\u9032\u53bb\uff0c\u79b1\u544a\u6c92\u6709\u529b\u91cf\u3002\u6c42\u7962\u964d\u4e0b\u6069\u96e8\uff0c\u6ecb\u6f64\u6211\u7684\u5fc3\u7530\u3002\u6c42\u7962\u91cd\u65b0\u9ede\u71c3\u6211\u5c0d\u7962\u7684\u71b1\u60c5\uff0c\u8b93\u6211\u6e34\u6155\u7962\u50cf\u9e7f\u5207\u6155\u6eaa\u6c34\u3002\",\n            \"\u5929\u7236\uff0c\u9762\u5c0d\u8a98\u60d1\uff0c\u6211\u5e38\u5e38\u89ba\u5f97\u7121\u529b\u62b5\u6297\u3002\u6c42\u7962\u8cdc\u6211\u5c6c\u9748\u7684\u8ecd\u88dd\uff0c\u8b93\u6211\u80fd\u7ad9\u7acb\u5f97\u7a69\u3002\u7576\u8a66\u63a2\u4f86\u81e8\u6642\uff0c\u6c42\u7962\u70ba\u6211\u958b\u4e00\u689d\u51fa\u8def\uff0c\u53eb\u6211\u80fd\u5fcd\u53d7\u5f97\u4f4f\u3002\",\n            \"\u795e\u554a\uff0c\u5b64\u55ae\u7684\u611f\u89ba\u6709\u6642\u6703\u6df9\u6c92\u6211\u3002\u6c42\u7962\u8b93\u6211\u60f3\u8d77\u6211\u662f\u8ab0\u2014\u2014\u6211\u662f\u842c\u738b\u4e4b\u738b\u7684\u5152\u5973\uff01\u6c42\u7962\u8cdc\u6211\u5c6c\u5929\u7684\u559c\u6a02\u4f5c\u70ba\u529b\u91cf\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u7576\u5225\u4eba\u7684\u8a71\u8a9e\u64ca\u5012\u6211\u6642\uff0c\u6c42\u7962\u6276\u8d77\u6211\u3002\u8b93\u6211\u77e5\u9053\u6211\u7684\u50f9\u503c\u4e0d\u662f\u5efa\u7acb\u5728\u5225\u4eba\u7684\u8a55\u50f9\u4e0a\uff0c\u800c\u662f\u5efa\u7acb\u5728\u5341\u5b57\u67b6\u4e0a\u3002\u7962\u770b\u6211\u70ba\u5bf6\u8cb4\uff0c\u9019\u5c31\u5920\u4e86\u3002\",\n            \"\u4e3b\u8036\u7a4c\uff0c\u9019\u689d\u5341\u5b57\u67b6\u7684\u9053\u8def\u6709\u6642\u597d\u96e3\u8d70\u3002\u6c42\u7962\u80cc\u8d77\u6211\u7684\u91cd\u64d4\uff0c\u8ddf\u6211\u4e00\u8d77\u8d70\u3002\u8cdc\u6211\u50cf\u9df9\u4e00\u6a23\u5c55\u7fc5\u4e0a\u9a30\u7684\u529b\u91cf\uff0c\u5954\u8dd1\u4e0d\u56f0\u5026\uff0c\u884c\u8d70\u4e0d\u75b2\u4e4f\u3002\",\n            \"\u5929\u7236\uff0c\u6c42\u7962\u8cdc\u6211\u5fcd\u8010\u7684\u529b\u91cf\u3002\u5728\u7b49\u5f85\u61c9\u8a31\u6210\u5c31\u7684\u904e\u7a0b\u4e2d\uff0c\u4e0d\u767c\u6028\u8a00\uff0c\u4e0d\u5931\u53bb\u76fc\u671b\u3002\u8b93\u6211\u7684\u751f\u547d\u7d93\u904e\u8a66\u7149\u5f8c\uff0c\u80fd\u50cf\u7cbe\u91d1\u4e00\u6a23\u7d14\u6de8\u3002\",\n            \"\u795e\u554a\uff0c\u70ba\u8457\u6211\u4e0d\u60f3\u53bb\u611b\u7684\u4eba\uff0c\u6c42\u7962\u8cdc\u6211\u611b\u7684\u529b\u91cf\u3002\u9760\u6211\u81ea\u5df1\u505a\u4e0d\u5230\uff0c\u4f46\u7962\u7684\u611b\u80fd\u3002\u6c42\u7962\u64f4\u5f35\u6211\u7684\u5fc3\u80f8\uff0c\u8b93\u6211\u80fd\u5305\u5bb9\u90a3\u4e9b\u4e0d\u53ef\u611b\u7684\u4eba\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u7576\u6211\u9762\u5c0d\u8ca1\u52d9\u7684\u58d3\u529b\u6642\uff0c\u6c42\u7962\u8cdc\u6211\u4fe1\u5fc3\u7684\u529b\u91cf\u3002\u4e0d\u770b\u5b58\u6b3e\u7684\u6578\u5b57\uff0c\u800c\u662f\u770b\u7962\u8c50\u76db\u7684\u5eab\u623f\u3002\u6211\u76f8\u4fe1\u7962\u5fc5\u4f9b\u61c9\u6211\u4e00\u5207\u6240\u9700\u3002\",\n            \"\u4e3b\u8036\u7a4c\uff0c\u6c42\u7962\u9664\u53bb\u6211\u7684\u61f6\u60f0\u548c\u62d6\u5ef6\u3002\u8cdc\u6211\u884c\u52d5\u7684\u529b\u91cf\uff0c\u4eca\u65e5\u4e8b\u4eca\u65e5\u7562\u3002\u8b93\u6211\u80fd\u6bb7\u52e4\u4e0d\u53ef\u61f6\u60f0\uff0c\u5fc3\u88e1\u706b\u71b1\uff0c\u5e38\u670d\u4e8b\u4e3b\u3002\",\n            \"\u5929\u7236\uff0c\u9762\u5c0d\u4e0d\u516c\u7fa9\u7684\u4e8b\uff0c\u6c42\u7962\u8cdc\u6211\u52c7\u6c23\u767c\u8072\u7684\u529b\u91cf\u3002\u4e0d\u4f5c\u6c89\u9ed8\u7684\u65c1\u89c0\u8005\uff0c\u800c\u662f\u884c\u516c\u7fa9\u3001\u597d\u6190\u61ab\u3002\u8cdc\u6211\u667a\u6167\u8207\u81bd\u91cf\uff0c\u70ba\u771f\u7406\u7ad9\u7acb\u3002\",\n            \"\u795e\u554a\uff0c\u7576\u6211\u88ab\u904e\u53bb\u7684\u5931\u6557\u63a7\u544a\u6642\uff0c\u6c42\u7962\u8cdc\u6211\u7ad9\u8d77\u4f86\u7684\u529b\u91cf\u3002\u5fd8\u8a18\u80cc\u5f8c\uff0c\u52aa\u529b\u9762\u524d\uff0c\u5411\u8457\u6a19\u7aff\u76f4\u8dd1\u3002\u6211\u7684\u904e\u53bb\u4e0d\u80fd\u5b9a\u7fa9\u6211\uff0c\u7962\u7684\u6069\u5178\u624d\u5b9a\u7fa9\u6211\u3002\",\n            \"\u89aa\u611b\u7684\u4e3b\uff0c\u9019\u662f\u7962\u7684\u65e5\u5b50\uff0c\u6211\u5c07\u4eca\u5929\u737b\u7d66\u7962\u3002\u7121\u8ad6\u767c\u751f\u4ec0\u9ebc\u4e8b\uff0c\u6c42\u7962\u4f5c\u6211\u5fc3\u4e2d\u7684\u529b\u91cf\uff0c\u4f5c\u6211\u7684\u798f\u5206\uff0c\u76f4\u5230\u6c38\u9060\u3002\"\n        ]\n    };\n\n    let currentCategory = '';\n\n    \/\/ \u9078\u64c7\u5206\u985e\u4e26\u751f\u6210\n    function selectCategory(category, btnElement) {\n        currentCategory = category;\n        document.querySelectorAll('.cat-btn').forEach(btn => btn.classList.remove('active'));\n        btnElement.classList.add('active');\n        startGenerationProcess();\n    }\n\n    \/\/ \u751f\u6210\u6d41\u7a0b\n    function startGenerationProcess() {\n        const prayerCard = document.getElementById('prayerCard');\n        const placeholder = document.getElementById('placeholder');\n        const spinner = document.getElementById('spinner');\n        const content = document.getElementById('prayerContent');\n        const amen = document.getElementById('amenTag');\n        const actionBar = document.getElementById('actionBar');\n\n        placeholder.style.display = 'none';\n        content.style.display = 'none';\n        amen.style.display = 'none';\n        actionBar.style.display = 'none';\n        \n        spinner.style.display = 'block';\n\n        \/\/ \u6a21\u64ec 0.6~1.0 \u79d2\u7684\u96a8\u6a5f\u601d\u8003\u6642\u9593\n        const randomDelay = Math.floor(Math.random() * 400) + 600;\n\n        setTimeout(() => {\n            spinner.style.display = 'none';\n            const list = prayers[currentCategory];\n            \/\/ \u96a8\u6a5f\u9078\u4e00\u7bc7\n            const randomText = list[Math.floor(Math.random() * list.length)];\n            \n            content.innerText = randomText;\n            content.style.display = 'block';\n            content.style.animation = 'fadeIn 1s ease';\n            \n            amen.style.display = 'block';\n            amen.style.animation = 'fadeIn 1.5s ease';\n\n            actionBar.style.display = 'flex';\n            actionBar.style.animation = 'fadeIn 2s ease';\n        }, randomDelay);\n    }\n\n    \/\/ \u91cd\u65b0\u751f\u6210\n    function regenerate() {\n        if(!currentCategory) return;\n        startGenerationProcess();\n    }\n\n    \/\/ \u8907\u88fd\u529f\u80fd\n    function copyText() {\n        const text = document.getElementById('prayerContent').innerText + \"\\n\\n\u2014\u2014\u5949\u8036\u7a4c\u7684\u540d\u79b1\u544a\uff0c\u963f\u5011\u3002\";\n        navigator.clipboard.writeText(text).then(() => {\n            showToast();\n        });\n    }\n\n    function showToast() {\n        const toast = document.getElementById(\"toast\");\n        toast.className = \"toast show\";\n        setTimeout(function(){ toast.className = toast.className.replace(\"show\", \"\"); }, 3000);\n    }\n<\/script>\n\n\n        <div class=\"hostinger-reach-block-subscription-form-wrapper\">\n\n            <form id=\"d39c179b-b627-4453-aeca-81026f1130c8\" class=\"hostinger-reach-block-subscription-form\">\n                <input type=\"hidden\" name=\"group\" value=\"\">\n                <input type=\"hidden\" name=\"id\" value=\"d39c179b-b627-4453-aeca-81026f1130c8\">\n                <input type=\"hidden\" name=\"tags\" value=\"\">\n                <input type=\"hidden\" name=\"metadata.plugin\" value=\"hostinger-reach\">\n\n                <div\n                    class=\"hostinger-reach-block-form-fields \">\n                    <div class=\"hostinger-reach-block-form-field\">\n                        <label\n                            for=\"d39c179b-b627-4453-aeca-81026f1130c8-email\">Email                            <span class=\"required\">*<\/span><\/label>\n                        <input type=\"email\" id=\"d39c179b-b627-4453-aeca-81026f1130c8-email\" name=\"email\" required>\n                    <\/div>\n\n                    \n                    \n                    <button\n                        type=\"submit\"\n                        class=\"hostinger-reach-block-submit has-light-color has-color-3-background-color has-text-color has-background has-link-color\"\n                        >\n                        Subscribe                    <\/button>\n                <\/div>\n\n                <div class=\"reach-subscription-message\" style=\"display: none;\">\n                    <div class=\"reach-subscription-message__icon\" style=\"display: none;\">\n                        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M21.0455 5.95463C21.4848 6.39397 21.4848 7.10628 21.0455 7.54562L11.5076 17.0835C10.9511 17.64 10.0489 17.64 9.49237 17.0835L5.2045 12.7956C4.76517 12.3563 4.76517 11.644 5.2045 11.2046C5.64384 10.7653 6.35616 10.7653 6.7955 11.2046L10.5 14.9091L19.4545 5.95463C19.8938 5.51529 20.6062 5.51529 21.0455 5.95463Z\" fill=\"#18181A\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"reach-subscription-message__text\">\n                        Subscription form is not available at the moment                    <\/div>\n                <\/div>\n            <\/form>\n        <\/div>\n        ","protected":false},"excerpt":{"rendered":"<p>\ud83d\ude4f \u5c08\u5c6c\u4ee3\u79b1\u7522\u751f\u5668 \u9078\u64c7\u4e00\u500b\u4f60\u6709\u8ca0\u64d4\u7684\u4e3b\u984c\uff0c\u8b93 AI \u70ba\u4f60\u9818\u53d7\u4e00\u7bc7\u79b1\u544a\u8a5e\u3002 \u5de5\u4f5c\u58d3\u529b \u5931\u7720\u7126\u616e \u5bb6\u5ead\u95dc\u4fc2 \u672a\u4f86 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-5841","page","type-page","status-publish","hentry","entry","owp-thumbs-layout-horizontal","owp-btn-normal","owp-tabs-layout-horizontal","has-no-thumbnails","has-product-nav"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"jetpack_sharing_enabled":true,"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"Meiling","author_link":"https:\/\/meiling412.com\/en\/author\/lin576688103gmail-com\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"\ud83d\ude4f \u5c08\u5c6c\u4ee3\u79b1\u7522\u751f\u5668 \u9078\u64c7\u4e00\u500b\u4f60\u6709\u8ca0\u64d4\u7684\u4e3b\u984c\uff0c\u8b93 AI \u70ba\u4f60\u9818\u53d7\u4e00\u7bc7\u79b1\u544a\u8a5e\u3002 \u5de5\u4f5c\u58d3\u529b \u5931\u7720\u7126\u616e \u5bb6\u5ead\u95dc\u4fc2 \u672a\u4f86&hellip;","_links":{"self":[{"href":"https:\/\/meiling412.com\/en\/wp-json\/wp\/v2\/pages\/5841","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meiling412.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/meiling412.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/meiling412.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/meiling412.com\/en\/wp-json\/wp\/v2\/comments?post=5841"}],"version-history":[{"count":3,"href":"https:\/\/meiling412.com\/en\/wp-json\/wp\/v2\/pages\/5841\/revisions"}],"predecessor-version":[{"id":6074,"href":"https:\/\/meiling412.com\/en\/wp-json\/wp\/v2\/pages\/5841\/revisions\/6074"}],"wp:attachment":[{"href":"https:\/\/meiling412.com\/en\/wp-json\/wp\/v2\/media?parent=5841"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}