diff --git a/public/maps/index.html b/public/maps/index.html new file mode 100644 index 0000000..b093834 --- /dev/null +++ b/public/maps/index.html @@ -0,0 +1,85 @@ + + + + + + + + 人类:开天辟地 缩略图集 + + + + +
+ 人类:开天辟地 缩略图集 +
+ + + + \ No newline at end of file diff --git a/src/data/desc.json b/src/data/desc.json index 0fb5cce..a8091ea 100644 --- a/src/data/desc.json +++ b/src/data/desc.json @@ -25,7 +25,8 @@ "
", "
", "5. 本塔主要面向电脑端设计,", - "建议使用电脑游玩以获得更好的游戏体验。但是手机依然可以游玩本塔,", + "建议使用电脑游玩以获得更好的游戏体验,同时使用16:9的比例游玩更加合适", + "。但是手机依然可以游玩本塔,", "但部分操作可能不是很方便,ui 也可能不是很美观,不过依然可以完整体验本游戏。", "
", "
", @@ -362,6 +363,7 @@ "
", "
", "本塔的楼层传送器是一个集分区、小地图、楼层传送、浏览地图于一体的多功能楼传。", + "你也可以点击这里查看所有区域的缩略图。", "下面是楼传的具体说明:", "
", "
", diff --git a/src/plugin/ui/fly.ts b/src/plugin/ui/fly.ts index c25581e..a5deb41 100644 --- a/src/plugin/ui/fly.ts +++ b/src/plugin/ui/fly.ts @@ -176,7 +176,7 @@ export function getMapData( while (queue.length > 0) { const now = queue.shift()!; const change = core.floors[now].changeFloor; - const blocks = core.getMapBlocksObj(now); + const blocks = core.getMapBlocksObj(now, noCache); for (const [loc, ev] of Object.entries(change)) { const target = ev.floorId as FloorIds; if (target.startsWith(':')) continue;