[Feature] 监控目录自动解锁 #6
Labels
No Label
bug
crypto
documentation
duplicate
enhancement
good first issue
help wanted
invalid
platform-android
platform-mac
platform-win
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: um/cli#6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
git clone https://github.com/unlock-music/cli && cd cli
go build ./cmd/um
./um -h
@ryan555555 你在做什么?
我觉得应该保持cli的单纯性,只是作为一个解密的工具存在,可以附带还原歌曲封面等附加信息的能力。
监控文件变动的话,严格意义上来说不属于cli的功能范围。
可以增加
目前不知道该项目是否会迁移到Gitlab平台,后续有空本人可以提交一些feature的pr,当然我的Golang只是半吊子水平,对于解密算法这块一窍不通,对于基本feature我可以尝试提交pr。
另外,repo的作者貌似还维护了一个前端的项目,解密这块也是用ts重写的,个人认为解密这块可以用golang实现,前端无论是通过http接口的方式调用Golang执行解密操作,还是将golang编译成wasm文件的方式加载调用,都可以大大的减少工作量。