1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-08 22:13:30 +08:00

UXAssist v1.3.0

This commit is contained in:
2025-04-25 15:45:31 +08:00
parent b86825c645
commit 8362fcf546
2 changed files with 3 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
+ `Shortcut keys for showing stars`: Fix an issue that toggle key is read when Starmap View is not opened.
+ `Dismantle blueprint selected buildings`: Fix an issue that preview buildings are not dismantled.
+ `Remember window position and size on last exit`: Optimized implementation
+ `Auto-config logistic stations`: Add an option `Limit auto-replenish count to config values`
+ Optimized some UI codes.
* 1.2.20
+ New feature: `Dismantle blueprint selected buildings`
@@ -291,6 +292,7 @@
+ `启用显示所有星系名称的快捷键`:修复了在未打开星图视图时读取切换键的问题
+ `拆除蓝图选中的建筑`:修复了预建造建筑未被拆除的问题
+ `记住上次退出时的窗口位置和大小`:优化实现
+ `自动配置物流站`: 增加了一个选项`限制自动补充数量为配置的值`
+ 优化了一些UI代码
* 1.2.20
+ 新功能:`拆除蓝图选中的建筑`

View File

@@ -82,7 +82,7 @@ public static class UIConfigWindow
I18N.Add("Build Tesla Tower and Wireless Power Tower alternately", "Build Tesla Tower and Wireless Power Tower alternately", "交替建造电力感应塔和无线输电塔");
I18N.Add("Belt signals for buy out dark fog items automatically", "Belt signals for buy out dark fog items automatically", "用于自动购买黑雾物品的传送带信号");
I18N.Add("Auto-config logistic stations", "Auto-config logistic stations", "自动配置物流设施");
I18N.Add("Limit auto-replenish count to values below", "Limit auto-replenish count to values below", "限制自动补数量为下面配置的值");
I18N.Add("Limit auto-replenish count to values below", "Limit auto-replenish count to values below", "限制自动补数量为下面配置的值");
I18N.Add("Dispenser", "Logistics Distributor", "物流配送器");
I18N.Add("PLS", "PLS", "行星物流站");
I18N.Add("ILS", "ILS", "星际物流站");