天天赞美神
Your browser doesn't support HTML5 audio
03:43

赞美诗丨更新之歌

每个早晨都是新的
你的诚实何其广大
我要来到主的面前
献上自己当做活祭

每段路程都是新的
你的慈爱永远长存
若有人在基督里面
他就成为新造的人

放下今生骄傲,活着为你
赐下新的能力,保守我心
不灰心,不丧胆
不退缩,不软弱
分别为圣,我为主做

看重主所看重
喜悦主所喜悦
不效法这世界
心意更新变化
圣洁侍立,主宝座前

寻找失丧灵魂
安息青草水边
摆设人生宴席
引导我走义路
更新之家,过得胜生活

见证荣耀归全能君王

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

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