mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
增加备注说明
This commit is contained in:
parent
6151dfb161
commit
3c120ce602
@ -372,7 +372,7 @@ class PrettyHandle(BaseHandle[PrettyData]):
|
||||
for line in lines
|
||||
if "★" in line and "【" in line and "】" in line
|
||||
]
|
||||
for char in chars:
|
||||
for char in set(chars): # list去重
|
||||
star = char.count("★")
|
||||
name = re.split(r"[【】]", char)[-2].strip()
|
||||
up_chars.append(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user