Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kajweb/pronunciation-tools

常用的英语发音
https://github.com/kajweb/pronunciation-tools

Last synced: 2 months ago
JSON representation

常用的英语发音

Awesome Lists containing this project

README

        

# 发音工具箱

## 使用地址
请进入[GitHub Pages][GitHub Pages]查看并使用:

|语言 - 链接|
|---|
|[HTML][html]|
|[CSS][css]|
|[JavaScript][js]|
|[PHP][php]|
|[Python][python]|
|[NodeJS][nodejs]|
|[JAVA][Java]|

## 开发教程
### 增加类别
增加类别对应`index.html`中的`$(".selector")`,其中`onclick`的参数为`pronunciation`目录的文件名,后缀默认为`.json`

### 增加单词
首先找到需要增加的类别,可以在`index.html`中的`$(".selector")`找到,下面是已知的类别

|类别|文件名|
|---|---|
|html|html.json|
|css|javascript.json|
|js|css.json|
|php|php.json|

下面是数组参数说明



默认系列
word
单词
必填


explain
解释
选填


en系列
en
英式音标
选填


en_video
英式音标地址
选填


us系列
us
英式音标
选填


us_video
英式音标地址
选填


mixed系列
mixed
混合音标
选填


mixed_video
混合音标地址
选填



[json生成器][tools](推荐使用/generator/youdao.py自动生成)

> `mixed系列`与`en系列`、`us系列`不共存。mixed用于在不知悉是英式发音还是美式发音时使用(直接合并为一个单元格)。

[GitHub Pages]:https://kajweb.github.io/pronunciation-tools/
[html]:https://kajweb.github.io/pronunciation-tools/?type=html
[css]:https://kajweb.github.io/pronunciation-tools/?type=css
[js]:https://kajweb.github.io/pronunciation-tools/?type=js
[php]:https://kajweb.github.io/pronunciation-tools/?type=php
[python]:https://kajweb.github.io/pronunciation-tools/?type=python
[nodejs]:https://kajweb.github.io/pronunciation-tools/?type=nodejs
[Java]:https://kajweb.github.io/pronunciation-tools/?type=java

[tools]:https://kajweb.github.io/pronunciation-tools/generator/index.html