# redict-submit **Repository Path**: deepin-opensource/redict-submit ## Basic Information - **Project Name**: redict-submit - **Description**: 专门用来投稿的仓库 - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2024-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Redict(Rekols's Dictionary) 一款 Deepin 平台下的词典,基于 Qt / DTK 开发,占用内存小,使用有道词典 API,内容版权归网易有道公司所有。 最新 [开发动态](https://github.com/rekols/redict/projects/1) 可以在这查看,欢迎给我提 BUG。 ![](https://github.com/rekols/redict/blob/master/screenshot/20180803040329.png) ![](https://github.com/rekols/redict/blob/master/screenshot/20180803040320.png) ![](https://github.com/rekols/redict/blob/master/screenshot/20180803040353.png) ## 编译依赖 `sudo apt install g++ qt5-default libdtkcore-dev libdtkwidget-dev libqt5svg5-dev` ## 编译 * mkdir build * cd build * qmake .. * make ## 运行 * ./redict ## License Copyright © 2018 Unshun White(Rekols) This project is licensed under WTFPL(Do What The Fuck You Want To Public License).