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

赞美诗丨你一直都在

一起走过的每一步
我都历历在目

那时我自作主张
打破常规遍体鳞伤
回过头来才发现
原来你从未离开

我知道,我知道你一直都在
你的话语是我的亮光
我知道,我知道,你一直都在
你的爱不断浇灌我成长

我不害怕前路的艰险
也不害怕环境恶劣
因我深知你一直都在我的身边

我知道,我知道你一直都在
你的话语是我的亮光
我知道,我知道,你一直都在
你的爱不断浇灌我成长

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

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