Hi, I'm Levi, coding makes me happy.
Full-stack developer, author of gopeed and proxyee-down.
- Shenzhen, China
- https://monkeywie.cn
- @JayPlayDota
Highlights
Pinned Loading
-
GopeedLab/gopeed
GopeedLab/gopeed PublicA modern download manager that supports all platforms. Built with Golang and Flutter.
-
proxyee-down-org/proxyee-down
proxyee-down-org/proxyee-down Public archivehttp下载工具,基于http代理,支持多连接分块下载
-
simple-websocket-server
simple-websocket-server Public用netty实现的简单websocket服务器,根据RFC6455规范实现编/解码器
-
-
dubbo-ingress-controller
dubbo-ingress-controller Publicapache dubbo gateway,L7 proxy,virtual host,k8s ingress controller.
544 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
February 2025
Created 30 commits in 5 repositories
Created 2 repositories
-
monkeyWie/gopeed-extension-huggingface
JavaScript
This contribution was made on Feb 25
-
monkeyWie/dify
TypeScript
This contribution was made on Feb 12
Created a pull request in DSYZayn/gopeed-extension-huggingface that received 5 comments
fix: 修复超过两层目录出现解析失败的情况
+12
−9
lines changed
•
5
comments
Opened 20 other pull requests in 4 repositories
GopeedLab/gopeed
11
merged
1
open
-
fix: can not open url encode torrent file path
This contribution was made on Feb 26
-
fix: path url encode filename parse
This contribution was made on Feb 18
-
feat: auto updater
This contribution was made on Feb 13
-
fix: gopeed scheme safe url params
This contribution was made on Feb 13
-
fix: http MIME encoded word filename parse
This contribution was made on Feb 13
-
docs: improve download links
This contribution was made on Feb 6
-
feat: add ukraine language
This contribution was made on Feb 4
-
fix: web white screen
This contribution was made on Feb 4
-
feat: support tcp protocol on android
This contribution was made on Feb 3
-
feat: update android target sdk to 34
This contribution was made on Feb 3
-
fix: advanced options used by default when creating task
This contribution was made on Feb 3
-
fix: firefox native host integration
This contribution was made on Feb 1
GopeedLab/browser-extension
5
merged
1
open
-
docs: fix firefox extension page link
This contribution was made on Feb 10
-
fix: keyup not tirgger on firefox download
This contribution was made on Feb 10
-
feat: support disable capture when hold ctrl key
This contribution was made on Feb 7
-
fix: min file size filter on firefox
This contribution was made on Feb 6
-
fix: firefox download filesize handle
This contribution was made on Feb 3
-
fix: fallback when native port connect fail
This contribution was made on Feb 1
langgenius/dify
1
open
-
fix: can not connect host.docker.internal host
This contribution was made on Feb 12
flathub/com.gopeed.Gopeed
1
merged
-
Update com.gopeed.Gopeed.yaml
This contribution was made on Feb 1
Reviewed 4 pull requests in 3 repositories
GopeedLab/gopeed
2 pull requests
-
fix: windows title bar theme switch
This contribution was made on Feb 17
-
ci: add linux arm64 build
This contribution was made on Feb 16
DSYZayn/gopeed-extension-huggingface
1 pull request
-
fix: 修复超过两层目录出现解析失败的情况
This contribution was made on Feb 25
GopeedLab/browser-extension
1 pull request
-
docs: add tutorials
This contribution was made on Feb 1
Created an issue in DSYZayn/gopeed-extension-huggingface that received 12 comments
关于gopeed扩展解析递归目录
hello,很高兴看到您为gopeed创建的这个扩展,实际上扩展是支持创建目录的,只需要在返回的file里指定好path,就可以自动创建目录,例如:
return { files: [ { "name":"file.data", "path":"xxx/model" } ]
}
这样就会下载到x…
12
comments