mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-06-03 05:59:51 +08:00
!!fix!!
This commit is contained in:
parent
1e89b72e0d
commit
644c825e2f
@ -52,7 +52,7 @@ $ pip3 install -r requirements.txt
|
|||||||
|
|
||||||
修复:`查询词云`功能失效的问题。
|
修复:`查询词云`功能失效的问题。
|
||||||
|
|
||||||
修复:`查询`功能只能查到8个角色的问题(经测试应该BanIP概率极低,需要在配置文件中加入`genshinuid_use_new_get_chars_method=1`才可生效)。
|
修复:`查询`功能只能查到8个角色的问题(经测试应该BanIP概率极低,默认生效)。
|
||||||
|
|
||||||
修复:`校验全部Cookies`命令错误的问题(**由于API返回字段变化的缘故,旧版本使用该命令会清空所有Ck,旧版本请不要使用该命令**),该问题同时导致`添加`命令不可用,均已修复。
|
修复:`校验全部Cookies`命令错误的问题(**由于API返回字段变化的缘故,旧版本使用该命令会清空所有Ck,旧版本请不要使用该命令**),该问题同时导致`添加`命令不可用,均已修复。
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ import numpy as np
|
|||||||
|
|
||||||
from PIL import Image, ImageDraw, ImageFont, ImageFilter
|
from PIL import Image, ImageDraw, ImageFont, ImageFilter
|
||||||
|
|
||||||
from .getDB import GetInfo,GetCharacter,GetSpiralAbyssInfo,GetMysInfo,errorDB
|
from .getDB import GetInfo,GetCharacter,GetSpiralAbyssInfo,GetMysInfo,errorDB,cacheDB
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import json
|
import json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user