打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

首页:修订间差异

来自jzyfate
Jzyfate留言 | 贡献
无编辑摘要
标签已被回退
Jzyfate留言 | 贡献
无编辑摘要
标签已被回退
第1行: 第1行:
}
     title = String(title || "").trim().replace(/\s+/g, "_");
.jzy-cta-cell{
    if (window.mw && mw.util && mw.util.getUrl) return mw.util.getUrl(title);
  padding:30px 22px;
     if (window.wgArticlePath) return window.wgArticlePath.replace("$1", encodeURIComponent(title));
  background:
    var script = window.wgScript || "/index.php";
     radial-gradient(circle at 10% 0%,rgba(120,216,240,.14),transparent 28%),
    return script + "?title=" + encodeURIComponent(title);
    radial-gradient(circle at 88% 12%,rgba(244,207,120,.18),transparent 28%),
   }
    linear-gradient(135deg,rgba(4,31,49,.86),rgba(10,82,88,.76),rgba(35,83,53,.76));
   function makeCard(item) {
  border:1px solid rgba(244,207,120,.24);
    item = normalize(item);
  border-radius:18px;
    var page = item.page || item.label;
  border-bottom:4px solid #d4a848;
    var a = document.createElement("a");
  text-align:center;
    a.className = "jzy-card";
  color:#f6fbf7;
    a.href = item.url || pageUrl(page);
  box-shadow:0 14px 30px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.12);
    var icon = document.createElement("span");
}
    icon.className = "jzy-icon";
.jzy-footer-note{
    var fallback = document.createElement("span");
  padding:18px;
    fallback.className = "jzy-fallback";
  background:rgba(8,22,34,.34);
    fallback.textContent = String(item.label).charAt(0);
  border:1px solid rgba(126,204,218,.18);
    fallback.style.display = item.icon ? "none" : "flex";
  border-radius:12px;
     if (item.icon) {
  text-align:center;
      var img = document.createElement("img");
  color:#b9d5dd;
      img.alt = item.label;
  line-height:1.75;
      img.src = item.icon;
}
      img.onerror = function () { img.remove(); fallback.style.display = "flex"; };
#jzy-game-info{
      icon.appendChild(img);
  background:
    }
     radial-gradient(circle at 12% 8%,rgba(110,220,190,.18),transparent 28%),
    var name = document.createElement("span");
    radial-gradient(circle at 85% 18%,rgba(242,199,107,.15),transparent 24%),
    name.className = "jzy-name";
    linear-gradient(135deg,rgba(4,31,49,.88),rgba(10,82,88,.78) 48%,rgba(35,83,53,.80));
    name.textContent = item.label;
  color:#f6fbf7;
    icon.appendChild(fallback);
  padding:18px 26px 40px;
    a.appendChild(icon);
  border:1px solid rgba(190,241,220,.24);
    a.appendChild(name);
  border-radius:18px;
    return a;
  box-shadow:0 14px 32px rgba(2,18,28,.26),inset 0 1px 0 rgba(255,255,255,.12);
   }
  font-family:"Microsoft YaHei",Arial,sans-serif;
   function render(id) {
  overflow:hidden;
    var group = groups.find(function(g) { return g.id === id; }) || groups[0];
  backdrop-filter:blur(3px) saturate(115%);
    heading.textContent = group.title;
   -webkit-backdrop-filter:blur(3px) saturate(115%);
    grid.innerHTML = "";
}
    group.items.forEach(function(item) { grid.appendChild(makeCard(item)); });
