Discover
天天赞美神
317 Episodes
Reverse
诗篇 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/317 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 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/316 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 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/315 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 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); }
以赛亚书 26:8-9 耶和华啊,我们在你行审判的路上等候你; 我们心里所羡慕的是你的名, 就是你那可记念的名。 夜间,我心中羡慕你; 我里面的灵切切寻求你。 因为你在世上行审判的时候, 地上的居民就学习公义。阿们 亲爱的天父,感谢你让我们与你的爱有份,能够生活在你的保护下面,享受你给的平安。先知告白说他要在你行审判的路上等候,希望以色列能明白你的意思,也像他那样寻求你 学习公义。天父,在生活中,我们也会遇到以色列百姓的遭遇,常常看不懂你的带领,被你责备的时候就灰心丧气,渐渐远离你。 天父,我们切切地向你祷告,求你让我们能够看到你给我们预备的道路,能够行在其中,让我们等候你,直到看到你给我们打开的救赎的世界。求你除去我们心中的惧怕,能够安息在你的面前,等候你的恩典,阿们! .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/314 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 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/313 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 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); }
【主歌】: 一见孩童你就开怀笑 轻轻拉起他们的小手 虽你早已无法挺直腰 你仍欢喜抱孙乐陶陶 但你为何不常对我笑 只因我们已经长大了 你的白发虽已出现了 你的笑容却不见了 【副歌】: 不用严肃掩饰你的笑 因我知道你对我的好 你流下的泪主必不轻看 他会把它看成珍宝 快快卸下你肩头重担 主要消除你一切愁烦 喜乐和平安进入你的心 使你人生充满盼望 【Coda】: 我的心中只有一个梦 可否把我变成小 可以逗你乐呵呵 让你欢喜让你笑 .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/312 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 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); }
箴言 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); }





