mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-05-08 04:55:47 +08:00
🚨 pre-commit-ci
修复格式错误
This commit is contained in:
parent
f2a63a89a5
commit
e8d188ce0d
@ -1,6 +1,7 @@
|
|||||||
import math
|
import math
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import List, Union, Optional
|
from typing import List, Union, Optional
|
||||||
|
|
||||||
from PIL import Image, ImageDraw
|
from PIL import Image, ImageDraw
|
||||||
from gsuid_core.logger import logger
|
from gsuid_core.logger import logger
|
||||||
from gsuid_core.utils.error_reply import get_error
|
from gsuid_core.utils.error_reply import get_error
|
||||||
@ -286,7 +287,7 @@ async def draw_rogue_img(
|
|||||||
else:
|
else:
|
||||||
detail_h = 0
|
detail_h = 0
|
||||||
based_h = based_h + detail_h
|
based_h = based_h + detail_h
|
||||||
|
|
||||||
# 获取查询者数据
|
# 获取查询者数据
|
||||||
if floor:
|
if floor:
|
||||||
if floor > 7:
|
if floor > 7:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user