一个词典程序,但不只是一个词典程序
这里只是简单记录最近的更新情况,更详细的更新说明请看 Releases
2021-12-05
修复了一个 html 标签注入的 bug (由于本软件是本地单用户使用,因此这个 bug 不算严重)2021-11-29
添加了 Delay 选项、"无标签"按钮、数据库文件下载按钮2021-11-27
修复了 issues/1, 另外 Label 高级搜索增加了自动切换模式功能2021-11-26
添加了 Label 高级搜索页面(当最近标签超过 10 个时才会出现入口), 添加了 gitee 仓库方便国内使用2021-11-25
在 README 添加了 dark mode 截图(受到 https://v2ex.com/t/817790 的启发)2021-11-20
添加了 Settings 页面,可设置默认端口
https://gitee.com/ipelago/dictplus.git
来替换下面 git clone 后的网址)
$ cd ~
$ git clone https://github.com/ahui2016/dictplus.git
$ cd dictplus
$ git checkout tags/2021-12-05 -b 2021-12-05
$ go build
$ ./dictplus
-addr
更改端口,比如:
$ ./dictplus -addr 127.0.0.1:955
$ cd ~/dictplus
$ git pull
$ git checkout tags/2021-12-05 -b 2021-12-05
$ go build
$ ./dictplus
图1:
图2:
图3: