Discover
天天赞美神
311 Episodes
Reverse
箴言 19:11 人有见识就不轻易发怒; 宽恕人的过失便是自己的荣耀。阿们 天父,谢谢你让我们知道,别人因为我们发怒只想要远离我们,而且我们对他们生活的指导也不对,这不是出于你,而是出于自己的血气,求你帮助我们成为有见识的人,明白你创造的弟兄姐妹是多样的,让我们能够尊重他们的经历,不要轻易发言,轻易动怒,即便因为他们自己的过错远离你的恩典,我们也要用温柔的心挽回,劝勉他们一心一意地信靠你、依赖你。 天父,求你的话语每日引导我们,使我们行在正确的道路上,不致迷失方向,求你的恩典伴随我们,帮助我们做一个温柔的人,可以宽恕人的过失的人,阿们! .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/311 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
感谢我的救主 谢谢祢救赎我 救我脱离那灰暗日子 哈利路亚 阿们 哈利路亚 阿们 爱我的救主 我要永远跟随祢 若不是祢的爱 临到我里面 我深知 我还活在罪恶中 因着祢的爱 改变我的心 我重新得着生命力量 .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/310 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
你是我的藏身之处 保佑我脱离苦难 以得救的乐歌四面 四面环绕我 依靠耶和华的人 心里欢喜快乐 必有慈爱四面环绕 环绕我 求你使我们早早饱得 饱得你的慈爱 好叫我们一生一世 欢呼喜乐 求你照着你使我们 受苦的日子 和我们遭难的年岁 叫我们喜乐 .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/309 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
哥林多后书 4:16-18 所以,我们不丧胆。外体虽然毁坏,内心却一天新似一天。我们这至暂至轻的苦楚,要为我们成就极重无比、永远的荣耀。原来我们不是顾念所见的,乃是顾念所不见的;因为所见的是暂时的,所不见的是永远的。阿们 慈爱的天父,感谢你在我们所行的道路上陪伴我们,无论我们有多么忙碌,求你帮助我们,不要忘记来到你的面前,求你的话语再次安慰和坚固我们,好让我们可以带着充满的恩典和宽阔的心生活。 主啊,求你怜悯如此软弱的我们,我们知道你要赐给我们的人生,并非是被现实所困住的人生,而是可以超越现实,定睛仰望天的生活。求你今天帮助我们,安静我们的心,把我们的难处一个个向你去交托,求你帮助我们轻看暂时的苦楚,带着轻松有余的心去面对现实的环境,阿们! .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/308 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
充满真理的圣灵啊 求你来 求你震动这地 求你来 洁净一切罪恶污秽 不至倒塌我们的信心 充满恩典的圣灵啊 求你来 求你破天而降 使圣洁火焰从天而降下 熊熊燃烧在我主荣耀名之上 复兴的火继续燃烧吧 真理的话语 愿你来更新这地 恩典的江河永流不息吧 愿圣灵的气息丰丰富富遍全地 愿主赐下穿洁白衣的百姓 全为主圣名荣耀而兴起 愿主治理这地 并迈步前进 共盼圣洁荣耀的那日 .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/307 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
Verse 1 我本是宇宙中 渺小的尘埃 我本来不明白 祢对我的爱 我本来觉得 一切都是应该 直到遇见祢 我才懂得爱 Verse 2 祢的爱 从我出生就一直在 回头才 发现祢一直都在 才明白 没有人比祢更爱我 而我却 兜兜转转不知回来 Chorus 祢的爱 从亘古直到万代 祢等待 祢的孩子回来 才明白 没有人比祢更爱我 而我却 一次又一次地将祢推开 我要回来 抓紧祢的爱 Bridge 祢的爱 越过高山深似海 何时才 卸下重担 倚偎在祢的胸怀 .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/306 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
诗篇 78:72 于是,他按心中的纯正牧养他们, 用手中的巧妙引导他们。阿们 慈悲怜悯的天父,我们相信你一直在带领着你的儿女们,你的眼目在我们身上,我们的每一个心思意念、动作存留,你都在关注着。求主让我们明白我们在你眼中何等宝贵,我们知道你一对一的看顾我们,每个灵魂在你那里都有着无法估量的价值。 主啊,你说你按照心中的纯正来牧养我们,用手中的巧妙来引导我们,只要我们心中有一点点向往你的心,你就会用你信实的膀臂环抱我们、挽回我们。我们今天就向你呼求,带领我们走正直的道路,并且用你的奇妙来化解我们手中的难题,用你的奇妙来引导我们走出困境,迎来新的亮光,阿们! .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/305 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
感谢耶稣 为我受死 感谢耶稣 为我付上代价 因你受刑罚 我得平安 因你受鞭伤 我得医治 因你十架上怜悯和恩典 救赎我 赐我更新的生命 因你爱我 直到永远不更改 挪去我重担 是我的依靠 .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/304 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
像枯枝期待春天 像旱地期待雨露 我的心也渴慕你的临近 像倦鸟期待窝巢 像幼儿期待怀抱 我的心也恋慕你的同在 哦----- 你的踪迹何其难寻 你的心意何其难测 你却乐意侧耳倾听 乐意向我回应 真实的爱向我表明 啊----- 像枯枝经历春天 像旱地经历雨露 我的心因你深深满足 像倦鸟找到窝巢 像幼儿找到怀抱 我的心有你深深依靠 .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/303 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
彼得前书 1:3-4 愿颂赞归与我们主耶稣基督的父 神!他曾照自己的大怜悯,藉耶稣基督从死里复活,重生了我们,叫我们有活泼的盼望,可以得着不能朽坏、不能玷污、不能衰残、为你们存留在天上的基业。阿们 愿我们常将感谢归给我们在天上荣耀的父神,让我们在身处艰难的时候,不是被眼前的痛苦抓住,而是转眼仰望复活的主,相信神的掌管和慈爱,主的复活已经将死的痛苦解释了,在基督里没有黑暗,没有绝望,你所赐给我们的平安能够超越死亡的阴霾,我们在你里面的指望是确实的。 求主除去我们内心的困苦、压力和挫败感,能够数算今天神赐给我们的恩典,带着期待的心进入梦乡,愿我们的灵魂和身体都能得到安息,阿们! .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/302 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
每到这个时候 想起当年的事情 好像一个钉痕 在生命中 叫我无法忘记 无法忘记你 在我生命中 留下的印记 钉痕手 医治我 抚平最深的伤痛 钉痕手 安慰我 不再害怕不再忧 钉痕手 释放我 脱離黑暗入光明 钉痕手 每一天 扶持我 .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/301 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
你总是用深情的眼光注视着我 我的一举一动牵引你的心 但我却时不时的假装看不见 过去的伤痛不断在提醒着我 没有什么会是永恒 付出过后换来的尽都 是虚空 你总是默默在一旁守候 高山低谷你总是与我同行 为我擦干流出的眼泪(为我擦干眼泪) 疲乏软弱时你总是赐我力量 孤独迷茫时你总是给我方向 融化我医治我安慰我(你何等爱我) 谢谢你给我的爱 给我永恒不变的爱 投入你的怀抱从此与你 再也不要分开 .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/300 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
马太福音 7:12 所以,无论何事,你们愿意人怎样待你们,你们也要怎样待人,因为这就是律法和先知的道理。”阿们 天父,你总是慷慨地对待我们,照顾我们的所需,甚至把独生爱子的性命赐给我们,你也怜悯我们里面的软弱,愿意用恩典来宽恕我们的过犯,一次次带领我们回转。祈求你,引导我们也这样慷慨和怜悯的心对待别人,因为他们也是你的儿女,是宝贵的神的形象。 求主带领我们明白爱人如己的道理,就是用自己愿意被对待的方式去对待身边的人,求你除去我们里面血气枯干的样子,让我们学会如何用你的爱彼此相爱、彼此宽容。天父,愿我们可以学会感同身受,活出彼此体恤的爱的样子,让我们的生活可以蒙你的喜悦,阿们! .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/299 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
弟兄和睦同居 何等的善 何等的美 如同贵重的膏油浇在亚伦头上 流到他胡须 又流到衣襟 如同黑门的甘露降在锡安山岭 在那里神应许永远生命 .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/298 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
感谢天父 虽然我渺小似尘埃 但在祂眼中是何等尊贵的存在 亘古以来直到现在父神丰盛的慈爱 高过众山也深过汪洋大海 感谢天父 给我机会让我明白祂的爱 原来祂一直在默默等待 如今我立志在祂面前俯伏敬拜 也要让更多灵魂回归主怀 虽然我时常经历失败 心里有很多痛却无人告白 但我要将我的心时常向神敞开 多结果实为主活得精彩 有时候也会受到伤害 尽力想饶恕却无法忍耐 神的爱将软弱的我重新扶持起来 多结果实为主活得精彩 神的爱永远不曾更改 这世上的一切都无可替代 每一天我都在被神的慈爱灌溉 多结果实为主活得精彩 多结果实为主活得精彩 .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/297 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
箴言 10:22 耶和华所赐的福使人富足, 并不加上忧虑。阿们 主啊,求你今天藉着话语赐给我们真实的安慰和盼望,你说你所赐的福是叫人富足的,并不加上忧虑,看现实的话,我们多么容易忧虑呢?我们担心太多事情,反而越深的陷入到愁烦和压力当中。主啊,这一切是因为我们把自己、把现实的情况看得太大 太重了,我们忘记把这些交托在你里面,如果我们的生命完全属于你,我们会明白,你会亲自托住我们。 主啊,求你改变我们的想法,记住你会保守我们生活的各个方面,让我们不要惧怕,无论在何时何地,你都与我们同在。求你让我们一无挂虑,因为我们的生命不属于自己,而是完完全全在你的手中,阿们! .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/296 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
1.何等恩友慈仁救主 负我罪孽担我忧 何等权力能将万事 来到耶稣座前求 多少平安我们坐失 多少痛苦冤枉受 都是因为未将万事 带到耶稣座前求 2.我们有无试探引诱 有无难过苦关头 决不应当因此灰心 仍当到主座前求 何处能寻这般良友 同尝一切苦与愁 我们弱点主都知道 放心到主座前求 3.我们是否软弱多愁 千斤重担压肩头 主仍做我避难处所 奔向耶稣座前求 你若真逢友叛亲离 好向耶稣座前求 到祂怀中祂必保护 有祂安慰便无忧 .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/295 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
独自走在彷徨的路上, 好像迷途中的羔羊, 努力穿越苍茫却寻不到方向, 多么渴望有人能够 能够陪在我的身旁, 依偎在他温暖的胸膛; 曾经彼此许下的诺言, 说好风里雨里不放手, 就算沧海桑田也要相爱相守, 为何现在要离开我 离开我高飞远走? 为何狂风暴雨里让我一人承受? 美丽誓言如江水东流, 世间缠缠绵绵早已看透, 当我调转脚步,回到天父的面前, 才知恩主耶稣最疼爱我; 主啊,你的爱情如死之坚强, 主啊,你的恩典不会改变, 伴我跨越万水千山,领我一路向前, 生命旅程相爱相随到永远。 .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/294 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
约翰福音 17:15-17 我不求你叫他们离开世界,只求你保守他们脱离那恶者(或译:脱离罪恶)。他们不属世界,正如我不属世界一样。求你用真理使他们成圣;你的道就是真理。阿们 主啊,我们在这个世界生活面临很多罪的诱惑,也有很多从撒旦而来的攻击,魔鬼总是想让我们放弃信仰,离开神。主啊,你知道我们的挣扎,但你并没有让我们回避从这个世界而来的逼迫和恨恶,而是应许会保守我们脱离恶者。 主啊,求你帮助我们在面临艰难和患难时不陷入到罪恶中,而是相信你的爱,向你呼救,主啊,让我们努力的亲近你,昼夜默想你的话语,我们越是明白你的话语,越能分辨圣灵的工作和魔鬼的工作,我们的生活也会变得不一样,求你用真理使我们成圣,让我们成为这个世上的光和盐,活出基督荣耀的见证,阿们 .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/293 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }
我虽如此渺小 你却看为至宝 我虽软弱无力 你却不离不弃 为我受尽羞辱 把我从罪中救赎 你为我死我为你而活 你的慈爱诉说不完 你的恩典永在我心间 激励着我勇敢向前 哪怕前面的路多艰难 你的慈爱述说不完 你的恩典永在我心间 我愿踏上这侍奉的路 将福音传遍世间 .podcast-share { margin: 1rem 0; text-align: center; position: relative; } .podcast-share button { padding: 8px 20px; border: none; border-radius: 20px; background: #83afed; color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; } .podcast-desc { max-width: 500px; margin: 1rem auto; padding: 12px 14px; line-height: 1.6; font-size: 14px; text-align: left; border-radius: 10px; /* 亮模式样式 */ background: #f8f9fa; border: 1px dashed #ccc; color: #333; } .podcast-desc a { word-break: break-all; color: #6a9bd8; text-decoration: none; } /* 暗黑模式适配 */ @media (prefers-color-scheme: dark) { .podcast-desc { background: #2d2d2d !important; /* 深色背景 */ border-color: #555 !important; /* 深色虚线框 */ color: #e0e0e0 !important; /* 浅色文字 */ } .podcast-desc a { color: #83afed !important; /* 亮一点的链接色 */ } } /* 兼容网站手动切换暗黑的类(根据你网站实际类名调整) */ .dark .podcast-desc { background: #2d2d2d !important; border-color: #555 !important; color: #e0e0e0 !important; } .dark .podcast-desc a { color: #83afed !important; } .share-toast { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #e8f0fa; color: #222; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 260px; text-align: left; border: 1px solid #c9d8f0; } /* 暗黑模式下的弹窗样式 */ @media (prefers-color-scheme: dark) { .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .share-toast .confirm-btn { background: #6a9bd8 !important; } } .dark .share-toast { background: #3a405a !important; color: #e8e8e8 !important; border-color: #556080 !important; } .dark .share-toast .confirm-btn { background: #6a9bd8 !important; } .share-toast .confirm-btn { display: block; margin: 12px auto 0; padding: 6px 20px; border: none; border-radius: 18px; background: #6a9bd8; color: #fff; font-size: 13px; cursor: pointer; } .share-toast .confirm-btn:hover { background: #5783c7; } 点击分享感动 🔗 本集链接:https://zanmei.typlog.io/episodes/292 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 function sharePodcast() { var title = document.title || "赞美诗"; var url = window.location.href; title = title.replace(/\s*-\s*天天赞美神/i, "").trim(); var shareText = "🎧 " + title + "\n" + "🔗 " + url + "\n\n" + "✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!"; navigator.clipboard.writeText(shareText).then(function() { showCustomToast(); }).catch(function() { showCustomToast("已复制链接:\n" + url); }); } function showCustomToast(msg) { var oldToast = document.querySelector(".share-toast"); if (oldToast) oldToast.remove(); var toast = document.createElement("div"); toast.className = "share-toast"; toast.innerHTML = ` ✅ 分享内容已复制! 👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 确定 `; document.body.appendChild(toast); }





