Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-04-20 08:56:43 +08:00
parent 6e9e8dae07
commit a02d3b86ba
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -34,10 +34,6 @@ import (
)
func RemoveTag(label string) (err error) {
if "" == label {
return
}
util.PushEndlessProgress(Conf.Language(116))
util.RandomSleep(1000, 2000)