feat: 添加自定义正则 & 番号大写转换配置
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user