Your browser doesn't support HTML5 audio
赞美诗丨依然是你
每当我感到软弱无助
依然是祢 安慰我心
耶稣祢为我们而来
深受羞辱 死在十架
每当我无力靠近祢主
紧拥抱我 擦干我泪
祢悄悄进入我生命
维护我灵 赐我力量
越过高山 飞过海洋
依然有祢
依然是祢 深爱着我
永不离弃 永不更改
永远爱祢 永属于祢
依然有祢
祢的慈爱 涌流万代
让我依偎 在祢怀中
从此以后 依然有祢
依然是祢
// 按钮:自动获取当前页面链接,不受下方手动链接影响
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); }
依然是祢 安慰我心
耶稣祢为我们而来
深受羞辱 死在十架
每当我无力靠近祢主
紧拥抱我 擦干我泪
祢悄悄进入我生命
维护我灵 赐我力量
越过高山 飞过海洋
依然有祢
依然是祢 深爱着我
永不离弃 永不更改
永远爱祢 永属于祢
依然有祢
祢的慈爱 涌流万代
让我依偎 在祢怀中
从此以后 依然有祢
依然是祢
👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 `; document.body.appendChild(toast); }