#jzy-game-info *{box-sizing:border-box}
    tabs.querySelectorAll(".jzy-tab").forEach(function(btn) {
.jzy-game-shell{max-width:1120px;margin:0 auto}
      btn.classList.toggle("is-active", btn.dataset.id === group.id);
.jzy-tabs{
    });
  width:max-content;
   }
  max-width:100%;
   groups.forEach(function(group) {
  margin:0 auto 22px;
    var btn = document.createElement("button");
  padding:5px;
    btn.type = "button";
  display:flex;
    btn.className = "jzy-tab";
   gap:12px;
    btn.dataset.id = group.id;
  flex-wrap:wrap;
    btn.textContent = group.tab;
  justify-content:center;
    btn.onclick = function() { render(group.id); };
  background:rgba(2,24,38,.46);
    tabs.appendChild(btn);
  border:1px solid rgba(196,241,230,.28);
   });
  border-radius:20px;
   render("base");
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
})();
}
</script>
.jzy-tab{
  min-width:106px;
  height:56px;
  border:0;
  border-radius:15px;
  background:transparent;
  color:#d6eee6;
  font-size:20px;
  font-weight:800;
  cursor:pointer;
  letter-spacing:.02em;
}
.jzy-tab:hover{color:#fff4c7;background:rgba(255,255,255,.08)}
.jzy-tab.is-active{
  background:linear-gradient(180deg,#fff4c7,#f4cf78);
  color:#164554;
  box-shadow:0 5px 16px rgba(244,207,120,.24),inset 0 -3px 0 rgba(141,102,31,.24);
}
.jzy-heading{
  height:58px;
  margin:0 0 30px;
  border:1px solid rgba(210,244,235,.34);
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  font-weight:900;
  color:#fffaf0;
  background:rgba(4,29,43,.30);
  box-shadow:inset 0 -3px 0 rgba(242,199,107,.36);
  text-shadow:0 2px 3px rgba(0,0,0,.35);
}
#jzy-game-info .jzy-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px 14px;
  padding:0 24px;
}
#jzy-game-info .jzy-card{
  min-height:132px;
  padding:18px 24px 18px 26px;
  display:grid;
  grid-template-columns:122px minmax(0,1fr);
  align-items:center;
  justify-content:stretch;
  column-gap:12px;
  background:
     linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.052)),
    radial-gradient(circle at 22% 50%,rgba(111,226,212,.14),transparent 42%);
  border:1px solid rgba(207,246,229,.22);
  border-radius:16px;
  box-shadow:0 7px 0 rgba(12,52,64,.58),0 12px 22px rgba(3,18,26,.18);
  color:#f7fbf6!important;
  text-decoration:none!important;
  font-size:22px;
  font-weight:900;
  overflow:hidden;
  transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease;
}
#jzy-game-info .jzy-card:hover{
  transform:translateY(-2px);
  background:
    linear-gradient(145deg,rgba(255,244,199,.18),rgba(99,211,182,.10)),
    radial-gradient(circle at 22% 50%,rgba(255,236,157,.18),transparent 44%);
  border-color:rgba(244,207,120,.58);
  color:#fff1b8!important;
}
#jzy-game-info .jzy-icon{
  width:104px;
  height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  justify-self:start;
  border-radius:18px;
  background:radial-gradient(circle at 50% 42%,rgba(143,244,223,.16),rgba(8,39,51,.05) 68%);
}
#jzy-game-info .jzy-icon img{
  width:auto;
  height:auto;
  max-width:86px;
  max-height:86px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 7px 10px rgba(0,0,0,.28));
}
#jzy-game-info .jzy-fallback{
  display:none;
  width:74px;
  height:74px;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:linear-gradient(145deg,#e8cc7b,#75d5bd);
  color:#073647;
  border:2px solid rgba(255,255,255,.38);
  font-size:30px;
   font-weight:900;
   box-shadow:0 8px 18px rgba(0,0,0,.20);
}
#jzy-game-info .jzy-name{
  min-width:0;
  grid-column:2;
  justify-self:center;
  text-align:center;
  white-space:nowrap;
  transform:none;
  line-height:1.15;
  letter-spacing:0;
  text-shadow:0 2px 3px rgba(0,0,0,.35);
}
#jzy-game-info .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){
  .jzy-card-table{border-spacing:8px!important}
   #jzy-game-info .jzy-grid{grid-template-columns:repeat(2,1fr);padding:0}
   #jzy-game-info .jzy-card:nth-last-child(1):nth-child(3n+1){grid-column:auto}
}
@media(max-width:560px){
  #jzy-game-info{padding:14px 12px 30px;border-radius:14px}
  .jzy-tabs{gap:6px}
  .jzy-tab{min-width:82px;height:46px;font-size:16px}
  .jzy-heading{font-size:22px}
  #jzy-game-info .jzy-grid{grid-template-columns:1fr}
  #jzy-game-info .jzy-card{min-height:104px;padding:14px 16px;font-size:20px;grid-template-columns:88px minmax(0,1fr);column-gap:8px}
  #jzy-game-info .jzy-icon{width:78px;height:76px;border-radius:15px}
   #jzy-game-info .jzy-icon img{max-width:66px;max-height:66px}
}
</style>
<div class="jzy-side-toc">
   <div class="jzy-side-toc-title">江中缘导航</div>
  <a href="#jzy-top">首页顶部</a>
  <a href="#jzy-about">关于江中缘</a>
  <a href="#jzy-info">游戏资讯</a>
  <a href="#jzy-play">核心玩法</a>
  <a href="#jzy-start">快速入门</a>
  <a href="#jzy-community">社区</a>
  <a href="#jzy-journey">开始之旅</a>
