feat: 添加自定义正则 & 番号大写转换配置

This commit is contained in:
TachibanaKimika
2023-08-06 15:45:12 +08:00
parent 46c0cd3030
commit e23a25b9b7
4 changed files with 26 additions and 0 deletions

View File

@@ -120,6 +120,10 @@ def get_data_from_json(
series = json_data.get('series')
year = json_data.get('year')
if conf.number_uppercase():
number = number.upper()
if json_data.get('cover_small'):
cover_small = json_data.get('cover_small')
else: