个人海岛
新手起点 · 长期据点
适合建造家园、整理资源、布置装饰、规划农田与邀请协作者。
无法加载偏好设置。请检查您的网络连接并重试。
172.20.0.1(留言) 无编辑摘要 标签:已被回退 |
172.20.0.1(留言) 无编辑摘要 标签:已被回退 |
||
| 第4行: | 第4行: | ||
<html> | <html> | ||
<style> | <style> | ||
/* | /* ===== 江中缘 Wiki:海岛大世界页面 ===== */ | ||
.mw-body{ | .mw-body{ | ||
background:transparent!important; | background:transparent!important; | ||
| 第12行: | 第12行: | ||
-webkit-backdrop-filter:none!important; | -webkit-backdrop-filter:none!important; | ||
} | } | ||
.jzy- | .jzy-world{ | ||
max-width:min( | max-width:min(1180px,calc(100vw - 560px)); | ||
margin:0 auto; | margin:0 auto; | ||
font-family:"Microsoft YaHei",Arial,sans-serif; | font-family:"Microsoft YaHei",Arial,sans-serif; | ||
color:#eef8fb; | |||
} | |||
.jzy-world *{ | |||
box-sizing:border-box; | |||
} | |||
.jzy-world a{ | |||
color:#98ecff!important; | |||
text-decoration:none!important; | |||
} | |||
.jzy-world a:hover{ | |||
color:#fff4c7!important; | |||
text-decoration:none!important; | |||
} | |||
.jzy-anchor{ | |||
display:block; | |||
scroll-margin-top:96px; | |||
} | } | ||
.jzy | .jzy-hero{ | ||
padding: | display:grid; | ||
grid-template-columns:minmax(0,1.45fr) minmax(280px,.72fr); | |||
gap:18px; | |||
align-items:stretch; | |||
padding:30px; | |||
background: | background: | ||
radial-gradient(circle at 12% 0%,rgba(120,216,240,.16),transparent 34%), | radial-gradient(circle at 12% 0%,rgba(120,216,240,.16),transparent 34%), | ||
| 第24行: | 第44行: | ||
linear-gradient(135deg,rgba(4,31,49,.84),rgba(10,82,88,.72) 48%,rgba(35,83,53,.72)); | linear-gradient(135deg,rgba(4,31,49,.84),rgba(10,82,88,.72) 48%,rgba(35,83,53,.72)); | ||
border:1px solid rgba(190,241,220,.24); | border:1px solid rgba(190,241,220,.24); | ||
border-radius: | border-radius:22px; | ||
box-shadow:0 16px 34px rgba(2,18,28,.26),inset 0 1px 0 rgba(255,255,255,.12); | box-shadow:0 16px 34px rgba(2,18,28,.26),inset 0 1px 0 rgba(255,255,255,.12); | ||
overflow:hidden; | |||
} | } | ||
.jzy | .jzy-kicker{ | ||
color:#fff4c7; | color:#fff4c7; | ||
font-size:14px; | font-size:14px; | ||
| 第34行: | 第54行: | ||
letter-spacing:.08em; | letter-spacing:.08em; | ||
} | } | ||
.jzy- | .jzy-title-row{ | ||
display:flex; | |||
font-size: | align-items:center; | ||
gap:14px; | |||
margin:10px 0 12px; | |||
} | |||
.jzy-title-icon, | |||
.jzy-section-icon{ | |||
flex:0 0 auto; | |||
display:grid; | |||
place-items:center; | |||
overflow:hidden; | |||
background:linear-gradient(180deg,rgba(78,206,185,.92),rgba(46,167,144,.92)); | |||
border:2px solid rgba(190,255,235,.46); | |||
box-shadow:0 9px 18px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.24); | |||
} | |||
.jzy-title-icon{ | |||
width:58px; | |||
height:58px; | |||
border-radius:16px; | |||
font-size:30px; | |||
font-weight:900; | |||
color:#fff; | |||
} | |||
.jzy-section-icon{ | |||
width:42px; | |||
height:42px; | |||
border-radius:12px; | |||
font-size:22px; | |||
font-weight:900; | font-weight:900; | ||
color:#fff; | color:#fff; | ||
} | |||
.jzy-title-icon img, | |||
.jzy-section-icon img, | |||
.jzy-card-icon img{ | |||
width:100%; | |||
height:100%; | |||
object-fit:contain; | |||
display:block; | |||
} | |||
.jzy-title{ | |||
margin:0; | |||
color:#fff; | |||
font-size:42px; | |||
font-weight:900; | |||
line-height:1.12; | |||
text-shadow:0 3px 10px rgba(0,0,0,.34); | text-shadow:0 3px 10px rgba(0,0,0,.34); | ||
} | } | ||
.jzy | .jzy-lead{ | ||
max-width: | max-width:820px; | ||
margin:0; | margin:0; | ||
color:#d6eee6; | color:#d6eee6; | ||
font-size: | font-size:17px; | ||
line-height:1.9; | line-height:1.9; | ||
} | } | ||
.jzy- | .jzy-hero-notes{ | ||
display:grid; | |||
grid-template-columns:repeat(3,minmax(0,1fr)); | |||
gap:10px; | |||
margin-top:18px; | |||
} | |||
.jzy-note{ | |||
padding:12px; | |||
border-radius:14px; | |||
background:rgba(8,22,34,.26); | |||
border:1px solid rgba(126,204,218,.18); | |||
box-shadow:inset 0 1px 0 rgba(255,255,255,.08); | |||
} | |||
.jzy-note b{ | |||
display:block; | |||
margin-bottom:4px; | |||
color:#fff4c7; | |||
font-size:15px; | |||
} | |||
.jzy-note span{ | |||
display:block; | |||
color:rgba(238,248,251,.78); | |||
font-size:12px; | |||
line-height:1.5; | |||
} | |||
.jzy-image-slot{ | |||
position:relative; | |||
min-height:100%; | |||
border-radius:18px; | |||
overflow:hidden; | |||
border:1px solid rgba(126,204,218,.24); | |||
background: | |||
linear-gradient(135deg,rgba(8,43,58,.50),rgba(10,46,31,.36)), | |||
repeating-linear-gradient(135deg,rgba(255,255,255,.045) 0,rgba(255,255,255,.045) 10px,transparent 10px,transparent 20px); | |||
box-shadow:inset 0 1px 0 rgba(255,255,255,.10); | |||
} | |||
.jzy-image-slot::before{ | |||
content:""; | |||
position:absolute; | |||
inset:0; | |||
background: | |||
radial-gradient(circle at 30% 20%,rgba(120,216,240,.16),transparent 30%), | |||
radial-gradient(circle at 74% 70%,rgba(244,207,120,.16),transparent 32%); | |||
pointer-events:none; | |||
} | |||
.jzy-image-slot span{ | |||
position:absolute; | |||
inset:auto 18px 18px 18px; | |||
padding:10px 12px; | |||
border-radius:12px; | |||
color:#dffbff; | |||
font-size:13px; | |||
font-weight:900; | |||
text-align:center; | |||
background:rgba(4,24,36,.46); | |||
border:1px solid rgba(126,204,218,.20); | |||
} | |||
.jzy-image-slot img, | |||
.jzy-island-img{ | |||
width:100%; | |||
height:100%; | |||
min-height:210px; | |||
object-fit:cover; | |||
display:block; | |||
} | |||
.jzy-divider{ | |||
height:3px; | height:3px; | ||
margin: | margin:26px 0; | ||
border-radius:999px; | border-radius:999px; | ||
background:linear-gradient(90deg,#78d8f0,#5ab878,#f4cf78); | background:linear-gradient(90deg,#78d8f0,#5ab878,#f4cf78); | ||
box-shadow:0 0 16px rgba(120,216,240,.22); | box-shadow:0 0 16px rgba(120,216,240,.22); | ||
} | } | ||
.jzy-section- | .jzy-section-heading{ | ||
display:flex; | |||
align-items:center; | |||
gap:12px; | |||
margin:0 0 14px; | |||
} | |||
.jzy-section-heading h2{ | |||
margin:0!important; | |||
padding:0!important; | |||
border:0!important; | |||
color:#c7fff2!important; | |||
font-size:30px!important; | |||
font-weight:900!important; | |||
line-height:1.2!important; | |||
text-shadow:0 3px 10px rgba(0,0,0,.34)!important; | |||
} | |||
.jzy-section-heading h2::after{ | |||
display:none!important; | |||
} | |||
.jzy-section-desc{ | |||
margin:0 0 16px; | |||
color:#e5f5f1; | |||
line-height:1.85; | |||
text-shadow:0 2px 6px rgba(0,0,0,.24); | |||
} | |||
.jzy-glass{ | |||
margin:18px 0; | margin:18px 0; | ||
padding:22px 24px; | padding:22px 24px; | ||
background: | background: | ||
radial-gradient(circle at 10% 0%,rgba(120,216,240,.10),transparent 34%), | radial-gradient(circle at 10% 0%,rgba(120,216,240,.10),transparent 34%), | ||
linear-gradient(135deg,rgba(8,43,58,. | linear-gradient(135deg,rgba(8,43,58,.44),rgba(10,46,31,.30)); | ||
border:1px solid rgba(126,204,218,.22); | border:1px solid rgba(126,204,218,.22); | ||
border-radius: | border-radius:18px; | ||
box-shadow:0 12px 26px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.10); | box-shadow:0 12px 26px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.10); | ||
color:#eef8fb; | color:#eef8fb; | ||
line-height:1. | line-height:1.86; | ||
} | } | ||
.jzy- | .jzy-grid-4, | ||
.jzy-grid-3, | |||
.jzy-island-grid, | |||
.jzy-point-grid, | |||
.jzy-route-grid{ | |||
display:grid; | |||
gap:14px; | |||
} | } | ||
.jzy- | .jzy-grid-4{ | ||
grid-template-columns:repeat(4,minmax(0,1fr)); | |||
} | |||
.jzy-grid-3{ | |||
grid-template-columns:repeat(3,minmax(0,1fr)); | |||
} | |||
.jzy-island-grid{ | |||
grid-template-columns:repeat(2,minmax(0,1fr)); | |||
} | |||
.jzy-point-grid{ | |||
grid-template-columns:repeat(2,minmax(0,1fr)); | |||
} | |||
.jzy-route-grid{ | |||
grid-template-columns:repeat(4,minmax(0,1fr)); | |||
} | } | ||
.jzy | .jzy-card{ | ||
position:relative; | position:relative; | ||
overflow:hidden; | overflow:hidden; | ||
padding:18px | padding:18px; | ||
border-radius: | border-radius:16px; | ||
border:1px solid rgba( | background:rgba(8,43,58,.44); | ||
border:1px solid rgba(126,204,218,.20); | |||
box-shadow:0 10px 22px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.10); | box-shadow:0 10px 22px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.10); | ||
} | } | ||
.jzy | .jzy-card::before{ | ||
content:""; | content:""; | ||
position:absolute; | position:absolute; | ||
inset:0; | inset:0; | ||
background:linear-gradient(135deg,rgba(255,255,255,. | background:linear-gradient(135deg,rgba(255,255,255,.13),transparent 50%); | ||
pointer-events:none; | pointer-events:none; | ||
} | } | ||
.jzy-blue{background:rgba(8,74,88,.48) | .jzy-card > *{ | ||
.jzy-green{background:rgba(18,70,42,.48) | position:relative; | ||
.jzy-gold{background:rgba(98,67,20,.44) | } | ||
.jzy-rose{background:rgba(80,26,48,.44) | .jzy-blue{background:rgba(8,74,88,.48);border-bottom:3px solid #16c3d0} | ||
.jzy-violet{background:rgba(42,30,80,.44) | .jzy-green{background:rgba(18,70,42,.48);border-bottom:3px solid #5ab878} | ||
.jzy- | .jzy-gold{background:rgba(98,67,20,.44);border-bottom:3px solid #d4a848} | ||
.jzy- | .jzy-rose{background:rgba(80,26,48,.44);border-bottom:3px solid #d95b91} | ||
margin: | .jzy-violet{background:rgba(42,30,80,.44);border-bottom:3px solid #8c78da} | ||
padding: | .jzy-card-title{ | ||
color:# | margin:0 0 8px; | ||
font-size: | color:#fff; | ||
font-size:18px; | |||
background:rgba( | font-weight:900; | ||
border:1px solid rgba(120,216,240,.24); | line-height:1.35; | ||
border-left: | } | ||
.jzy-card-text{ | |||
margin:0; | |||
color:rgba(238,248,251,.82); | |||
font-size:14px; | |||
line-height:1.72; | |||
} | |||
.jzy-tag-row{ | |||
display:flex; | |||
flex-wrap:wrap; | |||
gap:7px; | |||
margin:12px 0 0; | |||
} | |||
.jzy-tag{ | |||
display:inline-flex; | |||
align-items:center; | |||
min-height:26px; | |||
padding:4px 9px; | |||
border-radius:999px; | |||
color:#dffbff; | |||
font-size:12px; | |||
font-weight:900; | |||
background:rgba(8,22,34,.34); | |||
border:1px solid rgba(126,204,218,.20); | |||
} | |||
.jzy-tag-open{ | |||
color:#164554; | |||
background:linear-gradient(180deg,#c7fff2,#80e5e8); | |||
} | |||
.jzy-tag-locked{ | |||
color:#4d3300; | |||
background:linear-gradient(180deg,#fff4c7,#f4cf78); | |||
} | |||
.jzy-island-card{ | |||
display:grid; | |||
grid-template-columns:178px minmax(0,1fr); | |||
gap:16px; | |||
min-height:210px; | |||
padding:14px; | |||
} | |||
.jzy-island-media{ | |||
position:relative; | |||
min-height:182px; | |||
border-radius:14px; | |||
overflow:hidden; | |||
background: | |||
linear-gradient(135deg,rgba(8,43,58,.54),rgba(10,46,31,.38)), | |||
repeating-linear-gradient(135deg,rgba(255,255,255,.05) 0,rgba(255,255,255,.05) 8px,transparent 8px,transparent 16px); | |||
border:1px solid rgba(126,204,218,.20); | |||
} | |||
.jzy-island-media.has-island-image{ | |||
display:grid; | |||
place-items:center; | |||
padding:12px; | |||
background: | |||
radial-gradient(circle at 50% 42%,rgba(120,216,240,.16),transparent 62%), | |||
linear-gradient(135deg,rgba(8,43,58,.60),rgba(10,46,31,.42)); | |||
} | |||
.jzy-island-media.has-island-image .jzy-island-img{ | |||
min-height:0; | |||
height:158px; | |||
object-fit:contain; | |||
filter:drop-shadow(0 9px 10px rgba(0,0,0,.34)); | |||
} | |||
.jzy-island-media span{ | |||
position:absolute; | |||
left:12px; | |||
right:12px; | |||
bottom:12px; | |||
padding:8px 10px; | |||
border-radius:10px; | |||
color:#dffbff; | |||
font-size:12px; | |||
font-weight:900; | |||
text-align:center; | |||
background:rgba(4,24,36,.46); | |||
border:1px solid rgba(126,204,218,.20); | |||
} | |||
.jzy-island-body{ | |||
align-self:center; | |||
} | |||
.jzy-island-top{ | |||
display:flex; | |||
align-items:center; | |||
gap:12px; | |||
margin-bottom:8px; | |||
} | |||
.jzy-card-icon{ | |||
flex:0 0 auto; | |||
display:grid; | |||
place-items:center; | |||
width:46px; | |||
height:46px; | |||
border-radius:13px; | |||
color:#fff; | |||
font-size:24px; | |||
font-weight:900; | |||
background:linear-gradient(180deg,rgba(78,206,185,.92),rgba(46,167,144,.92)); | |||
border:2px solid rgba(190,255,235,.42); | |||
box-shadow:0 7px 15px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.22); | |||
overflow:hidden; | |||
} | |||
.jzy-island-title{ | |||
margin:0; | |||
color:#fff; | |||
font-size:22px; | |||
font-weight:900; | |||
line-height:1.25; | |||
text-shadow:0 2px 8px rgba(0,0,0,.26); | |||
} | |||
.jzy-island-sub{ | |||
margin:2px 0 0; | |||
color:#fff4c7; | |||
font-size:13px; | |||
font-weight:800; | |||
} | |||
.jzy-list{ | |||
margin:10px 0 0; | |||
padding-left:0; | |||
list-style:none; | |||
} | |||
.jzy-list li{ | |||
position:relative; | |||
margin:6px 0; | |||
padding-left:18px; | |||
color:rgba(238,248,251,.84); | |||
font-size:14px; | |||
line-height:1.62; | |||
} | |||
.jzy-list li::before{ | |||
content:""; | |||
position:absolute; | |||
left:0; | |||
top:.68em; | |||
width:7px; | |||
height:7px; | |||
border-radius:50%; | |||
background:#78d8f0; | |||
box-shadow:0 0 8px rgba(120,216,240,.45); | |||
} | |||
.jzy-point-card{ | |||
display:grid; | |||
grid-template-columns:44px minmax(0,1fr); | |||
gap:12px; | |||
align-items:start; | |||
padding:16px; | |||
} | |||
.jzy-point-icon{ | |||
display:grid; | |||
place-items:center; | |||
width:44px; | |||
height:44px; | |||
border-radius:12px; | border-radius:12px; | ||
box-shadow:inset 0 1px 0 rgba(255,255,255,. | color:#164554; | ||
font-size:18px; | |||
font-weight:900; | |||
background:linear-gradient(180deg,#fff4c7,#f4cf78); | |||
border:1px solid rgba(255,255,255,.26); | |||
box-shadow:0 7px 15px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.34); | |||
overflow:hidden; | |||
} | } | ||
.jzy- | .jzy-point-icon img{ | ||
width:100%; | |||
height:100%; | |||
padding:3px; | |||
object-fit:contain; | |||
display:block; | |||
filter:drop-shadow(0 3px 4px rgba(0,0,0,.26)); | |||
} | |||
.jzy-point-card h3{ | |||
margin:0 0 6px!important; | |||
color:#c7fff2!important; | |||
font-size:17px!important; | |||
font-weight:900!important; | |||
line-height:1.3!important; | |||
} | |||
.jzy-point-card p{ | |||
margin:0; | margin:0; | ||
padding- | color:rgba(238,248,251,.82); | ||
font-size:14px; | |||
line-height:1.66; | |||
} | |||
.jzy-gallery{ | |||
display:grid; | |||
grid-template-columns:1.35fr .65fr; | |||
gap:14px; | |||
} | |||
.jzy-gallery .jzy-image-slot{ | |||
min-height:250px; | |||
} | |||
.jzy-gallery-stack{ | |||
display:grid; | |||
gap:14px; | |||
} | |||
.jzy-gallery-stack .jzy-image-slot{ | |||
min-height:118px; | |||
} | |||
.jzy-step{ | |||
padding:18px 16px; | |||
} | |||
.jzy-step-num{ | |||
display:inline-grid; | |||
place-items:center; | |||
width:34px; | |||
height:34px; | |||
margin-bottom:10px; | |||
border-radius:11px; | |||
color:#164554; | |||
font-weight:900; | |||
background:linear-gradient(180deg,#fff4c7,#f4cf78); | |||
box-shadow:inset 0 1px 0 rgba(255,255,255,.34); | |||
} | } | ||
.jzy-side-toc{ | .jzy-side-toc{ | ||
position:fixed; | position:fixed; | ||
| 第165行: | 第527行: | ||
border-color:rgba(244,207,120,.30); | border-color:rgba(244,207,120,.30); | ||
} | } | ||
@media(max-width:1480px){ | @media(max-width:1480px){ | ||
.jzy- | .jzy-world{max-width:calc(100vw - 500px)} | ||
.jzy-side-toc{right:52px} | .jzy-side-toc{right:52px} | ||
.jzy-island-card{grid-template-columns:150px minmax(0,1fr)} | |||
} | } | ||
@media(max-width:1279px){ | @media(max-width:1279px){ | ||
.jzy- | .jzy-world{max-width:100%;margin:0} | ||
.jzy-side-toc{display:none} | .jzy-side-toc{display:none} | ||
} | } | ||
@media(max-width: | @media(max-width:900px){ | ||
.jzy- | .jzy-hero, | ||
.jzy- | .jzy-island-card, | ||
.jzy- | .jzy-gallery{ | ||
grid-template-columns:1fr; | |||
} | |||
.jzy-grid-4, | |||
.jzy-grid-3, | |||
.jzy-island-grid, | |||
.jzy-point-grid, | |||
.jzy-route-grid{ | |||
grid-template-columns:1fr; | |||
} | |||
.jzy-hero-notes{ | |||
grid-template-columns:1fr; | |||
} | |||
.jzy-title{font-size:34px} | |||
.jzy-image-slot img, | |||
.jzy-island-img{ | |||
min-height:180px; | |||
} | |||
} | |||
@media(max-width:560px){ | |||
.jzy-hero, | |||
.jzy-glass{ | |||
padding:20px 16px; | |||
border-radius:16px; | |||
} | |||
.jzy-title-row{ | |||
align-items:flex-start; | |||
} | |||
.jzy-title-icon{ | |||
width:48px; | |||
height:48px; | |||
border-radius:14px; | |||
font-size:24px; | |||
} | |||
.jzy-title{font-size:30px} | |||
.jzy-section-heading h2{font-size:24px!important} | |||
} | } | ||
/* ===== | /* ===== 首页同款文字可读性与深蓝玻璃卡片 ===== */ | ||
.jzy- | .jzy-world, | ||
.jzy-world *{ | |||
.jzy- | |||
font-family:"HarmonyOS Sans SC","MiSans","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",sans-serif!important; | font-family:"HarmonyOS Sans SC","MiSans","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",sans-serif!important; | ||
-webkit-font-smoothing:antialiased; | -webkit-font-smoothing:antialiased; | ||
| 第190行: | 第585行: | ||
text-rendering:optimizeLegibility; | text-rendering:optimizeLegibility; | ||
} | } | ||
.jzy- | .jzy-world{ | ||
font-size: | font-size:17px; | ||
line-height:1. | line-height:1.9; | ||
color:#f3fbff; | color:#f3fbff; | ||
text-shadow:0 2px 5px rgba(1,18,28,. | text-shadow:0 2px 5px rgba(1,18,28,.72); | ||
} | } | ||
.jzy- | #citizen-footer.jzy-footer-ready, | ||
.citizen-footer.jzy-footer-ready, | |||
#footer.jzy-footer-ready, | |||
.mw-footer.jzy-footer-ready{ | |||
margin:0!important; | |||
padding:0!important; | |||
min-height:0!important; | |||
} | } | ||
.jzy- | #citizen-footer.jzy-footer-ready::before, | ||
.jzy- | #citizen-footer.jzy-footer-ready::after, | ||
.jzy- | .citizen-footer.jzy-footer-ready::before, | ||
.citizen-footer.jzy-footer-ready::after, | |||
#footer.jzy-footer-ready::before, | |||
#footer.jzy-footer-ready::after{ | |||
content:none!important; | |||
display:none!important; | |||
} | } | ||
#jzy-official-footer{padding-top:28px!important} | |||
.jzy- | .jzy-hero{grid-template-columns:1fr} | ||
.jzy- | .jzy-lead,.jzy-section-desc,.jzy-glass{ | ||
font-size:17px; | |||
line-height:1.95; | |||
text-shadow:0 2px 6px rgba(1,18,28,.78); | |||
} | } | ||
.jzy-glass{ | |||
background: | |||
radial-gradient(circle at 12% 0%,rgba(120,216,240,.12),transparent 34%), | |||
.jzy- | linear-gradient(135deg,rgba(6,43,58,.58),rgba(10,67,72,.50))!important; | ||
background:rgba( | border-color:rgba(126,204,218,.24)!important; | ||
} | } | ||
.jzy- | .jzy-card-title{font-size:20px;text-shadow:0 2px 6px rgba(1,18,28,.80)} | ||
background:rgba( | .jzy-card-text{font-size:16px;line-height:1.78;text-shadow:0 2px 5px rgba(1,18,28,.72)} | ||
border-color:rgba(126,204,218,.26); | .jzy-point-card.jzy-blue, | ||
box-shadow:0 12px 26px rgba( | .jzy-point-card.jzy-green, | ||
.jzy-point-card.jzy-gold, | |||
.jzy-point-card.jzy-rose, | |||
.jzy-point-card.jzy-violet{ | |||
background:linear-gradient(135deg,rgba(4,31,49,.72),rgba(8,74,88,.60))!important; | |||
border-color:rgba(126,204,218,.26)!important; | |||
border-bottom-color:#16c3d0!important; | |||
box-shadow:0 12px 26px rgba(1,18,28,.24),inset 0 1px 0 rgba(255,255,255,.12)!important; | |||
} | } | ||
.jzy- | .jzy-point-icon{ | ||
. | color:#dffbff!important; | ||
. | background:linear-gradient(135deg,rgba(8,74,88,.94),rgba(4,31,49,.94))!important; | ||
border-color:rgba( | border-color:rgba(126,204,218,.34)!important; | ||
box-shadow:0 | box-shadow:0 7px 15px rgba(1,18,28,.24),inset 0 1px 0 rgba(255,255,255,.16)!important; | ||
} | } | ||
.jzy- | .jzy-point-card h3{font-size:19px!important;text-shadow:0 2px 6px rgba(1,18,28,.82)!important} | ||
.jzy-point-card p{font-size:16px;line-height:1.75;text-shadow:0 2px 5px rgba(1,18,28,.76)} | |||
.jzy- | .jzy-step-num{ | ||
color:#fff!important; | |||
background:linear-gradient(135deg,#16c3d0,#0a5258)!important; | |||
.jzy- | border:1px solid rgba(207,246,229,.34); | ||
background: | box-shadow:0 6px 14px rgba(1,18,28,.26),inset 0 1px 0 rgba(255,255,255,.20)!important; | ||
border | text-shadow:0 1px 3px rgba(1,18,28,.58); | ||
box-shadow:0 | |||
} | } | ||
.jzy- | @media(max-width:560px){ | ||
.jzy-world{font-size:16px;line-height:1.85} | |||
.jzy-lead,.jzy-section-desc,.jzy-glass{font-size:16px;line-height:1.9} | |||
.jzy-card-text,.jzy-point-card p{font-size:15px} | |||
- | |||
} | } | ||
</style> | </style> | ||
<div class="jzy-side-toc"> | <div class="jzy-side-toc"> | ||
<div class="jzy-side-toc-title">页面目录</div> | <div class="jzy-side-toc-title">页面目录</div> | ||
<a href="# | <a href="#world-top">页面顶部</a> | ||
<a href="# | <a href="#world-islands">岛屿图鉴</a> | ||
<a href="# | <a href="#world-jingcheng">璟城主城</a> | ||
<a href="# | <a href="#world-points">璟城点位</a> | ||
<a href="# | <a href="#world-route">探索路线</a> | ||
</div> | </div> | ||
<div class="jzy- | <div class="jzy-world"> | ||
<span id="world-top" class="jzy-anchor"></span> | |||
< | <section class="jzy-hero"> | ||
== | <div> | ||
<div class="jzy-kicker">江中缘 Wiki · 游戏资讯</div> | |||
<div class="jzy-title-row"> | |||
<h1 class="jzy-title">海岛大世界</h1> | |||
</div> | |||
<p class="jzy-lead"> | |||
海岛大世界是江中缘玩家探索、传送、成长与社交的主要舞台。玩家以个人海岛作为长期据点,从璟城完成整备与传送,再前往地下城和未来开放的主题岛屿,展开采集、战斗、交易、建设与冒险。 | |||
</p> | |||
<div class="jzy-hero-notes"> | |||
<div class="jzy-note"><b>个人据点</b><span>建造、装饰、种植、储物与协作者管理。</span></div> | |||
<div class="jzy-note"><b>主城枢纽</b><span>传送、工坊、商店、任务与社区系统集中地。</span></div> | |||
<div class="jzy-note"><b>探索区域</b><span>地下城挑战与后续岛屿内容会逐步扩展。</span></div> | |||
</div> | |||
</div> | |||
</section> | |||
<div class="jzy- | <div class="jzy-divider"></div> | ||
<span id="world-islands" class="jzy-anchor"></span> | |||
</div> | <div class="jzy-section-heading"> | ||
<h2>岛屿图鉴</h2> | |||
</div> | |||
<p class="jzy-section-desc"> | |||
下方展示了当前已知岛屿与区域图标,方便玩家快速识别不同区域的主题、开放状态与主要玩法方向。 | |||
</p> | |||
<div class="jzy-island-grid"> | |||
<article class="jzy-card jzy-island-card jzy-blue"> | |||
<div class="jzy-island-media has-island-image"> | |||
<img class="jzy-island-img" src="https://wiki.mcjzy.net/images/7/70/%E4%B8%AA%E4%BA%BA%E6%B5%B7%E5%B2%9B.png?20260722052731" alt="个人海岛"> | |||
</div> | |||
<div class="jzy-island-body"> | |||
<div class="jzy-island-top"> | |||
<div> | |||
<h3 class="jzy-island-title">个人海岛</h3> | |||
<p class="jzy-island-sub">新手起点 · 长期据点</p> | |||
</div> | |||
</div> | |||
<p class="jzy-card-text">适合建造家园、整理资源、布置装饰、规划农田与邀请协作者。</p> | |||
<div class="jzy-tag-row"><span class="jzy-tag jzy-tag-open">已开放</span><span class="jzy-tag">经营</span><span class="jzy-tag">建设</span></div> | |||
</div> | |||
</article> | |||
<div class="jzy- | <article class="jzy-card jzy-island-card jzy-green"> | ||
<div class="jzy-island-media has-island-image"> | |||
<img class="jzy-island-img" src="https://wiki.mcjzy.net/images/0/0b/%E7%92%9F%E5%9F%8E.png?20260722052825" alt="璟城"> | |||
</div> | |||
<div class="jzy-island-body"> | |||
<div class="jzy-island-top"> | |||
<div> | |||
<h3 class="jzy-island-title">璟城</h3> | |||
<p class="jzy-island-sub">主城枢纽 · 旅程起点</p> | |||
</div> | |||
</div> | |||
<p class="jzy-card-text">群岛世界的起点,也是传送、商业、工坊、社区系统与玩家交汇的核心区域。</p> | |||
<div class="jzy-tag-row"><span class="jzy-tag jzy-tag-open">已开放</span><span class="jzy-tag">主城</span><span class="jzy-tag">传送</span></div> | |||
</div> | |||
</article> | |||
< | <article class="jzy-card jzy-island-card jzy-violet"> | ||
== | <div class="jzy-island-media has-island-image"> | ||
<img class="jzy-island-img" src="https://wiki.mcjzy.net/images/5/52/%E5%9C%B0%E4%B8%8B%E5%9F%8E%E5%9B%BE%E6%A0%87.png?20260722052657" alt="地下城"> | |||
</div> | |||
<div class="jzy-island-body"> | |||
<div class="jzy-island-top"> | |||
<div> | |||
<h3 class="jzy-island-title">地下城</h3> | |||
<p class="jzy-island-sub">副本挑战 · 隐藏房间</p> | |||
</div> | |||
</div> | |||
<p class="jzy-card-text">踏入神秘地下城,探索错综复杂的区域与隐藏房间,迎战守卫与首领,收集珍稀战利品。</p> | |||
<div class="jzy-tag-row"><span class="jzy-tag jzy-tag-open">挑战区域</span><span class="jzy-tag">战斗</span><span class="jzy-tag">奖励</span></div> | |||
</div> | |||
</article> | |||
<div class="jzy- | <article class="jzy-card jzy-island-card jzy-gold"> | ||
<div class="jzy-island-media has-island-image"> | |||
</div> | <img class="jzy-island-img" src="https://wiki.mcjzy.net/images/9/97/%E9%87%91%E6%B2%99%E5%B2%9B.png?20260722052759" alt="金沙岛"> | ||
</div> | |||
<div class="jzy-island-body"> | |||
<div class="jzy-island-top"> | |||
<div> | |||
<h3 class="jzy-island-title">金沙岛</h3> | |||
<p class="jzy-island-sub">沙漠主题 · 待开放区域</p> | |||
</div> | |||
</div> | |||
<p class="jzy-card-text">以沙漠、遗迹和炎热环境为主要印象,后续可作为宝藏、矿产或商贸探险岛屿展示。</p> | |||
<div class="jzy-tag-row"><span class="jzy-tag jzy-tag-locked">未解锁</span><span class="jzy-tag">遗迹</span><span class="jzy-tag">探索</span></div> | |||
</div> | |||
</article> | |||
<article class="jzy-card jzy-island-card jzy-blue"> | |||
<div class="jzy-island-media has-island-image"> | |||
<img class="jzy-island-img" src="https://wiki.mcjzy.net/images/7/7f/%E5%86%B0%E5%B7%9D%E5%B2%9B.png?20260722052510" alt="冰川岛"> | |||
</div> | |||
<div class="jzy-island-body"> | |||
<div class="jzy-island-top"> | |||
<div> | |||
<h3 class="jzy-island-title">冰川岛</h3> | |||
<p class="jzy-island-sub">寒地主题 · 待开放区域</p> | |||
</div> | |||
</div> | |||
<p class="jzy-card-text">冰雪环境下的未来探索区域,可用于展示寒地资源、特殊怪物和高阶冒险内容。</p> | |||
<div class="jzy-tag-row"><span class="jzy-tag jzy-tag-locked">未解锁</span><span class="jzy-tag">冰雪</span><span class="jzy-tag">资源</span></div> | |||
</div> | |||
</article> | |||
<div class="jzy- | <article class="jzy-card jzy-island-card jzy-green"> | ||
<div class="jzy-island-media has-island-image"> | |||
<img class="jzy-island-img" src="https://wiki.mcjzy.net/images/1/19/%E8%8B%8D%E7%99%BD%E6%A3%AE%E6%9E%97%E5%B2%9B.png?20260722052534" alt="苍白森林岛"> | |||
</div> | |||
<div class="jzy-island-body"> | |||
<div class="jzy-island-top"> | |||
<div> | |||
<h3 class="jzy-island-title">苍白森林岛</h3> | |||
<p class="jzy-island-sub">森林主题 · 待开放区域</p> | |||
</div> | |||
</div> | |||
<p class="jzy-card-text">神秘森林风格的未来区域,可承载森林资源、怪物探索、隐藏任务与冒险路线。</p> | |||
<div class="jzy-tag-row"><span class="jzy-tag jzy-tag-locked">未解锁</span><span class="jzy-tag">森林</span><span class="jzy-tag">冒险</span></div> | |||
</div> | |||
</article> | |||
</div> | |||
< | <div class="jzy-divider"></div> | ||
<span id="world-jingcheng" class="jzy-anchor"></span> | |||
<div class="jzy-section-heading"> | |||
<h2>璟城主城</h2> | |||
</div> | |||
<div class="jzy-glass"> | |||
璟城是群岛世界的起点,也是秩序与繁华的交汇之地。在这里,玩家可以规划旅程、选择方向、进行传送、接触工坊与商业系统。大多数冒险在出发前,都可以先回到璟城完成补给与准备。 | |||
</div> | |||
<div class="jzy- | <div class="jzy-grid-4"> | ||
<div class="jzy-card jzy-blue"> | |||
<h3 class="jzy-card-title">传送与路线</h3> | |||
<p class="jzy-card-text">通过传送石前往不同区域,是玩家进入岛屿与点位的主要方式。</p> | |||
</div> | |||
<div class="jzy-card jzy-green"> | |||
<h3 class="jzy-card-title">商业与工坊</h3> | |||
<p class="jzy-card-text">方块中心、茶韵轩、裁缝工坊、饰品工坊、匠心工坊等点位集中在这里。</p> | |||
</div> | |||
<div class="jzy-card jzy-gold"> | |||
<h3 class="jzy-card-title">社区与交流</h3> | |||
<p class="jzy-card-text">社区枢纽人流集中,适合认识玩家、寻找伙伴或了解服务器内容。</p> | |||
</div> | |||
<div class="jzy-card jzy-rose"> | |||
<h3 class="jzy-card-title">资源与支线</h3> | |||
<p class="jzy-card-text">矿区、钓鱼点、猎手相关区域和生活设施都能从璟城延伸出去。</p> | |||
</div> | |||
</div> | |||
< | <div class="jzy-divider"></div> | ||
<div class="jzy-section- | <span id="world-points" class="jzy-anchor"></span> | ||
<div class="jzy-section-heading"> | |||
</div> | <h2>璟城点位</h2> | ||
</div> | |||
<p class="jzy-section-desc"> | |||
以下图标对应璟城内的主要传送与区域入口,便于辨认功能位置与探索方向。 | |||
</p> | |||
<div class="jzy-point-grid"> | |||
<div class="jzy-card jzy-point-card jzy-blue"> | |||
<div class="jzy-point-icon"><img src="https://wiki.mcjzy.net/images/thumb/7/75/%E8%93%9D%E6%B9%BE%E9%85%92%E5%90%A7.png/120px-%E8%93%9D%E6%B9%BE%E9%85%92%E5%90%A7.png?20260722053214" alt="蓝湾酒吧"></div> | |||
<div><h3>蓝湾酒吧</h3><p>老叔卖酒的地方,也可能提供带有特殊效果的饮品。适合作为休闲与补给类点位记录。</p></div> | |||
</div> | |||
<div class="jzy-card jzy-point-card jzy-rose"> | |||
<div class="jzy-point-icon"><img src="https://wiki.mcjzy.net/images/thumb/8/8b/%E8%9C%98%E8%9B%9B%E5%B2%9B.png/120px-%E8%9C%98%E8%9B%9B%E5%B2%9B.png?20260722053407" alt="蜘蛛岛"></div> | |||
<div><h3>蜘蛛岛</h3><p>较危险的战斗区域,奖励也更丰厚。与猎手小屋相关,适合放入怪物、掉落与猎手玩法说明。</p></div> | |||
</div> | |||
<div class="jzy-card jzy-point-card jzy-gold"> | |||
<div class="jzy-point-icon"><img src="https://wiki.mcjzy.net/images/a/a5/%E8%A1%A8%E5%B1%82%E7%9F%BF%E5%8C%BA.png?20260722052854" alt="表层矿区"></div> | |||
<div><h3>表层矿区</h3><p>包含表层、上层、中层、下层矿区。矿石种类较多,也需要注意区域内的怪物。</p></div> | |||
</div> | |||
<div class="jzy-card jzy-point-card jzy-green"> | |||
<div class="jzy-point-icon"><img src="https://wiki.mcjzy.net/images/thumb/6/6a/%E8%AE%AE%E4%BA%8B%E5%A4%A7%E7%A4%BC%E5%A0%82.png/120px-%E8%AE%AE%E4%BA%8B%E5%A4%A7%E7%A4%BC%E5%A0%82.png?20260722053329" alt="议事大礼堂"></div> | |||
<div><h3>议事大礼堂</h3><p>繁华核心区域,与风尚小馆、方块中心、茶韵轩相关,适合购买和了解多类日常物品。</p></div> | |||
</div> | |||
<div class="jzy-card jzy-point-card jzy-blue"> | |||
<div class="jzy-point-icon"><img src="https://wiki.mcjzy.net/images/thumb/6/6e/%E7%A4%BE%E5%8C%BA%E6%9E%A2%E7%BA%BD.png/120px-%E7%A4%BE%E5%8C%BA%E6%9E%A2%E7%BA%BD.png?20260722053239" alt="社区枢纽"></div> | |||
<div><h3>社区枢纽</h3><p>系统与工坊集中地,关联博物馆、日新集市、战果交易间、多个工坊与环球市集。</p></div> | |||
</div> | |||
<div class="jzy-card jzy-point-card jzy-green"> | |||
<div class="jzy-point-icon"><img src="https://wiki.mcjzy.net/images/thumb/a/aa/%E7%9F%BF%E5%B1%B1%E9%9D%99%E6%B1%A0.png/120px-%E7%9F%BF%E5%B1%B1%E9%9D%99%E6%B1%A0.png?20260722053148" alt="矿山静池"></div> | |||
<div><h3>矿山静池</h3><p>位于南境岛中央,环境安静,适合垂钓与短暂停留,也可关联中华小食府。</p></div> | |||
</div> | |||
<div class="jzy-card jzy-point-card jzy-rose"> | |||
<div class="jzy-point-icon"><img src="https://wiki.mcjzy.net/images/thumb/9/97/%E8%8A%B1%E5%8D%89%E5%B0%8F%E5%B1%8B.png/120px-%E8%8A%B1%E5%8D%89%E5%B0%8F%E5%B1%8B.png?20260722053119" alt="花卉小屋"></div> | |||
<div><h3>花卉小屋</h3><p>出售各类装饰物,可用于装饰领地。与茶韵轩、方块中心形成生活装饰路线。</p></div> | |||
</div> | |||
<div class="jzy-card jzy-point-card jzy-blue"> | |||
<div class="jzy-point-icon"><img src="https://wiki.mcjzy.net/images/thumb/9/90/%E5%9E%82%E9%92%93%E5%B0%8F%E5%B1%8B.png/120px-%E5%9E%82%E9%92%93%E5%B0%8F%E5%B1%8B.png?20260722053055" alt="垂钓小屋"></div> | |||
<div><h3>垂钓小屋</h3><p>鱼类资源丰富,适合钓鱼玩家前往。可关联家具天地与烹饪工坊。</p></div> | |||
</div> | |||
<div class="jzy-card jzy-point-card jzy-green"> | |||
<div class="jzy-point-icon"><img src="https://wiki.mcjzy.net/images/thumb/f/f6/%E7%95%9C%E7%89%A7%E5%B2%9B.png/120px-%E7%95%9C%E7%89%A7%E5%B2%9B.png?20260722052947" alt="畜牧岛"></div> | |||
<div><h3>畜牧岛</h3><p>动物较多,也可能产出畜牧相关资源。适合记录动物、材料与生活玩法内容。</p></div> | |||
</div> | |||
<div class="jzy-card jzy-point-card jzy-gold"> | |||
<div class="jzy-point-icon"><img src="https://wiki.mcjzy.net/images/thumb/f/f8/%E7%95%9C%E7%89%A7%E5%B2%9B%E5%B0%8F%E5%B1%8B.png/120px-%E7%95%9C%E7%89%A7%E5%B2%9B%E5%B0%8F%E5%B1%8B.png?20260722053017" alt="畜牧岛小屋"></div> | |||
<div><h3>畜牧岛小屋</h3><p>畜牧相关入口点,可作为畜牧岛路线中的补充说明。</p></div> | |||
</div> | |||
<div class="jzy-card jzy-point-card jzy-violet"> | |||
<div class="jzy-point-icon"><img src="https://wiki.mcjzy.net/images/thumb/1/1c/%E7%A6%85%E5%BF%83%E7%A2%A7%E6%BD%AD.png/120px-%E7%A6%85%E5%BF%83%E7%A2%A7%E6%BD%AD.png?20260722052917" alt="禅心碧潭"></div> | |||
<div><h3>禅心碧潭</h3><p>山恋如墨、云雾轻绕,适合放入风景、休闲、钓鱼或观光类说明。</p></div> | |||
</div> | |||
<div class="jzy-card jzy-point-card jzy-rose"> | |||
<div class="jzy-point-icon"><img src="https://wiki.mcjzy.net/images/thumb/f/f1/%E6%9C%AA%E7%9F%A5%E5%8C%BA%E5%9F%9F.png/120px-%E6%9C%AA%E7%9F%A5%E5%8C%BA%E5%9F%9F.png?20260722053304" alt="未知区域"></div> | |||
<div><h3>未知区域</h3><p>当前暂未开放,后续可以在区域解锁后补充名称、入口、功能与截图。</p></div> | |||
</div> | |||
</div> | |||
<div class="jzy | <div class="jzy-divider"></div> | ||
<span id=" | <span id="world-route" class="jzy-anchor"></span> | ||
<div class="jzy-section-heading"> | |||
<h2>推荐探索路线</h2> | |||
</div> | |||
<div class="jzy-route-grid"> | |||
<div class="jzy-card jzy-step jzy-blue"> | |||
<div class="jzy-step-num">1</div> | |||
<h3 class="jzy-card-title">整理个人海岛</h3> | |||
<p class="jzy-card-text">先熟悉海岛菜单、储物、建设与协作者管理,把个人据点稳定下来。</p> | |||
</div> | |||
<div class="jzy-card jzy-step jzy-green"> | |||
<div class="jzy-step-num">2</div> | |||
<h3 class="jzy-card-title">前往璟城整备</h3> | |||
<p class="jzy-card-text">在璟城寻找商店、工坊、任务与传送入口,确认下一步探索方向。</p> | |||
</div> | |||
<div class="jzy-card jzy-step jzy-gold"> | |||
<div class="jzy-step-num">3</div> | |||
<h3 class="jzy-card-title">选择区域探索</h3> | |||
<p class="jzy-card-text">根据目标前往矿区、钓鱼点、猎手区域、地下城或未来开放的主题岛屿。</p> | |||
</div> | |||
<div class="jzy-card jzy-step jzy-rose"> | |||
<div class="jzy-step-num">4</div> | |||
<h3 class="jzy-card-title">回流成长系统</h3> | |||
<p class="jzy-card-text">把获得的资源用于装备、属性、技能、收集与海岛建设,形成长期成长循环。</p> | |||
</div> | |||
</div> | |||
<div class="jzy- | <div class="jzy-divider"></div> | ||
</div> | |||
<div class="jzy-glass"> | |||
<b>维护建议:</b>如果后续新增岛屿,可以复制“岛屿图鉴”中的任意一张卡片,修改岛屿名、开放状态、介绍文字和图片地址即可。点位内容也可以继续按璟城点位卡片的格式追加。 | |||
</div> | |||
</div> | </div> | ||
| 第372行: | 第923行: | ||
(function () { | (function () { | ||
function removeFooterArtifacts() { | function removeFooterArtifacts() { | ||
["#mw-data-after-content", ".mw-data-after-content", ".citizen-page-footer__info", ".citizen-page-footer .mw-footer-info"].forEach(function (selector) { | var selectors = [ | ||
"#mw-data-after-content", | |||
".mw-data-after-content", | |||
".citizen-page-footer__info", | |||
".citizen-page-footer .mw-footer-info" | |||
]; | |||
selectors.forEach(function (selector) { | |||
document.querySelectorAll(selector).forEach(function (element) { | document.querySelectorAll(selector).forEach(function (element) { | ||
element.style.setProperty("display", "none", "important"); | element.style.setProperty("display", "none", "important"); | ||
}); | }); | ||
}); | |||
} | |||
function removeFooterGapStrip(footer) { | |||
var editLink = document.querySelector('a[href*="action=edit"]'); | |||
if (!editLink || !footer) return; | |||
var editBottom = editLink.getBoundingClientRect().bottom; | |||
var footerTop = footer.getBoundingClientRect().top; | |||
if (footerTop <= editBottom) return; | |||
document.querySelectorAll("body div, body section, body hr").forEach(function (element) { | |||
if (element === footer || footer.contains(element) || element.contains(footer)) return; | |||
var rect = element.getBoundingClientRect(); | |||
var isWideStrip = rect.width > window.innerWidth * 0.45 && rect.height >= 8 && rect.height <= 80; | |||
var isInFooterGap = rect.top >= editBottom - 4 && rect.bottom <= footerTop + 4; | |||
if (isWideStrip && isInFooterGap) { | |||
element.style.setProperty("display", "none", "important"); | |||
} | |||
}); | }); | ||
} | } | ||
| 第381行: | 第960行: | ||
function buildFooter() { | function buildFooter() { | ||
removeFooterArtifacts(); | removeFooterArtifacts(); | ||
var footer = document.querySelector("#citizen-footer, .citizen-footer, #footer, .mw-footer"); | var footer = document.querySelector("#citizen-footer, .citizen-footer, #footer, .mw-footer"); | ||
if (!footer || document.getElementById("jzy-official-footer")) return; | if (!footer || document.getElementById("jzy-official-footer")) return; | ||
var gameRulesUrl = "/index.php?title=%E6%B8%B8%E6%88%8F%E8%A7%84%E5%88%99"; | |||
var contactUrl = "https://qm.qq.com/q/560dSf2pxe"; | |||
var layout = document.createElement("section"); | var layout = document.createElement("section"); | ||
layout.id = "jzy-official-footer"; | layout.id = "jzy-official-footer"; | ||
| 第403行: | 第985行: | ||
'<p class="jzy-official-footer-copy">江中缘满载无限可能,随心定义你的线上欢乐时光。<br><strong>江中缘 Wiki</strong> 由社区维护,记录服务器的玩法、系统与资料。<br>本站内容基于《江中缘》相关的《我的世界》游戏内容整理;本 Wiki 与 Mojang Studios、Microsoft、网易无隶属关系。<br>© 2026 江中缘。版权所有。</p>' + | '<p class="jzy-official-footer-copy">江中缘满载无限可能,随心定义你的线上欢乐时光。<br><strong>江中缘 Wiki</strong> 由社区维护,记录服务器的玩法、系统与资料。<br>本站内容基于《江中缘》相关的《我的世界》游戏内容整理;本 Wiki 与 Mojang Studios、Microsoft、网易无隶属关系。<br>© 2026 江中缘。版权所有。</p>' + | ||
'<nav class="jzy-official-footer-links" aria-label="页脚链接">' + | '<nav class="jzy-official-footer-links" aria-label="页脚链接">' + | ||
'<a href=" | '<a href="' + gameRulesUrl + '">游戏规则</a>' + | ||
'<a href="/index.php?title=%E9%A6%96%E9%A1%B5">关于本站</a>' + | '<a href="/index.php?title=%E9%A6%96%E9%A1%B5">关于本站</a>' + | ||
'<a href=" | '<a href="' + contactUrl + '" target="_blank" rel="noopener">联系我们</a>' + | ||
'</nav>' + | '</nav>' + | ||
'</div>'; | '</div>'; | ||
| 第411行: | 第993行: | ||
footer.insertBefore(layout, footer.firstChild); | footer.insertBefore(layout, footer.firstChild); | ||
footer.classList.add("jzy-footer-ready"); | footer.classList.add("jzy-footer-ready"); | ||
window.setTimeout(removeFooterArtifacts, 120); | window.setTimeout(function () { | ||
window.setTimeout(removeFooterArtifacts, 600); | removeFooterArtifacts(); | ||
removeFooterGapStrip(footer); | |||
}, 120); | |||
window.setTimeout(function () { | |||
removeFooterArtifacts(); | |||
removeFooterGapStrip(footer); | |||
}, 600); | |||
} | } | ||
| 第422行: | 第1,010行: | ||
})(); | })(); | ||
</script> | </script> | ||
<div style="width:100%; margin:22px 0 8px; text-align:center;"> | |||
<a href="/index.php?title=%E6%B5%B7%E5%B2%9B%E5%A4%A7%E4%B8%96%E7%95%8C&action=edit" style="display:inline-flex; align-items:center; justify-content:center; min-width:150px; min-height:44px; padding:0 24px; border-radius:12px; background:linear-gradient(180deg,#fff4c7,#f4cf78); color:#164554 !important; text-decoration:none !important; font-size:16px; font-weight:900; border:1px solid rgba(255,255,255,.45); border-bottom:3px solid #d4a848; box-shadow:0 10px 22px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.55); text-shadow:none !important;">编辑入口</a> | |||
</div> | |||
</html> | |||
</html> | </html> | ||
海岛大世界是江中缘玩家探索、传送、成长与社交的主要舞台。玩家以个人海岛作为长期据点,从璟城完成整备与传送,再前往地下城和未来开放的主题岛屿,展开采集、战斗、交易、建设与冒险。
下方展示了当前已知岛屿与区域图标,方便玩家快速识别不同区域的主题、开放状态与主要玩法方向。
新手起点 · 长期据点
适合建造家园、整理资源、布置装饰、规划农田与邀请协作者。
主城枢纽 · 旅程起点
群岛世界的起点,也是传送、商业、工坊、社区系统与玩家交汇的核心区域。
副本挑战 · 隐藏房间
踏入神秘地下城,探索错综复杂的区域与隐藏房间,迎战守卫与首领,收集珍稀战利品。
沙漠主题 · 待开放区域
以沙漠、遗迹和炎热环境为主要印象,后续可作为宝藏、矿产或商贸探险岛屿展示。
寒地主题 · 待开放区域
冰雪环境下的未来探索区域,可用于展示寒地资源、特殊怪物和高阶冒险内容。
森林主题 · 待开放区域
神秘森林风格的未来区域,可承载森林资源、怪物探索、隐藏任务与冒险路线。
通过传送石前往不同区域,是玩家进入岛屿与点位的主要方式。
方块中心、茶韵轩、裁缝工坊、饰品工坊、匠心工坊等点位集中在这里。
社区枢纽人流集中,适合认识玩家、寻找伙伴或了解服务器内容。
矿区、钓鱼点、猎手相关区域和生活设施都能从璟城延伸出去。
以下图标对应璟城内的主要传送与区域入口,便于辨认功能位置与探索方向。
老叔卖酒的地方,也可能提供带有特殊效果的饮品。适合作为休闲与补给类点位记录。
较危险的战斗区域,奖励也更丰厚。与猎手小屋相关,适合放入怪物、掉落与猎手玩法说明。

包含表层、上层、中层、下层矿区。矿石种类较多,也需要注意区域内的怪物。
繁华核心区域,与风尚小馆、方块中心、茶韵轩相关,适合购买和了解多类日常物品。
系统与工坊集中地,关联博物馆、日新集市、战果交易间、多个工坊与环球市集。
位于南境岛中央,环境安静,适合垂钓与短暂停留,也可关联中华小食府。
出售各类装饰物,可用于装饰领地。与茶韵轩、方块中心形成生活装饰路线。
鱼类资源丰富,适合钓鱼玩家前往。可关联家具天地与烹饪工坊。
动物较多,也可能产出畜牧相关资源。适合记录动物、材料与生活玩法内容。
畜牧相关入口点,可作为畜牧岛路线中的补充说明。
山恋如墨、云雾轻绕,适合放入风景、休闲、钓鱼或观光类说明。
当前暂未开放,后续可以在区域解锁后补充名称、入口、功能与截图。
先熟悉海岛菜单、储物、建设与协作者管理,把个人据点稳定下来。
在璟城寻找商店、工坊、任务与传送入口,确认下一步探索方向。
根据目标前往矿区、钓鱼点、猎手区域、地下城或未来开放的主题岛屿。
把获得的资源用于装备、属性、技能、收集与海岛建设,形成长期成长循环。
</html>