Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kajweb/pronunciation-tools
常用的英语发音
https://github.com/kajweb/pronunciation-tools
Last synced: 2 months ago
JSON representation
常用的英语发音
- Host: GitHub
- URL: https://github.com/kajweb/pronunciation-tools
- Owner: kajweb
- Created: 2019-04-09T01:13:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T20:48:33.000Z (over 3 years ago)
- Last Synced: 2024-05-02T01:07:42.120Z (9 months ago)
- Language: JavaScript
- Homepage: https://kajweb.github.io/pronunciation-tools/
- Size: 32.2 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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