-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Support for providing Card_Max_Voices_Count (#5)
* feat: Support for providing `Card_Max_Voices_Count` * doc: README.md
- Loading branch information
1 parent
5f7caf9
commit ad48e2a
Showing
4 changed files
with
42 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# FindUrVoicesPJSK | ||
《世界计划 : 缤纷舞台》角色单独语音一键获取小工具, 基于 Sekai-World 数据库 | A simple tool for getting voices of single character of Project Sekai: Colorful Stage feat. Hatsune Miku based on Sekai-World's database | ||
《世界计划 : 缤纷舞台》单角色语音数据集一键获取小工具, 基于 Sekai-World 数据库 | A simple tool for obtaining the voice datasets of a single character of the Project Sekai: Colorful Stage feat. Hatsune Miku, based on the Sekai-World database。 | ||
|
||
## 如何使用 Using | ||
从[这里](https://github.com/GuangChen2333/FindUrVoicesPJSK/releases/latest)下载二进制文件并执行即可,非常简单。 | ||
|
||
## 支持的下载内容 Supported content | ||
- 独唱 Solo songs | ||
- 纯音频 Pure voices | ||
- 角色资料音频 Profile voices | ||
- 角色卡片音频 Card voices |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "FindUrVoicesPJSK" | ||
version = "1.1.0" | ||
version = "1.2.0" | ||
description = "A simple tool for getting voices of single character of Project Sekai: Colorful Stage feat. Hatsune Miku based on Sekai-World's database" | ||
authors = ["GuangChen2333 <[email protected]>"] | ||
readme = "README.md" | ||
|