docs: 新增西班牙语和日语README并优化多语言文档

新增README-ES.md(西班牙语)和README-JA.md(日语)文档,完善多语言README互链。优化各语言README徽章、技术栈、外链格式及语言切换区,提升文档一致性与可读性。
This commit is contained in:
谦君
2025-12-25 18:25:08 +08:00
parent b24a262ca7
commit 724a70bebb
72 changed files with 13300 additions and 2133 deletions

View File

@@ -223,7 +223,7 @@ export const processGameUpdate = (
if (onUnlock && player.technologies !== previousTechnologies) {
const mainPlanet = player.planets.find(p => !p.isMoon)
if (mainPlanet) {
// 注意:这里使用完成后的建筑状态,因为我们只关心科技完成带来的解锁
// 这里使用完成后的建筑状态,因为我们只关心科技完成带来的解锁
const techUnlockedItems = unlockLogic.checkAllNewlyUnlocked(
mainPlanet,
player.technologies,