mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
docs: 新增西班牙语和日语README并优化多语言文档
新增README-ES.md(西班牙语)和README-JA.md(日语)文档,完善多语言README互链。优化各语言README徽章、技术栈、外链格式及语言切换区,提升文档一致性与可读性。
This commit is contained in:
@@ -41,7 +41,9 @@ export const useGameConfig = () => {
|
||||
[BuildingType.LunarBase]: 'lunarBase',
|
||||
[BuildingType.SensorPhalanx]: 'sensorPhalanx',
|
||||
[BuildingType.JumpGate]: 'jumpGate',
|
||||
[BuildingType.PlanetDestroyerFactory]: 'planetDestroyerFactory'
|
||||
[BuildingType.PlanetDestroyerFactory]: 'planetDestroyerFactory',
|
||||
[BuildingType.GeoResearchStation]: 'geoResearchStation',
|
||||
[BuildingType.DeepDrillingFacility]: 'deepDrillingFacility'
|
||||
}
|
||||
|
||||
// 舰船类型枚举值到翻译键的映射
|
||||
@@ -97,7 +99,8 @@ export const useGameConfig = () => {
|
||||
[TechnologyType.HyperspaceDrive]: 'hyperspaceDrive',
|
||||
[TechnologyType.DarkMatterTechnology]: 'darkMatterTechnology',
|
||||
[TechnologyType.TerraformingTechnology]: 'terraformingTechnology',
|
||||
[TechnologyType.PlanetDestructionTech]: 'planetDestructionTech'
|
||||
[TechnologyType.PlanetDestructionTech]: 'planetDestructionTech',
|
||||
[TechnologyType.MiningTechnology]: 'miningTechnology'
|
||||
}
|
||||
|
||||
// 军官类型枚举值到翻译键的映射
|
||||
|
||||
Reference in New Issue
Block a user