mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-24 07:03:00 +08:00
fix: 项目链接
This commit is contained in:
parent
e4c6a2d584
commit
e867a927b3
|
@ -212,13 +212,12 @@
|
||||||
'href',
|
'href',
|
||||||
'https://github.com/StreakingMan/solvable-sheep-game'
|
'https://github.com/StreakingMan/solvable-sheep-game'
|
||||||
);
|
);
|
||||||
a.setAttribute('target', '_blank');
|
a.setAttribute('target', '_self');
|
||||||
|
a.style.cursor = 'pointer'
|
||||||
|
a.style.zIndex = '15'
|
||||||
a.innerText =
|
a.innerText =
|
||||||
'本项目仅供交流,禁止商业用途,点击查看原github仓库';
|
'本项目仅供交流,禁止商业用途,点击查看原github仓库';
|
||||||
const p = document.createElement('p');
|
document.getElementById('root')?.prepend(a);
|
||||||
p.style.textAlign = 'center';
|
|
||||||
p.append(a);
|
|
||||||
document.body.prepend(p);
|
|
||||||
}
|
}
|
||||||
}, 5000);
|
}, 5000);
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user