Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.43 KB

README.md

File metadata and controls

51 lines (41 loc) · 1.43 KB

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)编写。

其他