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

赞美诗丨兴起为你

为你歌唱为你起舞
为你摆上我全部
每个音符每个旋律
兴起为你

为你弹琴为你击鼓
为你敞开不在乎
每个节奏每次跳动
兴起为你

我要忘记背后
一生努力面前
为了教会复兴与你同行

我的每个生命和气息
全都属于你
面对风浪无所畏惧
靠着你永不言弃

主我愿意活着为了你
死也为了你
尽心尽性尽力尽意
一生兴起为你

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

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