天天赞美神

主内广播

万千诗歌,我们只分享有感动的,天天亲近神,时时蒙恩典,让生命在敬拜中被更新!

  1. 十点晚祷丨260503

    22H AGO

    十点晚祷丨260503

    哥林多后书 10: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/422 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 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); }

    5 min
  2. 赞美诗丨将心归你

    22H AGO

    赞美诗丨将心归你

    每一个日子愿倒空自己 主啊将我的心归你 呼吸你馨香之气 寻求你天上的能力 和你在一起多么的甜蜜 单单纯纯只为爱你 听你微小的声音 读你智慧的言语 有思念有惊喜 更深认识你 在你的光中见光 照亮我心里 将我心归你 放在你生命的河里 就象海洋中的一滴 仰望着你 将我心归你 放在你钉痕的手里 你牵着我的手 走过人生的风风雨 .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/421 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 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 min
  3. 赞美诗丨当你看见

    22H AGO

    赞美诗丨当你看见

    当你看见主的话在如实的应验 此时你的心在哪? 你是站在世界还是尽忠在神的家 对灵魂是否有牵挂? 太多的人迷失在人生的岔路口 你是否在遵守主的话 太多的生命被仇敌肆虐践踏 你是勇敢的追赶还是无情放下 不要让真理的光变得暗淡 不要让真理的剑变得迟钝 不要让神给的机会冷漠擦肩 不要让仇敌毁坏神的葡萄园 我们齐宣告吹角呐喊 唯有在主里的人生命最保险 起来吧作工我的姊妹弟兄 你必看见福音在各处传遍 你必看见复兴神的家园 .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/420 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 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); }

    5 min
  4. 十点晚祷丨260502

    1D AGO

    十点晚祷丨260502

    帖撒罗尼迦前书 5:4-6 弟兄们,你们却不在黑暗里,叫那日子临到你们像贼一样。你们都是光明之子,都是白昼之子。我们不是属黑夜的,也不是属幽暗的。所以,我们不要睡觉像别人一样,总要警醒谨守。 亲爱的天父,求你赐给我们明智的眼光和判断力,让我们能够分辨善恶,坚守你的道路,圣灵啊,求你引导我们的每一步,使我们远离邪恶,帮助我们的言行举止,能够彰显你的真理和慈爱,带给他人希望、安慰和喜乐,阿们! .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/419 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 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 min
  5. 赞美诗丨爱的温暖

    1D AGO

    赞美诗丨爱的温暖

    你坐在高天垂看世间 看见了我流泪的双眼 你悄悄来到我的身边 伸手把我的眼泪擦干 你把我搂在你的怀间 亲切的安慰萦绕耳边 你的怀抱是那样温暖 把痛苦的记忆都消散 主你是我最美的依恋 你使我饱尝爱的甘甜 好想见到你和蔼容颜 用心感受你爱的温暖 你坐在高天垂看世间 看见了我流泪的双眼 你悄悄来到我的身边 伸手把我的眼泪擦干 你把我搂在你的怀间 亲切的安慰萦绕耳边 你的怀抱是那样温暖 把痛苦的记忆都消散 主你是我最美的依恋 你使我饱尝爱的甘甜 好想见到你和蔼容颜 用心感受你爱的温暖 主你是我最美的依恋 你使我饱尝爱的甘甜 好想见到你和蔼容颜 用心感受你爱的温暖 好想见到你和蔼容颜 用心感受你爱的温暖 .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/418 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 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 min
  6. 赞美诗丨感恩Ⅱ

    1D AGO

    赞美诗丨感恩Ⅱ

    感谢 天父的慈爱 用荣光照耀着我 感谢 耶稣的救恩 临到我 感谢圣灵充满我 赐我权柄和能力 愿主耶稣的恩典临到我 感谢天父 感谢天父 感谢赞美我天父 感谢耶稣 感谢耶稣 感谢赞美主耶稣 感谢圣灵 感谢圣灵 感谢圣灵保惠师 .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/417 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 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); }

    5 min
  7. 十点晚祷丨260501

    2D AGO

    十点晚祷丨260501

    申命记 28:6 你出也蒙福,入也蒙福。 主啊,在这个假期里,求你特别的保守我们,让我们依然生活在你的旨意和准则之中,求你帮助我们不散漫,不放纵,保守己心,不给仇敌留下攻击的破口,主啊,无论我们在家休息还是出门游玩,求你与我们同在,看顾我们的脚踪,使我们出也蒙福,入也蒙福,阿们! .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/416 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 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 min
  8. 赞美诗丨十架七言

    2D AGO

    赞美诗丨十架七言

    我的耶稣,我的救赎,你的恩典,在我心靡。 我的一切,祢都知道,我往那里,逃祢的灵。 我的耶稣,祢的牺牲,在各各他,髑髅之地, 舍下尊贵,抛下荣华,在十架上,祢的祷告。 副歌: 父呀!赦免他们, 他们不晓得,他们所作的。 祢说:「今天我要与你一同在乐园。」 看!你的母亲!看!你的儿子! 我的神!我的神!为什么离弃我? 我渴了,成了。我的耶稣,我的救赎, 祢曾为我,白白牺牲,我的软弱,被祢刚强, 我把灵魂,交在祢手里。 我的软弱,被祢刚强,我把灵魂,交在祢手里。 .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/415 ✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂! // 按钮:自动获取当前页面链接,不受下方手动链接影响 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); }

    6 min

About

万千诗歌,我们只分享有感动的,天天亲近神,时时蒙恩典,让生命在敬拜中被更新!