|
|
| 第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-world{ | | .jzy-entry-shell{ |
| max-width:min(1180px,calc(100vw - 560px)); | | max-width:min(1160px,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-hero{ | | .jzy-entry-hero{ |
| display:grid;
| | padding:28px 30px; |
| 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%), |
| 第44行: |
第24行: |
| 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:22px; | | border-radius:20px; |
| 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; | | color:#f6fbf7; |
| } | | } |
| .jzy-kicker{ | | .jzy-entry-kicker{ |
| color:#fff4c7; | | color:#fff4c7; |
| font-size:14px; | | font-size:14px; |
| 第54行: |
第34行: |
| letter-spacing:.08em; | | letter-spacing:.08em; |
| } | | } |
| .jzy-title-row{ | | .jzy-entry-title{ |
| display:flex;
| | margin:8px 0 10px; |
| align-items:center;
| | font-size:34px; |
| 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-lead{ | | .jzy-entry-lead{ |
| max-width:820px; | | max-width:860px; |
| margin:0; | | margin:0; |
| color:#d6eee6; | | color:#d6eee6; |
| font-size:17px; | | font-size:16px; |
| line-height:1.9; | | line-height:1.9; |
| } | | } |
| .jzy-hero-notes{ | | .jzy-entry-divider{ |
| 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:26px 0; | | margin:24px 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-heading{ | | .jzy-section-card{ |
| 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,.44),rgba(10,46,31,.30)); | | linear-gradient(135deg,rgba(8,43,58,.42),rgba(10,46,31,.30)); |
| border:1px solid rgba(126,204,218,.22); | | border:1px solid rgba(126,204,218,.22); |
| border-radius:18px; | | border-radius:16px; |
| 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.86; | | line-height:1.88; |
| } | | } |
| .jzy-grid-4, | | .jzy-section-card h2{ |
| .jzy-grid-3,
| | margin-top:0!important; |
| .jzy-island-grid,
| |
| .jzy-point-grid,
| |
| .jzy-route-grid{
| |
| display:grid; | |
| gap:14px;
| |
| } | | } |
| .jzy-grid-4{ | | .jzy-card-grid{ |
| grid-template-columns:repeat(4,minmax(0,1fr)); | | width:100%; |
| | border-collapse:separate!important; |
| | border-spacing:10px!important; |
| | border:none!important; |
| | background:transparent!important; |
| } | | } |
| .jzy-grid-3{ | | .jzy-info-card, |
| grid-template-columns:repeat(3,minmax(0,1fr));
| | .jzy-route-card, |
| }
| | .jzy-link-card{ |
| .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-card{
| |
| position:relative; | | position:relative; |
| overflow:hidden; | | overflow:hidden; |
| padding:18px; | | padding:18px 16px; |
| border-radius:16px; | | border-radius:14px; |
| background:rgba(8,43,58,.44);
| | border:1px solid rgba(255,255,255,.10); |
| 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); |
| | vertical-align:top; |
| | line-height:1.72; |
| } | | } |
| .jzy-card::before{ | | .jzy-info-card::before, |
| | .jzy-route-card::before, |
| | .jzy-link-card::before{ |
| content:""; | | content:""; |
| position:absolute; | | position:absolute; |
| inset:0; | | inset:0; |
| background:linear-gradient(135deg,rgba(255,255,255,.13),transparent 50%); | | background:linear-gradient(135deg,rgba(255,255,255,.14),transparent 50%); |
| pointer-events:none; | | pointer-events:none; |
| } | | } |
| .jzy-card > *{
| | .jzy-blue{background:rgba(8,74,88,.48);color:#dffbff;border-bottom:3px solid #16c3d0} |
| position:relative;
| | .jzy-green{background:rgba(18,70,42,.48);color:#d7f8e2;border-bottom:3px solid #5ab878} |
| }
| | .jzy-gold{background:rgba(98,67,20,.44);color:#ffe9ad;border-bottom:3px solid #d4a848} |
| .jzy-blue{background:rgba(8,74,88,.48);border-bottom:3px solid #16c3d0} | | .jzy-rose{background:rgba(80,26,48,.44);color:#f4c9dc;border-bottom:3px solid #d95b91} |
| .jzy-green{background:rgba(18,70,42,.48);border-bottom:3px solid #5ab878} | | .jzy-violet{background:rgba(42,30,80,.44);color:#dcd2ff;border-bottom:3px solid #8c78da} |
| .jzy-gold{background:rgba(98,67,20,.44);border-bottom:3px solid #d4a848} | | .jzy-muted{color:rgba(238,248,251,.78);font-size:.9em} |
| .jzy-rose{background:rgba(80,26,48,.44);border-bottom:3px solid #d95b91} | | .jzy-entry-callout{ |
| .jzy-violet{background:rgba(42,30,80,.44);border-bottom:3px solid #8c78da} | | margin:18px 0; |
| .jzy-card-title{ | | padding:18px 20px; |
| margin:0 0 8px;
| | color:#eaf8f5; |
| color:#fff;
| | font-size:17px; |
| font-size:18px;
| | line-height:1.9; |
| font-weight:900;
| | background:rgba(6,61,75,.48); |
| line-height:1.35;
| | border:1px solid rgba(120,216,240,.24); |
| }
| | border-left:4px solid #78d8f0; |
| .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; |
| color:#164554;
| | box-shadow:inset 0 1px 0 rgba(255,255,255,.09); |
| 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-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{ | | .jzy-entry-list{ |
| margin:0; | | margin:0; |
| color:rgba(238,248,251,.82); | | padding-left:1.5em; |
| 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-entry-list li{margin:.42em 0} |
| .jzy-side-toc{ | | .jzy-side-toc{ |
| position:fixed; | | position:fixed; |
| 第527行: |
第165行: |
| border-color:rgba(244,207,120,.30); | | border-color:rgba(244,207,120,.30); |
| } | | } |
| | span[id^="intro-"]{scroll-margin-top:96px} |
| @media(max-width:1480px){ | | @media(max-width:1480px){ |
| .jzy-world{max-width:calc(100vw - 500px)} | | .jzy-entry-shell{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-world{max-width:100%;margin:0} | | .jzy-entry-shell{max-width:100%;margin:0} |
| .jzy-side-toc{display:none} | | .jzy-side-toc{display:none} |
| } | | } |
| @media(max-width:900px){ | | @media(max-width:760px){ |
| .jzy-hero, | | .jzy-entry-hero{padding:22px 18px} |
| .jzy-island-card, | | .jzy-entry-title{font-size:28px} |
| .jzy-gallery{ | | .jzy-card-grid{border-spacing:8px!important} |
| grid-template-columns:1fr;
| | } |
| } | | |
| .jzy-grid-4, | | /* ===== 游戏简介:首页同款字体与清晰度优化 ===== */ |
| .jzy-grid-3,
| | .jzy-entry-shell, |
| .jzy-island-grid, | | .jzy-entry-shell *, |
| .jzy-point-grid,
| | .jzy-side-toc, |
| .jzy-route-grid{
| | .jzy-side-toc *{ |
| grid-template-columns:1fr;
| | font-family:"HarmonyOS Sans SC","MiSans","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",sans-serif!important; |
| } | | -webkit-font-smoothing:antialiased; |
| .jzy-hero-notes{ | | -moz-osx-font-smoothing:grayscale; |
| grid-template-columns:1fr;
| | text-rendering:optimizeLegibility; |
| } | | } |
| .jzy-title{font-size:34px} | | .jzy-entry-shell{ |
| .jzy-image-slot img, | | font-size:18px; |
| .jzy-island-img{ | | line-height:1.92; |
| min-height:180px;
| | color:#f3fbff; |
| } | | text-shadow:0 2px 5px rgba(1,18,28,.68); |
| | } |
| | .jzy-entry-title{ |
| | font-size:40px; |
| | line-height:1.2; |
| | font-weight:900; |
| | letter-spacing:0; |
| | text-shadow:0 3px 10px rgba(1,18,28,.80); |
| | } |
| | .jzy-entry-kicker{font-size:15px;letter-spacing:0;text-shadow:0 2px 5px rgba(1,18,28,.66)} |
| | .jzy-entry-lead{font-size:18px;line-height:1.95;text-shadow:0 2px 5px rgba(1,18,28,.76)} |
| | .jzy-entry-shell h2{ |
| | font-size:29px!important; |
| | line-height:1.32!important; |
| | font-weight:900!important; |
| | letter-spacing:0; |
| | text-shadow:0 3px 8px rgba(1,18,28,.76)!important; |
| | } |
| | .jzy-section-card,.jzy-entry-callout{font-size:18px;line-height:1.95;text-shadow:0 2px 5px rgba(1,18,28,.76)} |
| | .jzy-info-card,.jzy-route-card,.jzy-link-card{font-size:17px;line-height:1.78;text-shadow:0 2px 5px rgba(1,18,28,.74)} |
| | .jzy-info-card strong,.jzy-route-card strong,.jzy-link-card strong,.jzy-entry-shell > ol{color:#fff;font-weight:900;text-shadow:0 2px 6px rgba(1,18,28,.82)} |
| | .jzy-muted{color:rgba(241,250,253,.92);font-size:.94em;text-shadow:0 1px 4px rgba(1,18,28,.68)} |
| | .jzy-side-toc-title{font-size:16px;letter-spacing:0;text-shadow:0 2px 4px rgba(1,18,28,.70)} |
| | .jzy-side-toc a{font-size:13px;line-height:1.3;text-shadow:0 1px 3px rgba(1,18,28,.70)} |
| | @media(max-width:760px){ |
| | .jzy-entry-shell{font-size:16px;line-height:1.88} |
| | .jzy-entry-title{font-size:34px} |
| | .jzy-entry-lead,.jzy-section-card,.jzy-entry-callout{font-size:16px;line-height:1.9} |
| | .jzy-entry-shell h2{font-size:26px!important} |
| | .jzy-info-card,.jzy-route-card,.jzy-link-card{font-size:16px;line-height:1.72} |
| | } |
| | |
| | /* ===== 游戏简介:首页统一玻璃层级 ===== */ |
| | /* 介于背景可见与内容清晰之间,避免深色厚框破坏首页的轻盈感。 */ |
| | .jzy-entry-hero{ |
| | background:rgba(7,52,63,.70); |
| | border-color:rgba(190,241,220,.28); |
| | box-shadow:0 15px 30px rgba(2,18,28,.24),inset 0 1px 0 rgba(255,255,255,.13); |
| | } |
| | .jzy-section-card{ |
| | background:rgba(7,56,69,.61); |
| | border-color:rgba(126,204,218,.26); |
| | box-shadow:0 12px 26px rgba(0,0,0,.21),inset 0 1px 0 rgba(255,255,255,.12); |
| | } |
| | .jzy-info-card, |
| | .jzy-route-card, |
| | .jzy-link-card{ |
| | border-color:rgba(255,255,255,.14); |
| | box-shadow:0 10px 22px rgba(0,0,0,.21),inset 0 1px 0 rgba(255,255,255,.12); |
| | } |
| | .jzy-blue{background:rgba(8,74,88,.62)} |
| | .jzy-green{background:rgba(18,70,42,.62)} |
| | .jzy-gold{background:rgba(98,67,20,.59)} |
| | .jzy-rose{background:rgba(80,26,48,.60)} |
| | .jzy-violet{background:rgba(42,30,80,.60)} |
| | .jzy-entry-callout{ |
| | background:rgba(6,61,75,.63); |
| | border-color:rgba(120,216,240,.30); |
| | box-shadow:0 11px 24px rgba(2,18,28,.20),inset 0 1px 0 rgba(255,255,255,.12); |
| } | | } |
| @media(max-width:560px){
| | .jzy-side-toc{ |
| .jzy-hero,
| | background:rgba(8,43,58,.70); |
| .jzy-glass{
| | border-color:rgba(126,204,218,.28); |
| padding:20px 16px;
| | box-shadow:0 14px 28px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.12); |
| border-radius:16px;
| | backdrop-filter:none; |
| }
| | -webkit-backdrop-filter:none; |
| .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-side-toc a{background:rgba(255,255,255,.065)} |
| </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="#world-top">页面顶部</a> | | <a href="#intro-top">页面顶部</a> |
| <a href="#world-overview">世界总览</a> | | <a href="#intro-overview">游戏概览</a> |
| <a href="#world-home">个人海岛</a> | | <a href="#intro-loop">玩法循环</a> |
| <a href="#world-islands">岛屿图鉴</a> | | <a href="#intro-systems">主要系统</a> |
| <a href="#world-jingcheng">璟城主城</a> | | <a href="#intro-features">游戏特色</a> |
| <a href="#world-points">璟城点位</a> | | <a href="#intro-route">新手路线</a> |
| <a href="#world-gallery">地图图册</a>
| |
| <a href="#world-route">探索路线</a>
| |
| </div> | | </div> |
| | </html> |
|
| |
|
| <div class="jzy-world"> | | <div class="jzy-entry-shell"> |
| <span id="world-top" class="jzy-anchor"></span>
| |
|
| |
|
| <section class="jzy-hero">
| | <span id="intro-top"></span> |
| <div>
| | <div class="jzy-entry-hero"> |
| <div class="jzy-kicker">江中缘 Wiki · 游戏资讯</div>
| | <div class="jzy-entry-kicker">江中缘 Wiki · 游戏资讯</div> |
| <div class="jzy-title-row">
| | <div class="jzy-entry-title">游戏简介</div> |
| <h1 class="jzy-title">海岛大世界</h1>
| | <p class="jzy-entry-lead">江中缘是一款以海岛经营为起点,融合高版本特性、角色成长、资源采集、装备养成、探索冒险与多人社区互动的《我的世界》网易 Java 版服务器。</p> |
| </div>
| | </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>
| |
| <div class="jzy-image-slot">
| |
| <!-- 上传世界地图或海岛总览图后,可替换为:<img src="/images/你的图片路径/world-map.png" alt="海岛大世界地图"> -->
| |
| <span>世界地图图片位置</span>
| |
| </div>
| |
| </section>
| |
|
| |
|
| <div class="jzy-divider"></div>
| | <div class="jzy-entry-divider"></div> |
|
| |
|
| <span id="world-overview" class="jzy-anchor"></span>
| | <span id="intro-overview"></span> |
| <div class="jzy-section-heading">
| | == 游戏概览 == |
| <h2>世界总览</h2>
| |
| </div>
| |
| <p class="jzy-section-desc">
| |
| 海岛大世界不是单一地图,而是由个人海岛、璟城主城、地下城以及多个主题岛屿组成的区域网络。不同岛屿承担不同功能,有的负责新手成长与经营,有的承担交易与工坊,有的则用于探索、战斗和资源获取。
| |
| </p>
| |
|
| |
|
| <div class="jzy-grid-4">
| | <div class="jzy-section-card"> |
| <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> |
|
| |
|
| <span id="world-home" class="jzy-anchor"></span>
| | {| class="jzy-card-grid" |
| <div class="jzy-section-heading">
| | | class="jzy-info-card jzy-blue" style="width:25%;" | '''玩法定位'''<br><span class="jzy-muted">海岛经营、MMORPG、多人社区</span> |
| <h2>个人海岛</h2>
| | | class="jzy-info-card jzy-green" style="width:25%;" | '''成长方向'''<br><span class="jzy-muted">技能、装备、属性、职业与收藏</span> |
| </div>
| | | class="jzy-info-card jzy-gold" style="width:25%;" | '''主要内容'''<br><span class="jzy-muted">庄园、集市、任务、拍卖、地下城</span> |
| <div class="jzy-glass">
| | | class="jzy-info-card jzy-rose" style="width:25%;" | '''适合玩家'''<br><span class="jzy-muted">喜欢养成、探索、经营和合作的玩家</span> |
| 个人海岛是玩家进入江中缘后的长期据点,也是新手最先接触的经营区域。玩家可以在这里建造建筑、摆放装饰、整理仓储、规划功能区,并通过海岛菜单管理自己的岛屿权限与协作者。
| | |} |
| <br><br>
| |
| 对刚进入蓬莱世界的玩家来说,个人海岛可以作为熟悉系统的起点:先完成基础引导,学习如何回到海岛、如何使用菜单、如何整理资源,再逐步前往璟城和其他区域扩展玩法。
| |
| </div>
| |
|
| |
|
| <div class="jzy-grid-3">
| | <div class="jzy-entry-divider"></div> |
| <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>
| |
|
| |
|
| <div class="jzy-divider"></div>
| | <span id="intro-loop"></span> |
| | == 玩法循环 == |
|
| |
|
| <span id="world-islands" class="jzy-anchor"></span>
| | <div class="jzy-section-card"> |
| <div class="jzy-section-heading">
| | 江中缘的游玩流程可以理解为一个不断扩展的成长循环:从基础资源开始,逐步解锁系统、提升效率、参与更高阶内容,并将获得的收益继续投入到庄园和角色成长中。 |
| <h2>岛屿图鉴</h2>
| | </div> |
| </div>
| |
| <p class="jzy-section-desc">
| |
| 下方展示了当前已知岛屿与区域图标,方便玩家快速识别不同区域的主题、开放状态与主要玩法方向。
| |
| </p>
| |
|
| |
|
| <div class="jzy-island-grid">
| | {| class="jzy-card-grid" |
| <article class="jzy-card jzy-island-card jzy-blue">
| | | class="jzy-route-card jzy-blue" style="width:25%;" | '''1. 获取资源'''<br><span class="jzy-muted">通过采集、战斗、任务、交易等方式积累初始物资。</span> |
| <div class="jzy-island-media has-island-image">
| | | class="jzy-route-card jzy-green" style="width:25%;" | '''2. 建设庄园'''<br><span class="jzy-muted">布置与经营自己的海岛庄园,提高发展效率。</span> |
| <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="个人海岛">
| | | class="jzy-route-card jzy-gold" style="width:25%;" | '''3. 提升角色'''<br><span class="jzy-muted">提升技能、职业、装备、属性和收藏进度。</span> |
| </div>
| | | class="jzy-route-card jzy-rose" style="width:25%;" | '''4. 挑战内容'''<br><span class="jzy-muted">参与活动、探索地图、挑战怪物与地下城。</span> |
| <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-green">
| | <div class="jzy-entry-divider"></div> |
| <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">
| | <span id="intro-systems"></span> |
| <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>
| |
|
| |
|
| <article class="jzy-card jzy-island-card jzy-gold">
| | {| class="jzy-card-grid" |
| <div class="jzy-island-media has-island-image">
| | | class="jzy-link-card jzy-blue" style="width:50%;" | '''[[庄园系统]]'''<br><span class="jzy-muted">围绕海岛建设、装饰、经营和扩展展开,是玩家长期发展的基础。</span> |
| <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="金沙岛">
| | | class="jzy-link-card jzy-green" style="width:50%;" | '''[[技能系统]]'''<br><span class="jzy-muted">通过不同玩法提升技能等级,增强角色成长和资源获取能力。</span> |
| </div>
| | |- |
| <div class="jzy-island-body">
| | | class="jzy-link-card jzy-gold" | '''[[属性|属性系统]]'''<br><span class="jzy-muted">影响战斗、采集和角色能力,是装备与养成的重要组成部分。</span> |
| <div class="jzy-island-top">
| | | class="jzy-link-card jzy-rose" | '''[[物品图鉴]]'''<br><span class="jzy-muted">记录服务器内的物品、道具与收集目标,帮助玩家规划发展路线。</span> |
| <div>
| | |- |
| <h3 class="jzy-island-title">金沙岛</h3>
| | | class="jzy-link-card jzy-violet" | '''[[NPC列表|NPC 角色]]'''<br><span class="jzy-muted">不同 NPC 提供任务、交易、功能入口或剧情互动。</span> |
| <p class="jzy-island-sub">沙漠主题 · 待开放区域</p>
| | | class="jzy-link-card jzy-blue" | '''[[地下城]]'''<br><span class="jzy-muted">更偏向战斗挑战的内容,适合已有一定装备基础后参与。</span> |
| </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-entry-divider"></div> |
| <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>
| |
|
| |
|
| <article class="jzy-card jzy-island-card jzy-green">
| | <span id="intro-route"></span> |
| <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>
| | <div class="jzy-section-card"> |
| | 刚进入江中缘时,不建议一开始就追求高阶装备或复杂系统。更稳妥的路线是先熟悉主城、领取海岛、完成基础任务,再逐步了解集市、拍卖、职业、技能与装备养成。 |
| | </div> |
|
| |
|
| <span id="world-jingcheng" class="jzy-anchor"></span>
| | # '''加入服务器''':使用网易 Java 版进入服务器,搜索「江中缘」。 |
| <div class="jzy-section-heading">
| | # '''熟悉出生点''':观察主城区域,找到常用 NPC、功能入口和传送位置。 |
| <h2>璟城主城</h2>
| | # '''领取海岛''':按照指引开启自己的海岛庄园。 |
| </div>
| | # '''完成基础目标''':优先获取基础工具、资源与任务奖励。 |
| <div class="jzy-glass">
| | # '''查看系统页面''':根据需要阅读技能、属性、职业、装备等页面。 |
| 璟城是群岛世界的起点,也是秩序与繁华的交汇之地。在这里,玩家可以规划旅程、选择方向、进行传送、接触工坊与商业系统。大多数冒险在出发前,都可以先回到璟城完成补给与准备。
| |
| </div>
| |
|
| |
|
| <div class="jzy-grid-4">
| | <div class="jzy-entry-divider"></div> |
| <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>
| | <span id="intro-world"></span><span id="intro-features"></span> |
| | == 江中缘的游戏特色 == |
|
| |
|
| <span id="world-points" class="jzy-anchor"></span>
| | {| class="jzy-card-grid" |
| <div class="jzy-section-heading">
| | | class="jzy-link-card jzy-blue" style="width:50%;" | '''从庄园开始的长期经营'''<br><span class="jzy-muted">从基础资源、工具与任务起步,逐步建设海岛、规划生产、提升效率,让每一次投入都沉淀为自己的长期发展。</span> |
| <h2>璟城点位</h2>
| | | class="jzy-link-card jzy-green" style="width:50%;" | '''明确而自由的角色成长'''<br><span class="jzy-muted">采集、战斗、钓鱼、农业与伐木等玩法共同推动技能、职业、属性、装备和个人收集进度。</span> |
| </div>
| | |- |
| <p class="jzy-section-desc">
| | | class="jzy-link-card jzy-gold" | '''持续扩展的装备与资源路线'''<br><span class="jzy-muted">通过收集器、配方、附魔、重铸、宝石、武器、盔甲与饰品等系统,为战斗、采集或生产打造不同方向的配置。</span> |
| 以下图标对应璟城内的主要传送与区域入口,便于辨认功能位置与探索方向。
| | | class="jzy-link-card jzy-rose" | '''多人社区与经济互动'''<br><span class="jzy-muted">集市、拍卖、玩家交易、好友与频道系统让资源流通与协作自然发生;任务、活动和自研游戏则为日常游玩提供更多选择。</span> |
| </p>
| | |} |
|
| |
|
| <div class="jzy-point-grid">
| | <div class="jzy-entry-callout"> |
| <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> |
| <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-divider"></div>
| | </div> |
|
| |
|
| <span id="world-gallery" class="jzy-anchor"></span> | | <html> |
| <div class="jzy-section-heading">
| | <script> |
| <h2>地图图册</h2>
| | (function () { |
| </div>
| | function removeFooterArtifacts() { |
| <p class="jzy-section-desc">
| | ["#mw-data-after-content", ".mw-data-after-content", ".citizen-page-footer__info", ".citizen-page-footer .mw-footer-info"].forEach(function (selector) { |
| 这里预留给后续上传地图总览、岛屿实景或点位截图。建议优先放世界地图、璟城地图和地下城入口图,玩家会更容易理解路线。 | | document.querySelectorAll(selector).forEach(function (element) { |
| </p> | | element.style.setProperty("display", "none", "important"); |
| | }); |
| | }); |
| | } |
|
| |
|
| <div class="jzy-gallery"> | | function buildFooter() { |
| <div class="jzy-image-slot"> | | removeFooterArtifacts(); |
| <!-- <img src="/images/你的图片路径/world-full-map.png" alt="海岛大世界总览图"> -->
| | var footer = document.querySelector("#citizen-footer, .citizen-footer, #footer, .mw-footer"); |
| <span>大地图 / 总览图</span>
| | if (!footer || document.getElementById("jzy-official-footer")) return; |
| </div>
| |
| <div class="jzy-gallery-stack"> | |
| <div class="jzy-image-slot">
| |
| <!-- <img src="/images/你的图片路径/jingcheng-point-map.png" alt="璟城点位图"> -->
| |
| <span>璟城点位图</span>
| |
| </div>
| |
| <div class="jzy-image-slot">
| |
| <!-- <img src="/images/你的图片路径/dungeon-entry.png" alt="地下城入口图"> -->
| |
| <span>地下城入口图</span>
| |
| </div>
| |
| </div>
| |
| </div>
| |
|
| |
|
| <div class="jzy-divider"></div>
| | var layout = document.createElement("section"); |
| | layout.id = "jzy-official-footer"; |
| | layout.setAttribute("aria-label", "江中缘网站页脚"); |
| | layout.innerHTML = |
| | '<div class="jzy-official-footer-top">' + |
| | '<a class="jzy-official-footer-brand" href="https://www.mcjzy.net/" target="_blank" rel="noopener" aria-label="访问江中缘官网">' + |
| | '<img src="https://wiki.mcjzy.net/images/1/10/3.png" alt="江中缘">' + |
| | '</a>' + |
| | '<div class="jzy-official-footer-socials" aria-label="江中缘社区平台">' + |
| | '<span class="jzy-footer-social" title="抖音"><img src="https://wiki.mcjzy.net/images/thumb/0/01/%E6%8A%96%E9%9F%B3.png/120px-%E6%8A%96%E9%9F%B3.png?20260720050242" alt="抖音"></span>' + |
| | '<a class="jzy-footer-social" href="https://space.bilibili.com/102775924?spm_id_from=333.1007.0.0" target="_blank" rel="noopener" title="哔哩哔哩"><img src="https://wiki.mcjzy.net/images/thumb/6/66/B%E7%AB%99.png/120px-B%E7%AB%99.png?20260720050109" alt="哔哩哔哩"></a>' + |
| | '<a class="jzy-footer-social" href="https://kook.vip/3mszpv" target="_blank" rel="noopener" title="KOOK"><img src="https://wiki.mcjzy.net/images/thumb/8/83/KOOK.png/120px-KOOK.png?20260720050143" alt="KOOK"></a>' + |
| | '<a class="jzy-footer-social" href="https://qm.qq.com/q/560dSf2pxe" target="_blank" rel="noopener" title="QQ 群"><img src="https://wiki.mcjzy.net/images/thumb/8/8c/QQ.png/120px-QQ.png?20260720050211" alt="QQ 群"></a>' + |
| | '</div>' + |
| | '</div>' + |
| | '<div class="jzy-official-footer-rule"></div>' + |
| | '<div class="jzy-official-footer-bottom">' + |
| | '<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="页脚链接">' + |
| | '<a href="/index.php?title=%E6%B8%B8%E6%88%8F%E8%A7%84%E5%88%99">游戏规则</a>' + |
| | '<a href="/index.php?title=%E9%A6%96%E9%A1%B5">关于本站</a>' + |
| | '<a href="https://qm.qq.com/q/560dSf2pxe" target="_blank" rel="noopener">联系我们</a>' + |
| | '</nav>' + |
| | '</div>'; |
|
| |
|
| <span id="world-route" class="jzy-anchor"></span>
| | footer.insertBefore(layout, footer.firstChild); |
| <div class="jzy-section-heading">
| | footer.classList.add("jzy-footer-ready"); |
| <h2>推荐探索路线</h2> | | window.setTimeout(removeFooterArtifacts, 120); |
| </div> | | window.setTimeout(removeFooterArtifacts, 600); |
| | } |
|
| |
|
| <div class="jzy-route-grid"> | | if (document.readyState === "loading") { |
| <div class="jzy-card jzy-step jzy-blue">
| | document.addEventListener("DOMContentLoaded", buildFooter); |
| <div class="jzy-step-num">1</div>
| | } else { |
| <h3 class="jzy-card-title">整理个人海岛</h3>
| | buildFooter(); |
| <p class="jzy-card-text">先熟悉海岛菜单、储物、建设与协作者管理,把个人据点稳定下来。</p>
| | } |
| </div>
| | })(); |
| <div class="jzy-card jzy-step jzy-green"> | | </script> |
| <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-divider"></div>
| |
| | |
| <div class="jzy-glass">
| |
| <b>维护建议:</b>如果后续新增岛屿,可以复制“岛屿图鉴”中的任意一张卡片,修改岛屿名、开放状态、介绍文字和图片地址即可。点位内容也可以继续按璟城点位卡片的格式追加。
| |
| </div>
| |
| </div> | |
| </html> | | </html> |