</div>
</div>
</html>
</html>
<div class="jzy-page-shell">
<span id="jzy-top"></span>
= 江中缘 Wiki =
''海岛经营 · MMORPG · 多人社区''<br>
《我的世界》网易Java游戏版服务器官方百科
<div class="jzy-divider"></div>
<div class="jzy-divider"></div>
<span id="jzy-about"></span>
<span id="jzy-play"></span>
== 关于江中缘 ==
== 核心玩法 ==
{| class="jzy-card-table"
| class="jzy-play jzy-blue" | 🏝️ '''海岛经营'''<br><span class="jzy-muted">从废弃度假庄园启程<br>打造商业帝国</span>
| class="jzy-play jzy-rose" | ⚔️ '''随机地牢'''<br><span class="jzy-muted">挑战隐秘地牢<br>获取稀有装备</span>
| class="jzy-play jzy-green" | 🌱 '''技能成长'''<br><span class="jzy-muted">采集资源提升技能<br>深度成长乐趣</span>
| class="jzy-play jzy-violet" | 🎮 '''自研游戏'''<br><span class="jzy-muted">多款自研游戏<br>与好友对决合作</span>
|}
<div class="jzy-divider"></div>
<span id="jzy-start"></span>
== 快速入门 ==
{| class="jzy-card-table"
| class="jzy-step jzy-blue" | <span class="jzy-step-badge jzy-step-badge-blue">1</span><br>'''加入服务器'''<br><span class="jzy-muted">网易Java版<br>搜索「江中缘」</span>
| class="jzy-step jzy-green" | <span class="jzy-step-badge jzy-step-badge-green">2</span><br>'''领取海岛'''<br><span class="jzy-muted">前往中心岛<br>与NPC对话</span>
| class="jzy-step jzy-gold" | <span class="jzy-step-badge jzy-step-badge-gold">3</span><br>'''开始经营'''<br><span class="jzy-muted">布置庄园<br>接待旅客</span>
| class="jzy-step jzy-rose" | <span class="jzy-step-badge jzy-step-badge-rose">4</span><br>'''探索冒险'''<br><span class="jzy-muted">挑战地牢<br>获取宝藏</span>
|}
<div class="jzy-divider"></div>
<span id="jzy-community"></span>
== 社区 ==
{| class="jzy-card-table"
| class="jzy-community jzy-blue" | 📝 [[编辑指南]]
| class="jzy-community jzy-green" | 👥 [[社区指南]]
| class="jzy-community jzy-violet" | 📋 [[模板文档]]
| class="jzy-community jzy-cyan" | 🔧 [[Special:页面列表|特殊页面]]
|}
<div class="jzy-divider"></div>
<span id="jzy-journey"></span>
== 开始你的江中缘之旅 ==
{| class="jzy-cta"
| class="jzy-cta-cell" |
<span style="font-size:1.18em; font-weight:bold;">连接服务器,打造属于你的梦想海岛庄园</span><br><br>
<span style="font-weight:bold; font-size:1.06em; color:#f4cf78;">网易Java版 · 搜索「江中缘」</span><br><br>
<span style="font-size:0.92em; color:#d6eee6;">🌐 www.mcjzy.net &nbsp;|&nbsp; 💬 QQ群:744097204 &nbsp;|&nbsp; 📺 B站:江中缘我的世界</span>
|}
<div class="jzy-divider"></div>
{| class="jzy-home-panel"
{| class="jzy-home-panel"
| class="jzy-copy-cell" |
| class="jzy-footer-note" |
'''江中缘'''是一款历经四年精心打造的《我的世界:网易Java版》'''海岛经营结合高版本特性'''的社区趣味多人 MMORPG 服务器。玩家从一座废弃已久的海岛度假庄园启程,白手起家,解锁超过 '''10000+''' 全新物品道具,一步步打造属于自己的商业版图。
江中缘 Wiki — 由社区维护的非官方百科全书<br>
服务器融合了'''类似 Hypixel Skyblock''' 的核心内容——采集资源、提升技能、挑战首领、开拓岛屿区域,享受深度成长的乐趣。此外,服务器内置了多款'''自研游戏''',随时与好友来一场轻松的对决或合作。
本站内容基于《江中缘》的我的世界游戏,与 Mojang Studios、Microsoft、网易 无关
|}
|}
'''服务器特色:'''
</div>

