Skip to content

goldendict词典的有道扩展程序

Notifications You must be signed in to change notification settings

waynelau1989/eyoudao

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eyoudao

goldendict词典的有道扩展程序
基于windows有道词典的5.1.38.3211版本

编译&安装

安装依赖

Linux

	sudo apt-get install goldendict
	sudo apt-get install libxml2-dev
	sudo apt-get install libxslt1-dev

macOS

	brew install libxml2
	brew install libxslt
	brew install coreutil
	git clone https://github.com/Onway/eyoudao.git
	cd eyoudao
	make
	make install INSTALL_DIR=/path_to_install

配置

请使用绝对路径

在goldendict的Edit - Dictionaries加入如下配置: image
如果启用了多个eyoudao的扩展程序,可能要分别添加词典分组,否则css布局可能会相互影响。

macOS发音没有声音

在/Applications/GoldenDict.app/Contents/Info.plist中添加如下内容 image

效果图

image

BUGS

  • windows的有道辞典早已不是5.1版本了,xsl文件已经很旧了,所幸xml格式和api接口都没变。

版权

  • xml数据和各种xsl,js,css,png文件都是修改或源自windows的有道词典安装文件。
  • pyfanyi.py程序由SkyHacker(skyhacker@126.com)编写。

其他

About

goldendict词典的有道扩展程序

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 46.0%
  • XSLT 39.1%
  • CSS 12.5%
  • Python 1.3%
  • C 0.5%
  • Shell 0.4%
  • Makefile 0.2%