File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 13
13
* [ 元七七工程文件] ( market/plugin-y77.md )
14
14
* [ OpenSVIP Model 文件] ( market/plugin-json.md )
15
15
* [ 下载中心] ( downloads/summary.md )
16
+ * [ 开源声明] ( license.md )
16
17
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ isTocVisible: false
4
4
5
5
# 下载中心
6
6
7
+ 下载使用前,建议您阅读本项目的[ 开源声明] ( ../license.md ) 。
8
+
7
9
8
10
9
11
## OpenSVIP 转换器
Original file line number Diff line number Diff line change
1
+ # 开源声明
2
+
3
+ 本项目(OpenSVIP 歌声合成工程文件转换器)基于 [ MIT License] ( https://licenses.nuget.org/MIT ) 进行开源,下载使用即代表您知悉该许可证赋予您的权利,并同意许可证中的所有条款。
4
+
5
+ 源码地址:https://github.com/yqzhishen/opensvip
6
+
7
+ 在构建过程中,本项目使用了以下第三方开源项目:
8
+
9
+ | 开源项目 | 许可证 | 相关链接 |
10
+ | :---------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: |
11
+ | Newtonsoft.Json | [ MIT License] ( https://licenses.nuget.org/MIT ) | https://www.newtonsoft.com/json |
12
+ | ToolGood.Words.Pinyin | [ MIT License] ( https://licenses.nuget.org/MIT ) | https://github.com/toolgood/ToolGood.Words.Pinyin |
13
+ | Samboy063.Tomlet | [ MIT License] ( https://licenses.nuget.org/MIT ) | https://github.com/SamboyCoding/Tomlet |
14
+ | WindowsAPICodePack-Core | [ 查看许可证] ( https://github.com/aybe/Windows-API-Code-Pack-1.1/blob/master/LICENCE ) | https://github.com/aybe/Windows-API-Code-Pack-1.1 |
15
+ | MaterialDesignThemes | [ MIT License] ( https://licenses.nuget.org/MIT ) | https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit |
16
+ | Panuon.UI.Silver | [ Apache License 2.0] ( https://choosealicense.com/licenses/apache-2.0 ) | https://github.com/PanuonGroup/Panuon.WPF.UI |
17
+ | CommandLineParser | [ MIT License] ( https://licenses.nuget.org/MIT ) | https://github.com/commandlineparser/commandline |
18
+ | NullLib.ConsoleTable | 未知 | https://www.nuget.org/packages/NullLib.ConsoleTable |
19
+
20
+ 部分插件可能使用了其他的第三方开源项目(未在此列出)。
You can’t perform that action at this time.
0 commit comments