mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
feat: 新增NPC与外交逻辑,优化UI组件结构
重构并精简了部分UI组件,移除冗余弹窗与详情组件,新增NPC相关逻辑(npcBehaviorLogic、npcGrowthLogic、npcStore等)及外交逻辑(diplomaticLogic、DiplomacyView)。完善分页、标签、复选框等通用UI组件。优化战报弹窗,调整README下载链接为相对路径,修复部分国际化内容。
This commit is contained in:
16
README-EN.md
16
README-EN.md
@@ -53,23 +53,23 @@ OGame Vue TS is a single-player, browser-based space strategy game inspired by t
|
||||
|
||||
#### Server version
|
||||
|
||||
[Windows](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/ogame-windows-amd64.exe)
|
||||
[Windows](/releases/latest/download/ogame-windows-amd64.exe)
|
||||
|
||||
[Linux amd64](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/ogame-linux-amd64)
|
||||
[Linux amd64](/releases/latest/download/ogame-linux-amd64)
|
||||
|
||||
[Linux arm64](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/ogame-linux-arm64)
|
||||
[Linux arm64](/releases/latest/download/ogame-linux-arm64)
|
||||
|
||||
[MacOS Intel](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/ogame-macos-amd64)
|
||||
[MacOS Intel](/releases/latest/download/ogame-macos-amd64)
|
||||
|
||||
[MacOS](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/ogame-macos-arm64)
|
||||
[MacOS](/releases/latest/download/ogame-macos-arm64)
|
||||
|
||||
#### Desktop version
|
||||
|
||||
[Windows](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/OGame.Setup.exe)
|
||||
[Windows](/releases/latest/download/OGame.Setup.exe)
|
||||
|
||||
[Ubuntu](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/OGame.AppImage)
|
||||
[Ubuntu](/releases/latest/download/OGame.AppImage)
|
||||
|
||||
[MacOS](https://github.com/coolxitech/ogame-vue-ts/releases/latest/download/OGame-mac.dmg)
|
||||
[MacOS](/releases/latest/download/OGame-mac.dmg)
|
||||
|
||||
### Prerequisites
|
||||
|
||||
|
||||
Reference in New Issue
Block a user