gitextract_o8e93rl4/ ├── .gitignore ├── LICENSE ├── MANIFEST.in ├── README.md ├── cache/ │ ├── config.html │ ├── construction/ │ │ └── youdao/ │ │ └── head.html │ ├── css/ │ │ ├── entry-min.css │ │ ├── pad.css │ │ ├── result-min.css │ │ └── style_result.css │ ├── donate.html │ ├── expand.html │ ├── google.html │ ├── goslate.html │ ├── help.html │ ├── js/ │ │ ├── autocomplete.r156903.js │ │ ├── extra.js │ │ ├── huaci.js │ │ ├── icibatop.js │ │ ├── jquery.sidebar.js │ │ ├── jsScrollbar.js │ │ ├── jsScroller.js │ │ ├── jsScrollerTween.js │ │ └── result-min.js │ ├── lock.html │ ├── origin.html │ ├── result.html │ ├── unlock.html │ ├── zh2en.html │ ├── zh2enlj.html │ ├── zh2fr.html │ ├── zh2frlj.html │ ├── zh2jap.html │ ├── zh2japlj.html │ ├── zh2ko.html │ └── zh2kolj.html ├── desktop/ │ └── openyoudao.desktop ├── fusionyoudao.py ├── gl.py ├── goslate.py ├── install-openyoudao.sh ├── openyoudao.py ├── scripts/ │ └── openyoudao ├── setup.py ├── uninstall-openyoudao.sh └── webshot.py