Skip to content

Commit

Permalink
Pages Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanxven committed Jan 6, 2025
1 parent f99e6e1 commit 2ae5cc0
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 14 deletions.
Binary file added docs/assets/audios/azusa_akari.wav
Binary file not shown.
Binary file added docs/assets/audios/azusa_aka日.wav
Binary file not shown.
26 changes: 23 additions & 3 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,29 @@ League Akari 的设计哲学是尽可能还原接口数据,保持中性,而

因为作者是百合豚。

Akari 是《摇曳百合》中的角色名字。
Akari 来自于 「あかり」。

「あかり」 是《摇曳百合》中,“主角” 赤座灯里的名字 (赤座あかり)。

也可以是《邻家索菲》的天野灯.

「あかり」 的发音很接近于中文的 「阿卡丽」。

<audio controls>
<source src="./assets/audios/azusa_akari.wav" type="audio/wav">
Your browser does not support the audio element. / 您的浏览器不支持音频播放。
</audio>

::: tip 😢
当然按照拼音朗读的 “阿卡日” 也是可以接受的。

<audio controls>
<source src="./assets/audios/azusa_aka日.wav" type="audio/wav">
Your browser does not support the audio element. / 您的浏览器不支持音频播放。
</audio>
:::


也可以是《邻家索菲》的 Akari。

# 开发问题

Expand All @@ -162,4 +182,4 @@ $OutputEncoding = [Console]::OutputEncoding = [Text.UTF8Encoding]::UTF8

```powershell
PS C:\Users\example> $Profile
```
```
4 changes: 3 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
outline: deep
---

# 关于
# League Akari

League Akari 是一个英雄联盟工具集,其大部分功能基于 LCU API 实现。

其他的内容还没想好,先这样吧,总之它应该有一个网站。
2 changes: 2 additions & 0 deletions docs/in-game-send-templates.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 发送模板

用于指导自定义发送时的模板。

## 牛马发送模板

部分实现自:[hh-lol-prophet](https://github.com/real-web-world/hh-lol-prophet)
Expand Down
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ hero:
link: /faq

features:
- title: 易用
details: 无需繁琐安装,解压后即可直接使用
- title: 开源
details: 拥抱开源,遵循 GPL-3.0 协议。
- title: 功能全面
details: 多功能集成,一站式解决各类需求
- title: 容易使用
details: 不用安装,不用配置,只要学会解压就能用
- title: 开源免费
details: 遵循 GPL-3.0 协议,白嫖最棒了
- title: 功能挺多
details: 战绩、对局、自动化,各种花式小功能,大部分合法的功能这里都有
---
20 changes: 16 additions & 4 deletions docs/updates/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# 已发行版本
# 已发行的里程碑版本

- (2024-08-12) [v1.2.4](./v1.2.4)
## (2024-08-12) [v1.2.4](./v1.2.4)

- (2024-09-24) [v1.2.5](./v1.2.5)
跨区查询和 OP.GG 集成。

- (2024-12-05) [v1.3.0](./v1.3.0)
## (2024-09-24) [v1.2.5](./v1.2.5)

游戏状态查询和新的对局页面。

## (2024-12-05) [v1.3.0](./v1.3.0)

多语言支持、新的 UI、自定义发送,以及底层代码重构和大量细节优化。

---

# 其他版本

请参阅 [CHANGELOG.md](https://github.com/Hanxven/LeagueAkari/blob/main/CHANGELOG.md)

0 comments on commit 2ae5cc0

Please sign in to comment.