mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 03:33:29 +08:00
CheatEnabler and UXAssist release
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
## Changlog
|
||||
* 1.1.4
|
||||
+ Fix `Remove some build conditions`
|
||||
* 1.1.3
|
||||
+ UI texts are updated following game settings now
|
||||
+ Fix hover area for checkboxes in config panel
|
||||
@@ -138,6 +140,8 @@
|
||||
|
||||
|
||||
## 更新日志
|
||||
* 1.1.4
|
||||
+ 修复了`移除部分不影响游戏逻辑的建造条件`
|
||||
* 1.1.3
|
||||
+ 界面文本现在完全跟随游戏语言设置改变
|
||||
+ 修复了配置面板中勾选框的鼠标悬停区域
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>net472</TargetFramework>
|
||||
<BepInExPluginGuid>org.soardev.uxassist</BepInExPluginGuid>
|
||||
<Description>DSP MOD - UXAssist</Description>
|
||||
<Version>1.1.3</Version>
|
||||
<Version>1.1.4</Version>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<PackageId>UXAssist</PackageId>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "UXAssist",
|
||||
"version_number": "1.1.3",
|
||||
"version_number": "1.1.4",
|
||||
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UXAssist",
|
||||
"description": "Some functions and patches for better user experience / 一些提升用户体验的功能和补丁",
|
||||
"dependencies": [
|
||||
|
||||
Reference in New Issue
Block a user