Skip to content

Commit

Permalink
Doc Update
Browse files Browse the repository at this point in the history
  • Loading branch information
isHarryh committed Nov 19, 2023
1 parent 7a161d3 commit 305243e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
| [`a31afcf`] | 优化了托盘菜单的外观表现。 |
| [`e046e1c`] | 优化了动画队列的代码逻辑。 |

| **补丁** | |
|:------------------------|:-------------------|
| `v2.3.1`<br>[`7a161d3`] | 修复了桌宠的行走动作表现异常的问题。 |

## v2.2
| **新增** | |
|:------------|:----------------------------------------|
Expand Down Expand Up @@ -262,3 +266,4 @@
[`17d3fde`]: https://github.com/isHarryh/Ark-Pets/commit/17d3fded56a6b92b4dabe62945897b8b7df1514b
[`e046e1c`]: https://github.com/isHarryh/Ark-Pets/commit/e046e1c67ccbd61cde7e50927eccf9c20c7ee736
[`b72421a`]: https://github.com/isHarryh/Ark-Pets/commit/b72421a90b9263c6f25fe76053f139ffa445a981
[`7a161d3`]: https://github.com/isHarryh/Ark-Pets/commit/7a161d304f4256d0dfa5f027fad1479ac0d06391
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,12 @@

### 下一步计划
以下内容可能在接下来的数个版本内得到实现:
- 支持收藏夹功能
- 支持高级筛选和收藏夹功能
- 支持将动态立绘作为桌宠启动

以下内容仍需进一步的探索:
- 覆写默认着色器和光照系统
- 支持透明模式等配置的记忆
- 支持一键关闭所有已被启动的桌宠

### 相关文档
Expand Down
8 changes: 4 additions & 4 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ArkPets附加说明文档

### 1.
桌宠和某些游戏(或软件)不能同时打开?
> 目前调查已知,在打开了桌宠的情况下,基于 **虚幻引擎** 等特定引擎的游戏可能无法正常运行。
> 该问题可能是由于其与桌宠游戏引擎 LWJGL 互相冲突导致
> - 在打开了桌宠的情况下,基于某些特定游戏引擎的游戏可能无法正常运行。该问题可能是由于其与桌宠游戏引擎 LWJGL 互相冲突导致。
> - 桌面装饰类软件(例如壁纸软件、桌面整理软件)可能干扰桌宠的窗口检测,导致窗口站立等功能表现异常
### 2.
小人背景是黑色的怎么办?
Expand All @@ -27,8 +27,8 @@ ArkPets附加说明文档
无法下载模型文件怎么办?
> 请按照以下顺序依次尝试和排查:
> 1. 检查计算机的网络连接,然后进行多次重试(大部分错误是偶发性的)。
> 2. 关闭网络代理(例如VPN、Steam++等),然后重试。
> 3. 关闭反病毒软件,然后重试。
> 2. 关闭或开启网络代理(例如VPN、Steam++等),然后重试。
> 3. 关闭反病毒软件或网络防火墙,然后重试。
> 4. 更换到其他网络(例如移动热点),然后重试。
### 4.
Expand Down
4 changes: 3 additions & 1 deletion docs/Thanks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ ArkPets附加说明文档

- [@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
- [@南陽劉子驥](https://github.com/KaiserWilheim) [@NappingSodion](https://github.com/KJH-x) [@MegaSteelX](https://github.com/MegaSteelX) - 提交了诸多有益的Issues
- [Java 团队](https://www.oracle.com/java)
- [GitHub 团队](https://github.com)
- etc.

## 第三方库

关于本项目依赖的第三方库的 Group-Artifact-Version 信息,请参见仓库根目录的 `build.gradle` 文件。

| 名称 | 用途 |
|:-------------------------------------------------------:|:---------------------------|
| [EsotericSoftware Spine](https://esotericsoftware.com) | Spine 动画运行时 |
Expand Down

0 comments on commit 305243e

Please sign in to comment.