Skip to content

Commit

Permalink
Doc Update
Browse files Browse the repository at this point in the history
  • Loading branch information
isHarryh committed Sep 1, 2023
1 parent 6d875c6 commit 82ac8f8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
| [`39c89a8`] | 优化了滑动条的外观和代码逻辑,添加了数值后单位的显示。 |
| [`3f713ae`]<br>[`7da5bbf`] | 优化了模型资源管理的代码逻辑,适配了新版的模型库格式。<br>变更了配置文件中的部分字段。 |

| **补丁** | |
|:------------------------|:--------------------------|
| `v2.2.1`<br>[`2d76421`] | 修复了个别敌方角色的部分动作的选择逻辑异常的问题。 |
| `v2.2.1`<br>[`9c0edf9`] | 优化了提示条组件的外观和鼠标指针表现。 |
| `v2.2.1`<br>[`6fbcac2`] | 优化了按钮和侧边滚动条的鼠标指针表现。 |

## v2.1
| **新增** | |
|:----------------------|:------------------------------------------------------------------------------------------------|
Expand Down Expand Up @@ -228,3 +234,6 @@
[`7da5bbf`]: https://github.com/isHarryh/Ark-Pets/commit/7da5bbf55442b3cc357403cb83e01c8425b7534e
[`e54c6ed`]: https://github.com/isHarryh/Ark-Pets/commit/e54c6ed556a5abe59197e0dacf7717c0bc7a0120
[`8de6ff2`]: https://github.com/isHarryh/Ark-Pets/commit/8de6ff2ca4c9de0e59eb60380e5bfa2c7f296b82
[`2d76421`]: https://github.com/isHarryh/Ark-Pets/commit/2d76421016d7e4629afcb9699793a24c626c274c
[`9c0edf9`]: https://github.com/isHarryh/Ark-Pets/commit/9c0edf93dbc193b9e10f7c8caa7306d95fef873e
[`6fbcac2`]: https://github.com/isHarryh/Ark-Pets/commit/6fbcac231fd9964c5bd61089e6307d350c825f8d
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div align="center" style="text-align:center">
<h1> Ark-Pets </h1>
<img alt="ArkPets icon" width="64" src="https://raw.githubusercontent.com/isHarryh/Ark-Pets/v2.x/assets/icons/icon.png"/>
<p>[README.md](README.md)
<p>
Arknights Desktop Pets | 明日方舟桌宠 <br>
<code><b> v2.2 </b></code> <br>
<sub>
Expand Down Expand Up @@ -49,7 +49,9 @@

### 下一步计划
以下内容可能在接下来的数个版本内得到实现:
- 支持收藏夹功能
- 支持将动态立绘作为桌宠启动
- 支持右键桌宠本体直接弹出菜单
- 支持部分敌方首领的阶段形态切换
- 支持一键关闭所有已被启动的桌宠

Expand Down
5 changes: 3 additions & 2 deletions docs/Thanks.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ ArkPets附加说明文档

我们由衷地感谢所有曾经为 ArkPets 的开发提供过各种形式的帮助的个人和组织:

- [@Aloento](https://github.com/aloento) - 提供技术指导
- [@Aloento](https://github.com/aloento) - 提供前期技术指导
- [@Auroal-dawn](https://github.com/bicaoluoshuang) - 绘制了`v2.x`的软件Logo、协助模型仓库更新
- [@南陽劉子驥](https://github.com/KaiserWilheim) [@NappingSodion](https://github.com/KJH-x) - 提交了诸多有益的Issues
- [Java 团队](https://www.java.com)
- [Java 团队](https://www.oracle.com/java)
- [GitHub 团队](https://github.com)
- etc.

Expand All @@ -21,3 +21,4 @@ ArkPets附加说明文档
| [JNA](https://github.com/java-native-access/jna) | Java Native Access 接口 |
| [Alibaba FastJSON](https://github.com/alibaba/fastjson) | JSON 工具 |
| [Apache log4j](https://logging.apache.org/log4j) | 日志工具 |
| [IconMonstr](https://iconmonstr.com) | 部分 SVG 图标 |

0 comments on commit 82ac8f8

Please sign in to comment.