Skip to content

kajweb/pronunciation-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

发音工具箱

使用地址

请进入GitHub Pages查看并使用:

语言 - 链接
HTML
CSS
JavaScript
PHP
Python
NodeJS
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用于在不知悉是英式发音还是美式发音时使用(直接合并为一个单元格)。