diff --git a/README.md b/README.md index d0bdff6..dee69e6 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ scoop install |[yakc](https://github.com/iammodev/YAKC) [m](https://github.com/amorphobia/siku/blob/master/bucket/yakc.json)|YAKC is a Key/Mouse Click Visualizer| |[yourav](https://github.com/Tlaster/YourAV) [m](https://github.com/amorphobia/siku/blob/master/bucket/yourav.json)|宇宙级最轻量杀毒软件| |[you-get](https://you-get.org/) [m](https://github.com/amorphobia/siku/blob/master/bucket/you-get.json)|A tiny command-line utility to download media contents (videos, audios, images) from the Web| +|[yong-im](https://yong.dgod.net/) [m](https://github.com/amorphobia/siku/blob/master/bucket/yong-im.json)|Yong IME, also known as 小小输入法| See also in [Scoop website](https://scoop.sh/#/apps?q=%22https%3A%2F%2Fgithub.com%2Famorphobia%2Fsiku%22&s=0&d=1&o=false) diff --git a/bucket/yong-im.json b/bucket/yong-im.json new file mode 100644 index 0000000..8db54fd --- /dev/null +++ b/bucket/yong-im.json @@ -0,0 +1,34 @@ +{ + "version": "2.8.0", + "description": "Yong IME, also known as 小小输入法", + "homepage": "https://yong.dgod.net/", + "license": "Freeware", + "url": "https://yong.dgod.net/download/yong-win-2.8.0-0.7z", + "hash": "19775e7888df5e64dfc98b7c3f5d56057e4561fd2e9b998ebaf9fa0dbd07a555", + "extract_dir": "yong", + "architecture": { + "64bit": { + "shortcuts": [ + [ + "w64\\yong.exe", + "小小输入法" + ] + ] + }, + "32bit": { + "shortcuts": [ + [ + "yong.exe", + "小小输入法" + ] + ] + } + }, + "checkver": { + "url": "https://yong.dgod.net/download/", + "regex": "yong-win-([\\d\\.]+)-(?[\\d]+)\\.7z" + }, + "autoupdate": { + "url": "https://yong.dgod.net/download/yong-win-$version-$matchRev.7z" + } +}