feat (issue#67):添加屏蔽特定tag的功能

This commit is contained in:
Azide
2022-09-02 02:48:11 +08:00
parent 945f00f531
commit 4177fd149a
5 changed files with 2368 additions and 1 deletions
@@ -112,6 +112,7 @@ class Platform(metaclass=RegistryABCMeta, base=True):
self.store[target] = data
def tag_separator(self, stored_tags: list[Tag]):
"""返回分离好的正反tag元组"""
subscribed_tags = []
banned_tags = []
for tag in stored_tags: