File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1111
1212[ 1 ] : https://travis-ci.org/TimothyYe/ydict.svg?branch=master
1313[ 2 ] : https://travis-ci.org/TimothyYe/ydict
14- [ 3 ] : https://img.shields.io/badge/release-v0.9 -brightgreen.svg
14+ [ 3 ] : https://img.shields.io/badge/release-v1.0 -brightgreen.svg
1515[ 4 ] : https://github.com/TimothyYe/ydict/releases
1616[ 5 ] : https://img.shields.io/dub/l/vibe-d.svg
1717[ 6 ] : LICENSE
@@ -87,6 +87,12 @@ ydict <word(s) to query>
8787ydict <word(s) to query> -v
8888```
8989
90+ 3 . Query and show more example sentences
91+
92+ ``` text
93+ ydict <word(s) to query> -m
94+ ```
95+
9096## SOCKS5 proxy
9197
9298Starting from V0.5, you can use SOCKS5 proxy. At the same directory of ydict, just create a ``` .env ``` file:
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const (
2121 ██║ ██████╔╝██║╚██████╗ ██║
2222 ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝
2323
24- YDict V0.9
24+ YDict V1.0
2525https://github.com/TimothyYe/ydict
2626
2727`
You can’t perform that action at this time.
0 commit comments