Skip to content

Commit

Permalink
update extension settings in Tips.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Scighost committed Oct 26, 2023
1 parent 3148189 commit d498c90
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/Tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,15 @@ By default, the language of gacha items is the one selected in game, but this ca

<img src="https://user-images.githubusercontent.com/61003590/259004675-7d67e320-6e7e-469e-b404-58669f42491f.png" width="200px" />


## Extension Settings

Starting from version [0.10.2](https://github.com/Scighost/Starward/releases/tag/0.10.2), Starward added some extension settings to enable or disable some features. These settings have no edit page in app, and you need to modify them in the Starward configuration file `config.ini`.

Settings exist in the form of key-value pairs. For example, if you want to disable the red dot reminder of game notices, you need to add 'DisableGameNoticeRedHot=True' to the `config.ini` file.

| Key | Available value | Description |
|---|---|---|
| DisableNavigationShortcut | `True` \| `False` | Hide navigation shortcut. |
| DisableGameNoticeRedHot | `True` \| `False` | Disable red dot reminder of game notices. |
| DisableGameAccountSwitcher | `True` \| `False` | Hide game account switcher. |
12 changes: 12 additions & 0 deletions docs/Tips.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,15 @@

<img src="https://user-images.githubusercontent.com/61003590/259004532-9fffe2ec-056f-495c-8840-1a3672e7be3c.png" width="200px" />


## 拓展设置

[0.10.2](https://github.com/Scighost/Starward/releases/tag/0.10.2) 版本开始,Starward 加入了部分功能开关的设置项,这些设置没有提供应用内的修改页面,你需要在 Starward 配置文件 `config.ini` 中修改。

设置以键值对的方式存在,比如你想要关闭游戏公告的红点提醒,需要在 `config.ini` 文件中添加 `DisableGameNoticeRedHot=True`

||可用值|说明|
|---|---|---|
|DisableNavigationShortcut|`True` \| `False`|隐藏导航快捷方式|
|DisableGameNoticeRedHot|`True` \| `False`|关闭游戏公告的红点提醒|
|DisableGameAccountSwitcher|`True` \| `False`|隐藏游戏账号切换功能|

0 comments on commit d498c90

Please sign in to comment.