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

十点晚祷丨260516

主啊,让我们安静下来,仔细聆听你细微的声音!

列王纪上 19:11-12
耶和华说:“你出来站在山上,在我面前。”那时耶和华从那里经过,在他面前有烈风大作,崩山碎石,耶和华却不在风中;风后地震,耶和华却不在其中;地震后有火,耶和华也不在火中;火后有微小的声音。


主啊,我们的内心充满了焦虑、困惑和恐惧,我们希望你能够像烈风一样来到,崩山碎石,我们也希望你像地震一样来到,伴随着你的威严的审判,但是你却用微小的声音和我们说话

主啊,让我们安静下来,仔细聆听你细微的声音,领会你奇妙的救恩,阿们!

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

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