1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 03:33:29 +08:00

fix all markdowns by markdownlint, and remove obsolete OCBatchBuild

This commit is contained in:
2025-09-15 11:17:14 +08:00
parent f8552d5c34
commit 0dd1a11c14
21 changed files with 852 additions and 941 deletions

39
HideTips/CHANGELOG.md Normal file
View File

@@ -0,0 +1,39 @@
<details>
<summary>Read me in English</summary>
## Changelog
* 1.0.4
* Remove `Disable title screen demo scene loading`, as it is buggy in recent updates.
* Fix a bug that when tutorials are not added to the guides panel when they are hidden by this MOD.
* 1.0.3
* Add config entries to disable research completion tips/popup windows
* Add a note to README for mod compatibility on `Disable title screen demo scene loading`.
* 1.0.2
* Add a config entry to disable title screen demo scene loading
* 1.0.1
* Hide 3 more random tutorial tips popup from bottom-right panel
* 1.0.0
* Initial release
</details>
<details>
<summary>中文读我</summary>
## 更新日志
* 1.0.4
* 移除`关闭标题画面的演示场景加载`设置因为在最近的更新中有较多bug。
* 修复了一个bug当教程指引被这个MOD隐藏时它们不会被添加到教程面板。
* 1.0.3
* 增加设置项以关闭研究完成的提示/弹窗
* 在README中增加了一个关于`关闭标题画面的演示场景加载`设置的兼容性说明
* 1.0.2
* 增加设置项以关闭标题画面的演示场景加载
* 1.0.1
* 可屏蔽右下面板的3种随机提醒
* 1.0.0
* 初始版本
</details>

View File

@@ -1,42 +1,23 @@
# HideTips
#### Hide/Disable various tutorial tips/messages
#### 隐藏/屏蔽各种引导提示/消息
<details>
<summary>Read me in English</summary>
## Changelog
* 1.0.4
+ Remove `Disable title screen demo scene loading`, as it is buggy in recent updates.
+ Fix a bug that when tutorials are not added to the guides panel when they are hidden by this MOD.
* 1.0.3
+ Add config entries to disable research completion tips/popup windows
+ Add a note to README for mod compatibility on `Disable title screen demo scene loading`.
* 1.0.2
+ Add a config entry to disable title screen demo scene loading
* 1.0.1
+ Hide 3 more random tutorial tips popup from bottom-right panel
* 1.0.0
+ Initial release
***Hide/Disable various tutorial tips/messages***
## Usage
* Tips/messages that can be hidden: random-reminder, tutorial, achievement/milestone card, research completion tips/popup windows.
* Skip prologue for new game.
* Each type of tips/messages is configurable individually.
## 更新日志
* 1.0.4
+ 移除`关闭标题画面的演示场景加载`设置因为在最近的更新中有较多bug。
+ 修复了一个bug当教程指引被这个MOD隐藏时它们不会被添加到教程面板。
* 1.0.3
+ 增加设置项以关闭研究完成的提示/弹窗
+ 在README中增加了一个关于`关闭标题画面的演示场景加载`设置的兼容性说明
* 1.0.2
+ 增加设置项以关闭标题画面的演示场景加载
* 1.0.1
+ 可屏蔽右下面板的3种随机提醒
* 1.0.0
+ 初始版本
***隐藏/屏蔽各种引导提示/消息***
</details>
<details>
<summary>中文读我</summary>
## 使用说明
* 可以屏蔽的消息:随机提醒,教程,成就/里程碑卡片,研究完成的提示/弹窗。
* 跳过新游戏引导动画。
* 各种屏蔽功能都可以在配置文件里开关。
</details>