本项目旨在提供尽可能多的有关跨儿语音训练的训练方法与参考资料。
Created 2022 03 09
It is best to make a pull request:
- Sign in to GitHub
- Fork the project and clone
- Make a new branch in that project and set the upstream to
https://github.com/SumianVoice/TransVoice-Wiki
- Come back to this page
https://github.com/SumianVoice/TransVoice-Wiki
and open a pull request - Describe what you're changing and why
Additions or changes should take these principles into account. Changes should do at least one of the following things:
- make voice resources more complete and accessible to the average viewer
- improve readability of pages for the public
- make code simpler and easier to make additions to
- fix errors or outdated information
OR - make wiki pages more stylistically consistent
There are times when adding more information to a page will make it less accessible and more confusing, in which case we should ask if perhaps compartmentalising that topic into a new page such as under https://wiki.sumianvoice.com/wiki/pages/various/
and linking to it would be better. Again, apply the above principles.
You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.
Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.
Markdown 是一种轻量且易用的文本语法,包含:
带有语法高亮的代码块
# 1 级标题
## 2 级标题
### 3 级标题
#### 4 级标题(字体会非常小)
- 点状列表
- 列表
* 同样可以使用 *
1. 有序列表
2. 无序列表
**粗体** 、 _斜体_(不建议应用在中文) 以及 `代码`。
codeblock
with multiple lines
can be added with three `backticks` either side.
[超链接](url) 与 ![图片](src)
<button>您也可以添加 inline HTML</button>
<p>...但其 **内部** 的大多数 markdown 将会被破坏</p>
You can also give elements classes like:
{: .someCSS-class .and-this-one-too }
Or <div class="something">
Basic writing and formatting syntax.
此 Pages 网站将使用 repository settings 中选择的 Jekyll 布局和主题。主题的名称保存在 Jekyll _config.yml
配置文件中。
使用 Pages 时遇到问题?请查看Github的 文档 或 Github 客户服务 。