首页:修订间差异
来自jzyfate
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第571行: | 第571行: | ||
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"); | |||
} | |||
}); | }); | ||
} | } | ||
| 第624行: | 第645行: | ||
/* Citizen 会在部分页面设置下延后插入页面信息容器,再清理两次。 */ | /* Citizen 会在部分页面设置下延后插入页面信息容器,再清理两次。 */ | ||
window.setTimeout(removeFooterArtifacts, 120); | window.setTimeout(function () { | ||
window.setTimeout(removeFooterArtifacts, 600); | removeFooterArtifacts(); | ||
removeFooterGapStrip(footer); | |||
}, 120); | |||
window.setTimeout(function () { | |||
removeFooterArtifacts(); | |||
removeFooterGapStrip(footer); | |||
}, 600); | |||
} | } | ||
2026年7月20日 (一) 07:53的版本
江中缘 Wiki
海岛经营 · MMORPG · 多人社区
《我的世界》网易Java游戏版服务器官方百科
关于江中缘
|
江中缘是一款历经四年精心打造的《我的世界:网易Java版》海岛经营结合高版本特性的社区趣味多人 MMORPG 服务器。玩家从一座废弃已久的海岛度假庄园启程,白手起家,解锁超过 10000+ 全新物品道具,一步步打造属于自己的商业版图。 服务器融合了类似 Hypixel Skyblock 的核心内容——采集资源、提升技能、挑战首领、开拓岛屿区域,享受深度成长的乐趣。此外,服务器内置了多款自研游戏,随时与好友来一场轻松的对决或合作。 |
服务器特色:
| 10000+ 全新道具 |
多人联机 趣味互动 |
随机地牢 挑战宝藏 |
自研游戏 独家玩法 |
游戏资讯
游戏基础
核心玩法
| 🏝️ 海岛经营 从废弃度假庄园启程 打造商业帝国 |
⚔️ 随机地牢 挑战隐秘地牢 获取稀有装备 |
🌱 技能成长 采集资源提升技能 深度成长乐趣 |
🎮 自研游戏 多款自研游戏 与好友对决合作 |
快速入门
| 1 加入服务器 网易Java版 搜索「江中缘」 |
2 领取海岛 前往中心岛 与NPC对话 |
3 开始经营 布置庄园 接待旅客 |
4 探索冒险 挑战地牢 获取宝藏 |