mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
refactor: 优化UI组件结构与积分系统
重构部分UI组件脚本结构,统一导入风格,提升可维护性。CardUnlockOverlay解锁条件弹窗改为列表展示,提升可读性。修复QueueNotifications滚动区域高度。ScrollableDialogContent增加最大高度。StarsBackground与ParticlesBg组件代码格式优化。App.vue引入玩家积分定时更新逻辑,NPC成长系统补充间谍探测器修复。
This commit is contained in:
@@ -32,6 +32,7 @@ export default {
|
||||
goToBuildings: '前往建築頁面',
|
||||
locked: '已鎖定',
|
||||
viewRequirements: '查看前置條件',
|
||||
requirements: '前置條件',
|
||||
requirementsNotMet: '前置條件未滿足',
|
||||
current: '當前',
|
||||
level: '等級',
|
||||
@@ -140,6 +141,7 @@ export default {
|
||||
jumpGate: '跳躍門',
|
||||
planetDestroyerFactory: '行星毀滅者工廠',
|
||||
buildTime: '建造時間',
|
||||
build: '',
|
||||
production: '產量',
|
||||
consumption: '消耗',
|
||||
totalCost: '累積成本',
|
||||
@@ -283,8 +285,8 @@ export default {
|
||||
ionTechnology: '離子武器技術',
|
||||
hyperspaceTechnology: '超空間跳躍技術',
|
||||
plasmaTechnology: '等離子武器技術',
|
||||
computerTechnology: '增加研究佇列數量,每級+1佇列(最多10級)',
|
||||
espionageTechnology: '提高間諜探測效果,每級提高1級偵查深度',
|
||||
computerTechnology: '增加研究佇列和艦隊任務槽位,每級+1佇列+1槽位(最多10級)',
|
||||
espionageTechnology: '提高間諜探測效果,每級提高1級偵查深度。偵察等級=己方等級-對方等級+偵察船數/5。≥-1顯示艦隊,≥1顯示防禦,≥3顯示建築,≥5顯示科技',
|
||||
weaponsTechnology: '提高艦船和防禦的攻擊力,每級+10%',
|
||||
shieldingTechnology: '提高艦船和防禦的護盾值,每級+10%',
|
||||
armourTechnology: '提高艦船和防禦的裝甲值,每級+10%',
|
||||
@@ -354,6 +356,7 @@ export default {
|
||||
gmModeActivated: '',
|
||||
upgradeCost: '升級消耗',
|
||||
buildTime: '建造時間',
|
||||
build: '建造',
|
||||
upgrade: '升級',
|
||||
maxLevelReached: '等級已滿',
|
||||
requirementsNotMet: '條件不足',
|
||||
@@ -384,6 +387,7 @@ export default {
|
||||
fuelConsumption: '燃料消耗',
|
||||
buildCost: '建造成本',
|
||||
buildTime: '建造時間',
|
||||
build: '',
|
||||
perUnit: '每個單位',
|
||||
batchCalculator: '批量建造計算器',
|
||||
quantity: '數量',
|
||||
@@ -414,6 +418,7 @@ export default {
|
||||
armor: '裝甲',
|
||||
buildCost: '建造成本',
|
||||
buildTime: '建造時間',
|
||||
build: '',
|
||||
perUnit: '每個單位',
|
||||
batchCalculator: '批量建造計算器',
|
||||
quantity: '數量',
|
||||
@@ -469,6 +474,7 @@ export default {
|
||||
colonize: '殖民',
|
||||
spy: '偵察',
|
||||
deploy: '部署',
|
||||
expedition: '探險',
|
||||
recycle: '回收',
|
||||
transportResources: '運輸資源',
|
||||
totalCargoCapacity: '總載貨量',
|
||||
|
||||
Reference in New Issue
Block a user