{"id":5835,"date":"2025-11-23T00:19:13","date_gmt":"2025-11-23T00:19:13","guid":{"rendered":"https:\/\/meiling412.com\/?page_id=5835"},"modified":"2025-11-23T00:35:44","modified_gmt":"2025-11-23T00:35:44","slug":"heavenly-father-says-to-you","status":"publish","type":"page","link":"https:\/\/meiling412.com\/zh\/heavenly-father-says-to-you\/","title":{"rendered":"\u4eca\u65e5\uff0c\u5929\u7236\u60f3\u5bf9\u4f60\u8bf4\u2026"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Serif+TC:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* --- CSS \u6a23\u5f0f\u5340 --- *\/\n    .daily-verse-container {\n        --primary-color: #8E7F7F; \n        --accent-color: #D4A373;  \n        --card-bg: #FFFFFF;       \n        font-family: 'Noto Serif TC', serif;\n        color: var(--primary-color);\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        width: 100%;\n        padding: 20px 0;\n    }\n\n    .header-text {\n        margin-bottom: 25px;\n        font-size: 1.4rem;\n        color: #666;\n        letter-spacing: 2px;\n        text-align: center;\n    }\n\n    .card-wrapper {\n        width: 90%;\n        max-width: 450px;\n        perspective: 1000px;\n    }\n\n    .card-box {\n        position: relative;\n        background: var(--card-bg);\n        border-radius: 15px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        padding: 40px 30px;\n        min-height: 450px;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        transition: transform 0.6s;\n        cursor: pointer;\n        border: 1px solid #EAEAEA;\n    }\n\n    .envelope-cover {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        width: 100%;\n        height: 100%;\n    }\n\n    .envelope-icon {\n        font-size: 90px;\n        color: var(--accent-color);\n        margin-bottom: 20px;\n        animation: float 3s ease-in-out infinite;\n    }\n\n    .tap-hint {\n        font-size: 1.1rem;\n        color: #999;\n        margin-top: 10px;\n        animation: pulse 2s infinite;\n    }\n\n    .message-content {\n        display: none;\n        flex-direction: column;\n        align-items: center;\n        width: 100%;\n        animation: fadeIn 1s ease;\n        text-align: center;\n    }\n\n    \/* \u5b57\u9ad4\u653e\u5927\u8a2d\u5b9a *\/\n    .verse-text {\n        font-size: 1.8rem;\n        line-height: 1.6;\n        font-weight: 700;\n        color: #333333;\n        margin-bottom: 20px;\n        text-align: justify;\n    }\n\n    .verse-ref {\n        font-size: 1.1rem;\n        font-weight: bold;\n        color: var(--accent-color);\n        margin-bottom: 35px;\n        font-style: normal;\n        align-self: flex-end;\n        width: 100%;\n        text-align: right;\n    }\n\n    .separator {\n        width: 60px;\n        height: 3px;\n        background-color: #EEE;\n        margin-bottom: 25px;\n    }\n\n    .god-msg {\n        font-size: 1.3rem;\n        color: #555555;\n        line-height: 1.6;\n        font-weight: 400;\n    }\n\n    .action-area {\n        margin-top: 30px;\n        display: none;\n        gap: 15px;\n    }\n\n    .btn {\n        padding: 14px 30px;\n        border-radius: 50px;\n        border: none;\n        font-family: 'Noto Serif TC', serif;\n        font-size: 1.1rem;\n        cursor: pointer;\n        transition: all 0.3s;\n    }\n\n    .btn-primary {\n        background-color: var(--accent-color);\n        color: white;\n        box-shadow: 0 4px 15px rgba(212, 163, 115, 0.4);\n    }\n\n    .btn-primary:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 6px 20px rgba(212, 163, 115, 0.6);\n    }\n\n    .card-footer {\n        margin-top: 25px;\n        font-size: 0.9rem;\n        color: #CCC;\n        text-align: center;\n    }\n\n    @keyframes float {\n        0% { transform: translateY(0px); }\n        50% { transform: translateY(-10px); }\n        100% { transform: translateY(0px); }\n    }\n    @keyframes pulse {\n        0% { opacity: 0.6; }\n        50% { opacity: 1; }\n        100% { opacity: 0.6; }\n    }\n    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(10px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n<\/style>\n\n<div class=\"daily-verse-container\">\n    <div class=\"header-text\">\u4eca\u65e5\uff0c\u5929\u7236\u60f3\u5c0d\u4f60\u8aaa&#8230;<\/div>\n\n    <div class=\"card-wrapper\">\n        <div class=\"card-box\" id=\"card\" onclick=\"openLetter()\">\n            \n            <div class=\"envelope-cover\" id=\"cover\">\n                <div class=\"envelope-icon\">\u2709\ufe0f<\/div>\n                <div class=\"tap-hint\">\u9ede\u64ca\u62c6\u958b\u4fe1\u4ef6<\/div>\n            <\/div>\n\n            <div class=\"message-content\" id=\"message\">\n                <div class=\"verse-text\" id=\"verseText\"><\/div>\n                <div class=\"verse-ref\" id=\"verseRef\"><\/div>\n                <div class=\"separator\"><\/div>\n                <div class=\"god-msg\" id=\"noteText\"><\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"action-area\" id=\"actions\">\n            <button class=\"btn btn-primary\" onclick=\"resetLetter()\">\u518d\u62bd\u4e00\u5f35<\/button>\n        <\/div>\n    <\/div>\n\n    <div class=\"card-footer\">Powered by Meiling412.com<\/div>\n<\/div>\n\n<script>\n    \/\/ \u5b8c\u6574 50 \u53e5\u7d93\u6587\u8cc7\u6599\u5eab\n    const bibleData = [\n        \/\/ \u5b89\u6170\u8207\u5e73\u5b89\n        { verse: \"\u4f60\u4e0d\u8981\u5bb3\u6015\uff0c\u56e0\u70ba\u6211\u8207\u4f60\u540c\u5728\uff1b\u4e0d\u8981\u9a5a\u60f6\uff0c\u56e0\u70ba\u6211\u662f\u4f60\u7684\u795e\u3002\u6211\u5fc5\u5805\u56fa\u4f60\uff0c\u6211\u5fc5\u5e6b\u52a9\u4f60\u3002\", ref: \"\u4ee5\u8cfd\u4e9e\u66f8 41:10\", note: \"\u5b69\u5b50\uff0c\u5225\u88ab\u773c\u524d\u7684\u98a8\u6d6a\u5687\u5230\u4e86\uff0c\u6211\u7684\u624b\u6b63\u7dca\u7dca\u727d\u8457\u4f60\u3002\" },\n        { verse: \"\u61c9\u7576\u4e00\u7121\u639b\u616e\uff0c\u53ea\u8981\u51e1\u4e8b\u85c9\u8457\u79b1\u544a\u3001\u7948\u6c42\uff0c\u548c\u611f\u8b1d\uff0c\u5c07\u4f60\u5011\u6240\u8981\u7684\u544a\u8a34\u795e\u3002\", ref: \"\u8153\u7acb\u6bd4\u66f8 4:6\", note: \"\u628a\u90a3\u4e9b\u8b93\u4f60\u7761\u4e0d\u8457\u7684\u64d4\u6182\u90fd\u4ea4\u7d66\u6211\u5427\uff0c\u6211\u4f86\u70ba\u4f60\u627f\u64d4\u3002\" },\n        { verse: \"\u6211\u7559\u4e0b\u5e73\u5b89\u7d66\u4f60\u5011\uff1b\u6211\u5c07\u6211\u7684\u5e73\u5b89\u8cdc\u7d66\u4f60\u5011\u3002\u6211\u6240\u8cdc\u7684\uff0c\u4e0d\u50cf\u4e16\u4eba\u6240\u8cdc\u7684\u3002\", ref: \"\u7d04\u7ff0\u798f\u97f3 14:27\", note: \"\u6df1\u547c\u5438\uff0c\u611f\u53d7\u6211\u653e\u5728\u4f60\u5fc3\u88e1\u7684\u5e73\u975c\uff0c\u90a3\u662f\u4e16\u754c\u596a\u4e0d\u8d70\u7684\u3002\" },\n        { verse: \"\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\", ref: \"\u99ac\u592a\u798f\u97f3 11:28\", note: \"\u4f60\u5df2\u7d93\u5f88\u52aa\u529b\u4e86\uff0c\u73fe\u5728\uff0c\u5230\u6211\u61f7\u88e1\u4f11\u606f\u4e00\u4e0b\u5427\u3002\" },\n        { verse: \"\u4f60\u5011\u8981\u5c07\u4e00\u5207\u7684\u6182\u616e\u5378\u7d66\u795e\uff0c\u56e0\u70ba\u4ed6\u9867\u5ff5\u4f60\u5011\u3002\", ref: \"\u5f7c\u5f97\u524d\u66f8 5:7\", note: \"\u6211\u5f88\u5728\u4e4e\u4f60\u6bcf\u4e00\u500b\u7d30\u5fae\u7684\u611f\u53d7\uff0c\u5225\u4e00\u500b\u4eba\u625b\u8457\u3002\" },\n        { verse: \"\u795e\u662f\u6211\u5011\u7684\u907f\u96e3\u6240\uff0c\u662f\u6211\u5011\u7684\u529b\u91cf\uff0c\u662f\u6211\u5011\u5728\u60a3\u96e3\u4e2d\u96a8\u6642\u7684\u5e6b\u52a9\u3002\", ref: \"\u8a69\u7bc7 46:1\", note: \"\u7576\u4e16\u754c\u8b93\u4f60\u89ba\u5f97\u7121\u8655\u53ef\u8eb2\u6642\uff0c\u8a18\u5f97\u5f80\u6211\u9019\u88e1\u8dd1\u3002\" },\n        { verse: \"\u96d6\u6709\u5343\u4eba\u4ec6\u5012\u5728\u4f60\u65c1\u908a\uff0c\u842c\u4eba\u4ec6\u5012\u5728\u4f60\u53f3\u908a\uff0c\u9019\u707d\u537b\u4e0d\u5f97\u81e8\u8fd1\u4f60\u3002\", ref: \"\u8a69\u7bc7 91:7\", note: \"\u5728\u6df7\u4e82\u7684\u74b0\u5883\u4e2d\uff0c\u6211\u6703\u89aa\u81ea\u6210\u70ba\u4f60\u7684\u9632\u8b77\u76fe\u3002\" },\n        { verse: \"\u4e00\u5bbf\u96d6\u7136\u6709\u54ed\u6ce3\uff0c\u65e9\u6668\u4fbf\u5fc5\u6b61\u547c\u3002\", ref: \"\u8a69\u7bc7 30:5\", note: \"\u9ed1\u591c\u53ea\u662f\u66ab\u6642\u7684\uff0c\u76f8\u4fe1\u6211\uff0c\u9ece\u660e\u7684\u5149\u5df2\u7d93\u5728\u8def\u4e0a\u4e86\u3002\" },\n        \n        \/\/ \u4fe1\u5fc3\u8207\u76fc\u671b\n        { verse: \"\u8036\u548c\u83ef\u8aaa\uff1a\u6211\u77e5\u9053\u6211\u5411\u4f60\u5011\u6240\u61f7\u7684\u610f\u5ff5\u662f\u8cdc\u5e73\u5b89\u7684\u610f\u5ff5\uff0c\u4e0d\u662f\u964d\u707d\u798d\u7684\u610f\u5ff5\uff0c\u8981\u53eb\u4f60\u5011\u672b\u540e\u6709\u6307\u671b\u3002\", ref: \"\u8036\u5229\u7c73\u66f8 29:11\", note: \"\u6211\u5c0d\u4f60\u7684\u672a\u4f86\u5145\u6eff\u4e86\u7f8e\u597d\u7684\u8a08\u756b\uff0c\u8acb\u7e7c\u7e8c\u76f8\u4fe1\u6211\u3002\" },\n        { verse: \"\u842c\u4e8b\u90fd\u4e92\u76f8\u6548\u529b\uff0c\u53eb\u611b\u795e\u7684\u4eba\u5f97\u76ca\u8655\u3002\", ref: \"\u7f85\u99ac\u66f8 8:28\", note: \"\u5373\u4f7f\u73fe\u5728\u770b\u4e0d\u660e\u767d\uff0c\u4f46\u8acb\u76f8\u4fe1\uff0c\u9019\u4ef6\u4e8b\u6700\u5f8c\u6703\u8b8a\u6210\u5c0d\u4f60\u7684\u795d\u798f\u3002\" },\n        { verse: \"\u4fe1\u5c31\u662f\u6240\u671b\u4e4b\u4e8b\u7684\u5be6\u5e95\uff0c\u662f\u672a\u898b\u4e4b\u4e8b\u7684\u78ba\u64da\u3002\", ref: \"\u5e0c\u4f2f\u4f86\u66f8 11:1\", note: \"\u7528\u4fe1\u5fc3\u7684\u773c\u775b\u770b\uff0c\u4f60\u6703\u770b\u898b\u6211\u5df2\u7d93\u70ba\u4f60\u9810\u5099\u597d\u7684\u79ae\u7269\u3002\" },\n        { verse: \"\u5728\u4eba\u9019\u662f\u4e0d\u80fd\u7684\uff0c\u5728\u795e\u51e1\u4e8b\u90fd\u80fd\u3002\", ref: \"\u99ac\u592a\u798f\u97f3 19:26\", note: \"\u4f60\u770b\u898b\u7684\u662f\u76e1\u982d\uff0c\u6211\u770b\u898b\u7684\u662f\u795e\u8e5f\u7684\u8d77\u982d\u3002\" },\n        { verse: \"\u4f60\u82e5\u80fd\u4fe1\uff0c\u5728\u4fe1\u7684\u4eba\uff0c\u51e1\u4e8b\u90fd\u80fd\u3002\", ref: \"\u99ac\u53ef\u798f\u97f3 9:23\", note: \"\u5225\u9650\u5236\u6211\u4e5f\u5225\u9650\u5236\u4f60\u81ea\u5df1\uff0c\u4f60\u7684\u4fe1\u5fc3\u80fd\u958b\u555f\u7121\u9650\u53ef\u80fd\u3002\" },\n        { verse: \"\u6d41\u6dda\u6492\u7a2e\u7684\uff0c\u5fc5\u6b61\u547c\u6536\u5272\u3002\", ref: \"\u8a69\u7bc7 126:5\", note: \"\u4f60\u6240\u6d41\u7684\u6bcf\u4e00\u6ef4\u773c\u6dda\uff0c\u6211\u90fd\u5c07\u5b83\u6f86\u704c\u6210\u672a\u4f86\u7684\u795d\u798f\u3002\" },\n        { verse: \"\u8036\u548c\u83ef\u662f\u6211\u7684\u7267\u8005\uff0c\u6211\u5fc5\u4e0d\u81f4\u7f3a\u4e4f\u3002\", ref: \"\u8a69\u7bc7 23:1\", note: \"\u4f60\u4e0d\u9700\u8981\u70ba\u4e86\u660e\u5929\u6182\u616e\uff0c\u6211\u5df2\u7d93\u70ba\u4f60\u9810\u5099\u597d\u4e86\u4e00\u5207\u3002\" },\n\n        \/\/ \u611b\u8207\u63a5\u7d0d\n        { verse: \"\u6211\u4ee5\u6c38\u9060\u7684\u611b\u611b\u4f60\uff0c\u56e0\u6b64\u6211\u4ee5\u6148\u611b\u5438\u5f15\u4f60\u3002\", ref: \"\u8036\u5229\u7c73\u66f8 31:3\", note: \"\u5728\u9019\u500b\u8b8a\u52d5\u7684\u4e16\u754c\u88e1\uff0c\u6211\u5c0d\u4f60\u7684\u611b\u662f\u552f\u4e00\u4e0d\u8b8a\u7684\u627f\u8afe\u3002\" },\n        { verse: \"\u5a66\u4eba\u7109\u80fd\u5fd8\u8a18\u5979\u5403\u5976\u7684\u5b30\u5b69...\u5373\u6216\u6709\u5fd8\u8a18\u7684\uff0c\u6211\u537b\u4e0d\u5fd8\u8a18\u4f60\u3002\", ref: \"\u4ee5\u8cfd\u4e9e\u66f8 49:15\", note: \"\u4f60\u662f\u523b\u5728\u6211\u624b\u638c\u5fc3\u7684\u5bf6\u8c9d\uff0c\u6c92\u6709\u4eba\u80fd\u53d6\u4ee3\u4f60\u5728\u6211\u5fc3\u4e2d\u7684\u4f4d\u7f6e\u3002\" },\n        { verse: \"\u770b\u54ea\uff0c\u6211\u7ad9\u5728\u9580\u5916\u53e9\u9580\uff0c\u82e5\u6709\u807d\u898b\u6211\u8072\u97f3\u5c31\u958b\u9580\u7684\uff0c\u6211\u8981\u9032\u5230\u4ed6\u90a3\u88e1\u53bb\u3002\", ref: \"\u555f\u793a\u9304 3:20\", note: \"\u6211\u5c31\u5728\u4f60\u5fc3\u9580\u5916\uff0c\u53ea\u8981\u4f60\u9858\u610f\uff0c\u96a8\u6642\u90fd\u80fd\u9047\u898b\u6211\u3002\" },\n        { verse: \"\u6211\u5011\u611b\uff0c\u56e0\u70ba\u795e\u5148\u611b\u6211\u5011\u3002\", ref: \"\u7d04\u7ff0\u4e00\u66f8 4:19\", note: \"\u4f60\u4e0d\u9700\u8981\u52aa\u529b\u8b49\u660e\u81ea\u5df1\u503c\u5f97\u88ab\u611b\uff0c\u56e0\u70ba\u4f60\u672c\u8eab\u5c31\u662f\u611b\u3002\" },\n        { verse: \"\u58d3\u50b7\u7684\u8606\u8466\uff0c\u4ed6\u4e0d\u6298\u65b7\uff1b\u5c07\u6b98\u7684\u71c8\u706b\uff0c\u4ed6\u4e0d\u5439\u6ec5\u3002\", ref: \"\u4ee5\u8cfd\u4e9e\u66f8 42:3\", note: \"\u6211\u77e5\u9053\u4f60\u7d2f\u4e86\uff0c\u89ba\u5f97\u81ea\u5df1\u5f88\u8106\u5f31\u3002\u4f46\u6211\u6975\u5176\u73cd\u60dc\u4f60\uff0c\u6211\u6703\u6eab\u67d4\u5730\u4fee\u5fa9\u4f60\u3002\" },\n        \n        \/\/ \u6307\u5f15\u8207\u667a\u6167\n        { verse: \"\u4f60\u7684\u8a71\u662f\u6211\u8173\u524d\u7684\u71c8\uff0c\u662f\u6211\u8def\u4e0a\u7684\u5149\u3002\", ref: \"\u8a69\u7bc7 119:105\", note: \"\u4e0d\u8981\u64d4\u6182\u9060\u8655\u7684\u8def\uff0c\u53ea\u8981\u8ddf\u8457\u6211\u7684\u5149\uff0c\u8d70\u597d\u9019\u4e00\u6b65\u3002\" },\n        { verse: \"\u4f60\u8981\u5c08\u5fc3\u4ef0\u8cf4\u8036\u548c\u83ef\uff0c\u4e0d\u53ef\u501a\u9760\u81ea\u5df1\u7684\u8070\u660e\u3002\", ref: \"\u7bb4\u8a00 3:5\", note: \"\u653e\u4e0b\u4f60\u7dca\u6293\u7684\u63a7\u5236\u6b0a\uff0c\u8b93\u6211\u4f86\u5e36\u9818\u4f60\u6703\u66f4\u8f15\u9b06\u3002\" },\n        { verse: \"\u4eba\u5fc3\u7c4c\u7b97\u81ea\u5df1\u7684\u9053\u8def\uff1b\u60df\u8036\u548c\u83ef\u6307\u5f15\u4ed6\u7684\u8173\u6b65\u3002\", ref: \"\u7bb4\u8a00 16:9\", note: \"\u6216\u8a31\u8def\u7dda\u8ddf\u4f60\u60f3\u7684\u4e0d\u4e00\u6a23\uff0c\u4f46\u6211\u5e36\u4f60\u8d70\u7684\u4e00\u5b9a\u662f\u6377\u5f91\u3002\" },\n        { verse: \"\u4f60\u5011\u4e2d\u9593\u82e5\u6709\u7f3a\u5c11\u667a\u6167\u7684\uff0c\u61c9\u7576\u6c42\u90a3\u539a\u8cdc\u8207\u773e\u4eba...\u7684\u795e\u3002\", ref: \"\u96c5\u5404\u66f8 1:5\", note: \"\u9047\u5230\u96e3\u984c\u4e86\u55ce\uff1f\u554f\u6211\u5427\uff0c\u6211\u96a8\u6642\u6e96\u5099\u597d\u7d66\u4f60\u7b54\u6848\u3002\" },\n        { verse: \"\u4f60\u5011\u89aa\u8fd1\u795e\uff0c\u795e\u5c31\u5fc5\u89aa\u8fd1\u4f60\u5011\u3002\", ref: \"\u96c5\u5404\u66f8 4:8\", note: \"\u53ea\u8981\u4f60\u8f49\u5411\u6211\uff0c\u4f60\u6703\u767c\u73fe\u6211\u4e00\u76f4\u90fd\u5728\u9019\u88e1\u7b49\u4f60\u3002\" },\n\n        \/\/ \u529b\u91cf\u8207\u52c7\u6c23\n        { verse: \"\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\", ref: \"\u54e5\u6797\u591a\u5f8c\u66f8 12:9\", note: \"\u4e0d\u9700\u8981\u901e\u5f37\uff0c\u7576\u4f60\u627f\u8a8d\u8edf\u5f31\u6642\uff0c\u6b63\u662f\u6211\u80fd\u529b\u4ecb\u5165\u7684\u6642\u5019\u3002\" },\n        { verse: \"\u9760\u8457\u90a3\u52a0\u7d66\u6211\u529b\u91cf\u7684\uff0c\u6211\u51e1\u4e8b\u90fd\u80fd\u505a\u3002\", ref: \"\u8153\u7acb\u6bd4\u66f8 4:13\", note: \"\u4f60\u7684\u6975\u9650\u4e0d\u662f\u7d42\u9ede\uff0c\u800c\u662f\u4f9d\u9760\u6211\u8d77\u98db\u7684\u8d77\u9ede\u3002\" },\n        { verse: \"\u5c11\u5e74\u4eba\u4e5f\u8981\u75b2\u4e4f\u56f0\u5026...\u4f46\u90a3\u7b49\u5019\u8036\u548c\u83ef\u7684\u5fc5\u5f9e\u65b0\u5f97\u529b\u3002\", ref: \"\u4ee5\u8cfd\u4e9e\u66f8 40:30-31\", note: \"\u505c\u4e0b\u4f86\u7b49\u5019\u6211\u4e0d\u662f\u6d6a\u8cbb\u6642\u9593\uff0c\u662f\u70ba\u4e86\u8b93\u4f60\u98db\u5f97\u66f4\u9ad8\u3002\" },\n        { verse: \"\u4f60\u5011\u7576\u525b\u5f37\u58ef\u81bd\uff0c\u4e0d\u8981\u5bb3\u6015\uff0c\u4e5f\u4e0d\u8981\u754f\u61fc\u4ed6\u5011\u3002\", ref: \"\u7533\u547d\u8a18 31:6\", note: \"\u62ac\u8d77\u982d\u4f86\uff01\u6709\u6211\u5728\u4f60\u8eab\u908a\uff0c\u4f60\u6bd4\u4f60\u81ea\u5df1\u60f3\u50cf\u7684\u66f4\u5f37\u5927\u3002\" },\n        { verse: \"\u559c\u6a02\u7684\u5fc3\u4e43\u662f\u826f\u85e5\uff1b\u6182\u50b7\u7684\u9748\u4f7f\u9aa8\u982d\u67af\u4e7e\u3002\", ref: \"\u7bb4\u8a00 17:22\", note: \"\u5b69\u5b50\uff0c\u7b11\u4e00\u500b\u5427\uff01\u6211\u7684\u559c\u6a02\u662f\u4f60\u4eca\u5929\u7684\u529b\u91cf\u3002\" },\n\n        \/\/ \u66f4\u591a\u7cbe\u9078\u7d93\u6587\n        { verse: \"\u611b\u662f\u6046\u4e45\u5fcd\u8010\uff0c\u53c8\u6709\u6069\u6148\u3002\", ref: \"\u54e5\u6797\u591a\u524d\u66f8 13:4\", note: \"\u5c0d\u81ea\u5df1\u591a\u4e00\u9ede\u8010\u5fc3\uff0c\u4e5f\u5c0d\u8eab\u908a\u7684\u4eba\u591a\u4e00\u9ede\u6eab\u67d4\u3002\" },\n        { verse: \"\u81f3\u65bc\u6211\u548c\u6211\u5bb6\uff0c\u6211\u5011\u5fc5\u5b9a\u4e8b\u5949\u8036\u548c\u83ef\u3002\", ref: \"\u7d04\u66f8\u4e9e\u8a18 24:15\", note: \"\u6211\u770b\u898b\u4f60\u5c0d\u5bb6\u4eba\u7684\u611b\u8207\u64fa\u4e0a\uff0c\u6211\u4e5f\u5fc5\u89aa\u81ea\u770b\u9867\u4f60\u7684\u5bb6\u3002\" },\n        { verse: \"\u82e5\u6709\u4eba\u5728\u57fa\u7763\u88e1\uff0c\u4ed6\u5c31\u662f\u65b0\u9020\u7684\u4eba\uff0c\u820a\u4e8b\u5df2\u904e\uff0c\u90fd\u8b8a\u6210\u65b0\u7684\u4e86\u3002\", ref: \"\u54e5\u6797\u591a\u5f8c\u66f8 5:17\", note: \"\u5225\u88ab\u904e\u53bb\u7684\u5931\u8aa4\u5b9a\u7fa9\u4f60\uff0c\u6bcf\u4e00\u5929\u4f60\u90fd\u662f\u5168\u65b0\u7684\u3002\" },\n        { verse: \"\u52d9\u8981\u8b39\u5b88\uff0c\u8b66\u9192\u3002\u56e0\u70ba\u4f60\u5011\u7684\u4ec7\u6575\u9b54\u9b3c\uff0c\u5982\u540c\u543c\u53eb\u7684\u7345\u5b50\uff0c\u904d\u5730\u904a\u884c\uff0c\u5c0b\u627e\u53ef\u541e\u5403\u7684\u4eba\u3002\", ref: \"\u5f7c\u5f97\u524d\u66f8 5:8\", note: \"\u6642\u523b\u4fdd\u6301\u6e05\u9192\uff0c\u4f46\u6211\u5df2\u8cdc\u7d66\u4f60\u5f97\u52dd\u7684\u6b0a\u67c4\u3002\" },\n        { verse: \"\u61c9\u7576\u6b61\u559c\u5feb\u6a02\uff0c\u56e0\u70ba\u4f60\u5011\u5728\u5929\u4e0a\u7684\u8cde\u8cdc\u662f\u5927\u7684\u3002\", ref: \"\u99ac\u592a\u798f\u97f3 5:12\", note: \"\u4f60\u9ed8\u9ed8\u505a\u7684\u90a3\u4e9b\u5584\u4e8b\uff0c\u6211\u90fd\u8a18\u5728\u5fc3\u88e1\u4e86\u3002\" },\n        { verse: \"\u4e0d\u4f46\u5982\u6b64\uff0c\u5c31\u662f\u5728\u60a3\u96e3\u4e2d\u4e5f\u662f\u6b61\u6b61\u559c\u559c\u7684\uff1b\u56e0\u70ba\u77e5\u9053\u60a3\u96e3\u751f\u5fcd\u8010\u3002\", ref: \"\u7f85\u99ac\u66f8 5:3\", note: \"\u73fe\u5728\u7684\u56f0\u96e3\u662f\u5728\u935b\u934a\u4f60\u7684\u5c6c\u9748\u808c\u8089\uff0c\u4f60\u6703\u8d8a\u4f86\u8d8a\u5f37\u58ef\u3002\" },\n        { verse: \"\u5fcd\u8010\u751f\u8001\u7df4\uff0c\u8001\u7df4\u751f\u76fc\u671b\u3002\", ref: \"\u7f85\u99ac\u66f8 5:4\", note: \"\u5805\u6301\u4e0b\u53bb\uff0c\u4f60\u6b63\u5728\u901a\u5f80\u7f8e\u597d\u7684\u8def\u4e0a\u3002\" },\n        { verse: \"\u76fc\u671b\u4e0d\u81f3\u65bc\u7f9e\u6065\uff0c\u56e0\u70ba\u6240\u8cdc\u7d66\u6211\u5011\u7684\u8056\u9748\u5c07\u795e\u7684\u611b\u6f86\u704c\u5728\u6211\u5011\u5fc3\u88e1\u3002\", ref: \"\u7f85\u99ac\u66f8 5:5\", note: \"\u4f60\u7684\u7b49\u5f85\u7d55\u4e0d\u6703\u843d\u7a7a\uff0c\u6211\u5fc5\u56de\u61c9\u4f60\u7684\u4fe1\u5fc3\u3002\" },\n        { verse: \"\u4f60\u5011\u662f\u4e16\u4e0a\u7684\u5149\u3002\u57ce\u9020\u5728\u5c71\u4e0a\u662f\u4e0d\u80fd\u96b1\u85cf\u7684\u3002\", ref: \"\u99ac\u592a\u798f\u97f3 5:14\", note: \"\u4e0d\u8981\u96b1\u85cf\u4f60\u7684\u5149\u8292\uff0c\u9019\u4e16\u754c\u9700\u8981\u4f60\u7368\u7279\u7684\u6eab\u6696\u3002\" },\n        { verse: \"\u795e\u611b\u4e16\u4eba\uff0c\u751a\u81f3\u5c07\u4ed6\u7684\u7368\u751f\u5b50\u8cdc\u7d66\u4ed6\u5011\uff0c\u53eb\u4e00\u5207\u4fe1\u4ed6\u7684\uff0c\u4e0d\u81f3\u6ec5\u4ea1\uff0c\u53cd\u5f97\u6c38\u751f\u3002\", ref: \"\u7d04\u7ff0\u798f\u97f3 3:16\", note: \"\u9019\u662f\u6211\u5c0d\u4f60\u6700\u6975\u81f4\u7684\u611b\uff0c\u4f60\u662f\u6211\u7528\u91cd\u50f9\u8cb7\u8d16\u56de\u4f86\u7684\u3002\" },\n        { verse: \"\u51e1\u4e8b\u5305\u5bb9\uff0c\u51e1\u4e8b\u76f8\u4fe1\uff0c\u51e1\u4e8b\u76fc\u671b\uff0c\u51e1\u4e8b\u5fcd\u8010\u3002\", ref: \"\u54e5\u6797\u591a\u524d\u66f8 13:7\", note: \"\u611b\u662f\u6c38\u4e0d\u6b62\u606f\uff0c\u8b93\u611b\u6210\u70ba\u4f60\u4eca\u5929\u505a\u6c7a\u5b9a\u7684\u6a19\u6e96\u3002\" },\n        { verse: \"\u4e3b\u7684\u9748\u5728\u54ea\u88e1\uff0c\u90a3\u88e1\u5c31\u5f97\u4ee5\u81ea\u7531\u3002\", ref: \"\u54e5\u6797\u591a\u5f8c\u66f8 3:17\", note: \"\u653e\u4e0b\u90a3\u4e9b\u675f\u7e1b\u4f60\u7684\u898f\u689d\uff0c\u5728\u6211\u7684\u611b\u88e1\u4eab\u53d7\u771f\u6b63\u7684\u81ea\u7531\u3002\" },\n        { verse: \"\u8981\u5e38\u5e38\u559c\u6a02\uff0c\u4e0d\u4f4f\u7684\u79b1\u544a\uff0c\u51e1\u4e8b\u8b1d\u6069\u3002\", ref: \"\u5e16\u6492\u7f85\u5c3c\u8fe6\u524d\u66f8 5:16-18\", note: \"\u611f\u6069\u7684\u614b\u5ea6\uff0c\u6703\u70ba\u4f60\u6253\u958b\u5929\u4e0a\u7684\u7a97\u6236\u3002\" },\n        { verse: \"\u4eba\u82e5\u8cfa\u5f97\u5168\u4e16\u754c\uff0c\u8ce0\u4e0a\u81ea\u5df1\u7684\u751f\u547d\uff0c\u6709\u4ec0\u9ebc\u76ca\u8655\u5462\uff1f\", ref: \"\u99ac\u592a\u798f\u97f3 16:26\", note: \"\u8a18\u5f97\uff0c\u4f60\u9748\u9b42\u7684\u5065\u5eb7\u6bd4\u4e16\u4e0a\u4efb\u4f55\u6210\u5c31\u90fd\u91cd\u8981\u3002\" },\n        { verse: \"\u4f60\u5011\u5f97\u6551\u662f\u672c\u4e4e\u6069\uff0c\u4e5f\u56e0\u8457\u4fe1\uff1b\u9019\u4e26\u4e0d\u662f\u51fa\u65bc\u81ea\u5df1\uff0c\u4e43\u662f\u795e\u6240\u8cdc\u7684\u3002\", ref: \"\u4ee5\u5f17\u6240\u66f8 2:8\", note: \"\u653e\u8f15\u9b06\uff0c\u6551\u6069\u662f\u79ae\u7269\uff0c\u4e0d\u662f\u4f60\u8cfa\u4f86\u7684\u5de5\u8cc7\u3002\" },\n        { verse: \"\u76dc\u8cca\u4f86\uff0c\u7121\u975e\u8981\u5077\u7aca\uff0c\u6bba\u5bb3\uff0c\u6bc0\u58de\uff1b\u6211\u4f86\u4e86\uff0c\u662f\u8981\u53eb\u7f8a\u5f97\u751f\u547d\uff0c\u4e26\u4e14\u5f97\u7684\u66f4\u8c50\u76db\u3002\", ref: \"\u7d04\u7ff0\u798f\u97f3 10:10\", note: \"\u6211\u8981\u7d66\u4f60\u7684\u4e0d\u53ea\u662f\u751f\u5b58\uff0c\u800c\u662f\u8c50\u76db\u7cbe\u5f69\u7684\u751f\u547d\u3002\" },\n        { verse: \"\u6211\u5fc3\u88e1\u67d4\u548c\u8b19\u5351\uff0c\u4f60\u5011\u7576\u8ca0\u6211\u7684\u8edb\uff0c\u5b78\u6211\u7684\u6a23\u5f0f\u3002\", ref: \"\u99ac\u592a\u798f\u97f3 11:29\", note: \"\u50cf\u6211\u4e00\u6a23\u6eab\u67d4\u5730\u9762\u5c0d\u4e16\u754c\uff0c\u4f60\u6703\u767c\u73fe\u65e5\u5b50\u8f15\u7701\u8a31\u591a\u3002\" },\n        { verse: \"\u4f60\u7684\u8ca1\u5bf6\u5728\u54ea\u88e1\uff0c\u4f60\u7684\u5fc3\u4e5f\u5728\u90a3\u88e1\u3002\", ref: \"\u99ac\u592a\u798f\u97f3 6:21\", note: \"\u6295\u8cc7\u6c38\u6046\u7684\u50f9\u503c\uff0c\u90a3\u662f\u8ab0\u4e5f\u6436\u4e0d\u8d70\u7684\u8ca1\u5bcc\u3002\" },\n        { verse: \"\u90a3\u7f8e\u597d\u7684\u4ed7\u6211\u5df2\u7d93\u6253\u904e\u4e86\uff0c\u7576\u8dd1\u7684\u8def\u6211\u5df2\u7d93\u8dd1\u76e1\u4e86\uff0c\u6240\u4fe1\u7684\u9053\u6211\u5df2\u7d93\u5b88\u4f4f\u4e86\u3002\", ref: \"\u63d0\u6469\u592a\u5f8c\u66f8 4:7\", note: \"\u6211\u770b\u898b\u4f60\u7684\u5805\u6301\u8207\u52aa\u529b\uff0c\u597d\u5b69\u5b50\uff0c\u6211\u70ba\u4f60\u611f\u5230\u9a55\u50b2\u3002\" },\n        { verse: \"\u9858\u8036\u548c\u83ef\u8cdc\u798f\u7d66\u4f60\uff0c\u4fdd\u8b77\u4f60\u3002\", ref: \"\u6c11\u6578\u8a18 6:24\", note: \"\u9019\u662f\u6211\u5c0d\u4f60\u6c38\u6046\u7684\u795d\u798f\uff0c\u9858\u4f60\u51fa\u5165\u5e73\u5b89\u3002\" }\n    ];\n\n    let isOpened = false;\n\n    function openLetter() {\n        if (isOpened) return;\n        const randomItem = bibleData[Math.floor(Math.random() * bibleData.length)];\n        document.getElementById('verseText').innerText = randomItem.verse;\n        document.getElementById('verseRef').innerText = randomItem.ref;\n        document.getElementById('noteText').innerText = randomItem.note;\n        document.getElementById('cover').style.display = 'none';\n        document.getElementById('message').style.display = 'flex';\n        document.getElementById('actions').style.display = 'flex';\n        isOpened = true;\n        document.getElementById('card').style.cursor = 'default';\n    }\n\n    function resetLetter() {\n        isOpened = false;\n        document.getElementById('message').style.display = 'none';\n        document.getElementById('actions').style.display = 'none';\n        document.getElementById('cover').style.display = 'flex';\n        document.getElementById('card').style.cursor = 'pointer';\n    }\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\u4eca\u65e5\uff0c\u5929\u7236\u60f3\u5c0d\u4f60\u8aaa&#8230; \u2709\ufe0f \u9ede\u64ca\u62c6\u958b\u4fe1\u4ef6 \u518d\u62bd\u4e00\u5f35 Powered by Meiling412.c [&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-5835","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\/zh\/author\/lin576688103gmail-com\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"\u4eca\u65e5\uff0c\u5929\u7236\u60f3\u5c0d\u4f60\u8aaa&#8230; \u2709\ufe0f \u9ede\u64ca\u62c6\u958b\u4fe1\u4ef6 \u518d\u62bd\u4e00\u5f35 Powered by Meiling412.c&hellip;","_links":{"self":[{"href":"https:\/\/meiling412.com\/zh\/wp-json\/wp\/v2\/pages\/5835","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meiling412.com\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/meiling412.com\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/meiling412.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/meiling412.com\/zh\/wp-json\/wp\/v2\/comments?post=5835"}],"version-history":[{"count":3,"href":"https:\/\/meiling412.com\/zh\/wp-json\/wp\/v2\/pages\/5835\/revisions"}],"predecessor-version":[{"id":5840,"href":"https:\/\/meiling412.com\/zh\/wp-json\/wp\/v2\/pages\/5835\/revisions\/5840"}],"wp:attachment":[{"href":"https:\/\/meiling412.com\/zh\/wp-json\/wp\/v2\/media?parent=5835"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}