2026年7月18日 (六) 12:51的版本

   title = String(title || "").trim().replace(/\s+/g, "_");
   if (window.mw && mw.util && mw.util.getUrl) return mw.util.getUrl(title);
   if (window.wgArticlePath) return window.wgArticlePath.replace("$1", encodeURIComponent(title));
   var script = window.wgScript || "/index.php";
   return script + "?title=" + encodeURIComponent(title);
 }
 function makeCard(item) {
   item = normalize(item);
   var page = item.page || item.label;
   var a = document.createElement("a");
   a.className = "jzy-card";
   a.href = item.url || pageUrl(page);
   var icon = document.createElement("span");
   icon.className = "jzy-icon";
   var fallback = document.createElement("span");
   fallback.className = "jzy-fallback";
   fallback.textContent = String(item.label).charAt(0);
   fallback.style.display = item.icon ? "none" : "flex";
   if (item.icon) {
     var img = document.createElement("img");
     img.alt = item.label;
     img.src = item.icon;
     img.onerror = function () { img.remove(); fallback.style.display = "flex"; };
     icon.appendChild(img);
   }
   var name = document.createElement("span");
   name.className = "jzy-name";
   name.textContent = item.label;
   icon.appendChild(fallback);
   a.appendChild(icon);
   a.appendChild(name);
   return a;
 }
 function render(id) {
   var group = groups.find(function(g) { return g.id === id; }) || groups[0];
   heading.textContent = group.title;
   grid.innerHTML = "";
   group.items.forEach(function(item) { grid.appendChild(makeCard(item)); });
   tabs.querySelectorAll(".jzy-tab").forEach(function(btn) {
     btn.classList.toggle("is-active", btn.dataset.id === group.id);
   });
 }
 groups.forEach(function(group) {
   var btn = document.createElement("button");
   btn.type = "button";
   btn.className = "jzy-tab";
   btn.dataset.id = group.id;
   btn.textContent = group.tab;
   btn.onclick = function() { render(group.id); };
   tabs.appendChild(btn);
 });
 render("base");

})(); </script>

</html>

核心玩法

🏝️ 海岛经营
从废弃度假庄园启程
打造商业帝国
⚔️ 随机地牢
挑战隐秘地牢
获取稀有装备
🌱 技能成长
采集资源提升技能
深度成长乐趣
🎮 自研游戏
多款自研游戏
与好友对决合作

快速入门

1
加入服务器
网易Java版
搜索「江中缘」
2
领取海岛
前往中心岛
与NPC对话
3
开始经营
布置庄园
接待旅客
4
探索冒险
挑战地牢
获取宝藏

社区

📝 编辑指南 👥 社区指南 📋 模板文档 🔧 特殊页面

开始你的江中缘之旅

连接服务器,打造属于你的梦想海岛庄园

网易Java版 · 搜索「江中缘」

🌐 www.mcjzy.net  |  💬 QQ群:744097204  |  📺 B站:江中缘我的世界