天天赞美神
Your browser doesn't support HTML5 audio
04:18

十点晚祷丨260614

主啊,你告诉我们,吃苦背后有荣耀的世界!

罗马书 8:18
我想,现在的苦楚若比起将来要显于我们的荣耀就不足介意了。


主啊,你告诉我们,吃苦不是以吃苦为结束,背后有荣耀的世界,回顾我们信仰的日子,从起初走到现在,实在是蒙了你太多的恩典。
主啊,让我们带着盼望,存着忍耐的心,继续奔跑前面的路程,感谢主,阿们!

🔗 本集链接:https://zanmei.typlog.io/episodes/548

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