首页:修订间差异
来自jzyfate
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第4行: | 第4行: | ||
<html> | <html> | ||
<style> | <style> | ||
/* 页面级修正:不再把整块 MediaWiki 主体切出一条右侧区域 */ | |||
.mw-body{ | |||
background:transparent!important; | |||
border-color:transparent!important; | |||
box-shadow:none!important; | |||
backdrop-filter:none!important; | |||
-webkit-backdrop-filter:none!important; | |||
} | |||
.jzy-page-shell{ | |||
max-width:min(1220px,calc(100vw - 560px)); | |||
margin:0 auto; | |||
} | |||
.jzy-divider{ | .jzy-divider{ | ||
height:3px; | height:3px; | ||
| 第15行: | 第27行: | ||
position:fixed; | position:fixed; | ||
top:50%; | top:50%; | ||
right: | right:64px; | ||
width:176px; | width:176px; | ||
padding:12px; | padding:12px; | ||
| 第29行: | 第41行: | ||
-webkit-backdrop-filter:blur(4px) saturate(115%); | -webkit-backdrop-filter:blur(4px) saturate(115%); | ||
transform:translateY(-50%); | transform:translateY(-50%); | ||
display: | display:block; | ||
} | } | ||
.jzy-side-toc-title{ | .jzy-side-toc-title{ | ||
| 第60行: | 第72行: | ||
border-color:rgba(244,207,120,.30); | border-color:rgba(244,207,120,.30); | ||
} | } | ||
span[id^="jzy-"]{ | span[id^="jzy-"]{scroll-margin-top:96px} | ||
} | |||
.jzy-home-panel, | .jzy-home-panel, | ||
.jzy-card-table{ | .jzy-card-table{ | ||
| 第82行: | 第92行: | ||
line-height:1.88; | line-height:1.88; | ||
} | } | ||
.jzy-card-table{ | .jzy-card-table{border-spacing:10px!important} | ||
} | |||
.jzy-feature, | .jzy-feature, | ||
.jzy-play, | .jzy-play, | ||
| 第112行: | 第120行: | ||
pointer-events:none; | pointer-events:none; | ||
} | } | ||
.jzy-feature{ | .jzy-feature{padding:18px 14px;width:25%;text-align:center;font-weight:800} | ||
.jzy-play{padding:22px 16px;width:25%;text-align:center;font-weight:800} | |||
.jzy-step{padding:20px 14px;width:25%;text-align:center} | |||
.jzy-hot,.jzy-community{padding:14px 16px;text-align:center;font-weight:750} | |||
.jzy-stat{padding:22px 16px;width:50%;text-align:center;font-weight:800} | |||
} | .jzy-nav-card{padding:15px 18px;width:50%;font-weight:700;border-left:4px solid rgba(120,216,240,.78)} | ||
.jzy-play{ | .jzy-blue{background:rgba(8,74,88,.48);color:#dffbff;border-bottom:3px solid #16c3d0} | ||
.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-rose{background:rgba(80,26,48,.44);color:#f4c9dc;border-bottom:3px solid #d95b91} | |||
.jzy-violet{background:rgba(42,30,80,.44);color:#dcd2ff;border-bottom:3px solid #8c78da} | |||
} | .jzy-cyan{background:rgba(8,58,68,.46);color:#d9f7ff;border-bottom:3px solid #0fb4c1} | ||
.jzy-step{ | .jzy-muted{color:rgba(238,248,251,.78);font-size:.88em;line-height:1.55} | ||
} | |||
.jzy-hot, | |||
.jzy-community{ | |||
} | |||
.jzy-stat{ | |||
} | |||
.jzy-nav-card{ | |||
} | |||
.jzy-blue{ | |||
} | |||
.jzy-green{ | |||
} | |||
.jzy-gold{ | |||
} | |||
.jzy-rose{ | |||
} | |||
.jzy-violet{ | |||
} | |||
.jzy-cyan{ | |||
} | |||
.jzy-muted{ | |||
} | |||
.jzy-nav-card.jzy-green{border-left-color:#5ab878} | .jzy-nav-card.jzy-green{border-left-color:#5ab878} | ||
.jzy-nav-card.jzy-gold{border-left-color:#d4a848} | .jzy-nav-card.jzy-gold{border-left-color:#d4a848} | ||
| 第326行: | 第275行: | ||
color:#fff1b8!important; | color:#fff1b8!important; | ||
} | } | ||
.jzy-icon{ | .jzy-icon{width:124px;height:96px;display:flex;align-items:center;justify-content:center;flex:0 0 124px} | ||
} | |||
.jzy-icon img{max-width:104px;max-height:96px} | .jzy-icon img{max-width:104px;max-height:96px} | ||
.jzy-fallback{ | .jzy-fallback{ | ||
| 第351行: | 第293行: | ||
.jzy-name{text-align:right;line-height:1.2;text-shadow:0 2px 3px rgba(0,0,0,.35)} | .jzy-name{text-align:right;line-height:1.2;text-shadow:0 2px 3px rgba(0,0,0,.35)} | ||
.jzy-card:nth-last-child(1):nth-child(3n+1){grid-column:2} | .jzy-card:nth-last-child(1):nth-child(3n+1){grid-column:2} | ||
@media(max-width:1480px){ | |||
.jzy-page-shell{max-width:calc(100vw - 500px)} | |||
.jzy-side-toc{right:52px} | |||
} | |||
@media(max-width:1279px){ | |||
.jzy-page-shell{max-width:100%;margin:0} | |||
.jzy-side-toc{display:none} | |||
} | |||
@media(max-width:900px){ | @media(max-width:900px){ | ||
.jzy-card-table{border-spacing:8px!important} | .jzy-card-table{border-spacing:8px!important} | ||
.jzy-grid{grid-template-columns:repeat(2,1fr);padding:0} | .jzy-grid{grid-template-columns:repeat(2,1fr);padding:0} | ||
.jzy-card:nth-last-child(1):nth-child(3n+1){grid-column:auto} | .jzy-card:nth-last-child(1):nth-child(3n+1){grid-column:auto} | ||
} | } | ||
@media(max-width:560px){ | @media(max-width:560px){ | ||
| 第400行: | 第330行: | ||
</div> | </div> | ||
</html> | </html> | ||
<div class="jzy-page-shell"> | |||
<span id="jzy-top"></span> | <span id="jzy-top"></span> | ||
| 第439行: | 第371行: | ||
<div id="jzy-grid" class="jzy-grid"></div> | <div id="jzy-grid" class="jzy-grid"></div> | ||
</div> | </div> | ||
<script> | <script> | ||
(function() { | (function() { | ||
| 第449行: | 第380行: | ||
{id:"other",tab:"其他",title:"其他内容",items:["指令","家具","商店"]} | {id:"other",tab:"其他",title:"其他内容",items:["指令","家具","商店"]} | ||
]; | ]; | ||
var tabs = document.getElementById("jzy-tabs"); | var tabs = document.getElementById("jzy-tabs"); | ||
var heading = document.getElementById("jzy-heading"); | var heading = document.getElementById("jzy-heading"); | ||
var grid = document.getElementById("jzy-grid"); | var grid = document.getElementById("jzy-grid"); | ||
function normalize(item) { return typeof item === "string" ? {label:item, page:item} : item; } | |||
function normalize(item) { | |||
function pageUrl(title) { | function pageUrl(title) { | ||
title = String(title || "").trim().replace(/\s+/g, "_"); | title = String(title || "").trim().replace(/\s+/g, "_"); | ||
if (window.mw && mw.util && mw.util.getUrl) | if (window.mw && mw.util && mw.util.getUrl) return mw.util.getUrl(title); | ||
if (window.wgArticlePath) return window.wgArticlePath.replace("$1", encodeURIComponent(title)); | |||
if (window.wgArticlePath) | |||
var script = window.wgScript || "/index.php"; | var script = window.wgScript || "/index.php"; | ||
return script + "?title=" + encodeURIComponent(title); | return script + "?title=" + encodeURIComponent(title); | ||
} | } | ||
function makeCard(item) { | function makeCard(item) { | ||
item = normalize(item); | item = normalize(item); | ||
| 第476行: | 第397行: | ||
a.className = "jzy-card"; | a.className = "jzy-card"; | ||
a.href = item.url || pageUrl(page); | a.href = item.url || pageUrl(page); | ||
var icon = document.createElement("span"); | var icon = document.createElement("span"); | ||
icon.className = "jzy-icon"; | icon.className = "jzy-icon"; | ||
var fallback = document.createElement("span"); | var fallback = document.createElement("span"); | ||
fallback.className = "jzy-fallback"; | fallback.className = "jzy-fallback"; | ||
fallback.textContent = String(item.label).charAt(0); | fallback.textContent = String(item.label).charAt(0); | ||
fallback.style.display = "flex"; | fallback.style.display = "flex"; | ||
if (item.icon) { | if (item.icon) { | ||
var img = document.createElement("img"); | var img = document.createElement("img"); | ||
img.alt = item.label; | img.alt = item.label; | ||
img.src = item.icon; | img.src = item.icon; | ||
img.onerror = function () { | img.onerror = function () { img.remove(); fallback.style.display = "flex"; }; | ||
icon.appendChild(img); | icon.appendChild(img); | ||
} | } | ||
var name = document.createElement("span"); | var name = document.createElement("span"); | ||
name.className = "jzy-name"; | name.className = "jzy-name"; | ||
name.textContent = item.label; | name.textContent = item.label; | ||
icon.appendChild(fallback); | icon.appendChild(fallback); | ||
a.appendChild(icon); | a.appendChild(icon); | ||
| 第505行: | 第418行: | ||
return a; | return a; | ||
} | } | ||
function render(id) { | function render(id) { | ||
var group = groups.find(function(g) { return g.id === id; }) || groups[0]; | var group = groups.find(function(g) { return g.id === id; }) || groups[0]; | ||
heading.textContent = group.title; | heading.textContent = group.title; | ||
grid.innerHTML = ""; | grid.innerHTML = ""; | ||
group.items.forEach(function(item) { | group.items.forEach(function(item) { grid.appendChild(makeCard(item)); }); | ||
tabs.querySelectorAll(".jzy-tab").forEach(function(btn) { | tabs.querySelectorAll(".jzy-tab").forEach(function(btn) { | ||
btn.classList.toggle("is-active", btn.dataset.id === group.id); | btn.classList.toggle("is-active", btn.dataset.id === group.id); | ||
}); | }); | ||
} | } | ||
groups.forEach(function(group) { | groups.forEach(function(group) { | ||
var btn = document.createElement("button"); | var btn = document.createElement("button"); | ||
| 第524行: | 第433行: | ||
btn.dataset.id = group.id; | btn.dataset.id = group.id; | ||
btn.textContent = group.tab; | btn.textContent = group.tab; | ||
btn.onclick = function() { | btn.onclick = function() { render(group.id); }; | ||
tabs.appendChild(btn); | tabs.appendChild(btn); | ||
}); | }); | ||
render("base"); | render("base"); | ||
})(); | })(); | ||
| 第631行: | 第537行: | ||
本站内容基于《江中缘》的我的世界游戏,与 Mojang Studios、Microsoft、网易 无关 | 本站内容基于《江中缘》的我的世界游戏,与 Mojang Studios、Microsoft、网易 无关 | ||
|} | |} | ||
</div> | |||
2026年7月17日 (五) 06:27的版本
江中缘 Wiki
海岛经营 · MMORPG · 多人社区
《我的世界》网易Java游戏版服务器官方百科
关于江中缘
|
江中缘是一款历经四年精心打造的《我的世界:网易Java版》海岛经营结合高版本特性的社区趣味多人 MMORPG 服务器。玩家从一座废弃已久的海岛度假庄园启程,白手起家,解锁超过 10000+ 全新物品道具,一步步打造属于自己的商业版图。 服务器融合了类似 Hypixel Skyblock 的核心内容——采集资源、提升技能、挑战首领、开拓岛屿区域,享受深度成长的乐趣。此外,服务器内置了多款自研游戏,随时与好友来一场轻松的对决或合作。 |
服务器特色:
| 10000+ 全新道具 |
多人联机 趣味互动 |
随机地牢 挑战宝藏 |
自研游戏 独家玩法 |
游戏资讯
游戏基础
核心玩法
| 🏝️ 海岛经营 从废弃度假庄园启程 打造商业帝国 |
⚔️ 随机地牢 挑战隐秘地牢 获取稀有装备 |
🌱 技能成长 采集资源提升技能 深度成长乐趣 |
🎮 自研游戏 多款自研游戏 与好友对决合作 |
内容导航
| 🏡 庄园系统 — 建筑、装饰、经营 | 🎒 物品图鉴 — 10000+种物品道具 |
| 📊 属性系统 — 核心、战斗、采集属性 | 🗺️ 岛屿探索 — 海岛、地牢、首领 |
| 👤 NPC角色 — 商人、任务、互动 | ⚡ 技能系统 — 采集、制作、战斗 |
| 🕹️ 自研游戏 — 多款独家小游戏 | |
快速入门
| 1 加入服务器 网易Java版 搜索「江中缘」 |
2 领取海岛 前往中心岛 与NPC对话 |
3 开始经营 布置庄园 接待旅客 |
4 探索冒险 挑战地牢 获取宝藏 |
热门页面
| 庄园系统 | 物品图鉴 | 属性系统 | 岛屿探索 |
Wiki 统计
| 0 页面总数 |
0 总编辑次数 |
社区
| 📝 编辑指南 | 👥 社区指南 | 📋 模板文档 | 🔧 特殊页面 |
开始你的江中缘之旅
|
连接服务器,打造属于你的梦想海岛庄园 |
|
江中缘 Wiki — 由社区维护的非官方百科全书 |