Skip to content

Instantly share code, notes, and snippets.

View 1185643715's full-sized avatar

nambon 1185643715

  • 中国
View GitHub Profile
@1185643715
1185643715 / galgame.html
Last active December 26, 2025 14:46
开场脚本
<style>
#gal-overlay {
background: rgba(0,0,0,0.8);
border: 2px solid #5cacee;
border-radius: 10px;
padding: 20px;
color: white;
font-family: "Microsoft YaHei", sans-serif;
position: relative;
z-index: 10;