diff --git a/shuzi.html b/shuzi.html
index 99c0841..1855f8a 100644
--- a/shuzi.html
+++ b/shuzi.html
@@ -592,7 +592,7 @@ function update(v,y,m,d){
Array.from(lock.children).forEach(c=>c.classList.add('blur'));
const cover=document.createElement('div');cover.className='cover';
cover.innerHTML='
🔒 解锁你的完整数字报告
天赋优势 · 能量分布 · 性格编码 · 12组联合码
';
- const btn=document.createElement('button');btn.className='lk-btn';btn.textContent='¥39.9 解锁 →';
+ const btn=document.createElement('button');btn.className='lk-btn';btn.textContent='¥39.9 立即解锁 →';
btn.addEventListener('click',unlockShuzi);cover.appendChild(btn);lock.appendChild(cover);
}
setTimeout(()=>{