mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-06-18 13:25:07 +08:00
📦️ 更新镜像源
This commit is contained in:
parent
b98a00a8cb
commit
a47a30c724
@ -37,8 +37,10 @@ async def send_core_update_msg(bot: Bot, ev: Event):
|
||||
level = 0
|
||||
txt = ev.text.replace('插件', '').strip() if ev.text else ''
|
||||
if txt:
|
||||
await bot.send(f'🔔 正在尝试更新插件{txt}, 请稍等...')
|
||||
log_list = await update_plugins(txt, level)
|
||||
else:
|
||||
await bot.send('🔔 正在尝试更新早柚核心, 请稍等...')
|
||||
log_list = await update_from_git_in_tread(level)
|
||||
|
||||
await bot.send(log_list)
|
||||
|
2
pdm.lock
generated
2
pdm.lock
generated
@ -5,7 +5,7 @@
|
||||
groups = ["default"]
|
||||
strategy = []
|
||||
lock_version = "4.5.0"
|
||||
content_hash = "sha256:d6945926edaaf8594dbfac391b90977c14af2783c8b0118b706dbd955035d6b8"
|
||||
content_hash = "sha256:f60a7c1edf0173ad880c5ac5399f1812371a8c37bf6aa4bbdb6c86dc2679bdf1"
|
||||
|
||||
[[metadata.targets]]
|
||||
requires_python = "~=3.10"
|
||||
|
1584
poetry.lock
generated
1584
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -79,7 +79,7 @@ includes = ["gsuid_core"]
|
||||
|
||||
[[tool.poetry.source]]
|
||||
name = "NJU"
|
||||
url = "https://mirror.nju.edu.cn/pypi/web/simple"
|
||||
url = "https://mirrors.volces.com/pypi/simple/"
|
||||
priority = "primary"
|
||||
|
||||
[build-system]
|
||||
@ -167,7 +167,7 @@ respect-source-order = true
|
||||
|
||||
[[tool.pdm.source]]
|
||||
name = "NJU"
|
||||
url = "https://mirror.nju.edu.cn/pypi/web/simple"
|
||||
url = "https://mirrors.volces.com/pypi/simple/"
|
||||
|
||||
[project.urls]
|
||||
"Bug Tracker" = "https://github.com/Genshin-bots/gsuid-core/issues"
|
||||
|
@ -1,10 +1,10 @@
|
||||
--index-url https://mirror.nju.edu.cn/pypi/web/simple
|
||||
--index-url https://mirrors.volces.com/pypi/simple
|
||||
|
||||
aioboto3==12.4.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
aiobotocore[boto3]==2.12.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
aiofiles==24.1.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
aiohappyeyeballs==2.6.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
aiohttp==3.12.13 ; python_version >= "3.10" and python_version < "4.0"
|
||||
aiohttp==3.12.12 ; python_version >= "3.10" and python_version < "4.0"
|
||||
aioitertools==0.12.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
aiosignal==1.3.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
aiosqlite==0.21.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
@ -14,43 +14,42 @@ apscheduler==3.11.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
async-timeout==4.0.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
attrs==25.3.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
bcrypt==4.0.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
beautifulsoup4==4.13.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||
beautifulsoup4==4.13.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
betterproto==2.0.0b7 ; python_version >= "3.10" and python_version < "4.0"
|
||||
boto3==1.34.69 ; python_version >= "3.10" and python_version < "4.0"
|
||||
botocore==1.34.69 ; python_version >= "3.10" and python_version < "4.0"
|
||||
casbin==1.43.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
certifi==2025.6.15 ; python_version >= "3.10" and python_version < "4.0"
|
||||
click==8.2.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
certifi==2025.1.31 ; python_version >= "3.10" and python_version < "4.0"
|
||||
click==8.1.8 ; python_version >= "3.10" and python_version < "4.0"
|
||||
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0"
|
||||
dnspython==2.7.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
email-validator==2.2.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
exceptiongroup==1.3.0 ; python_version >= "3.10" and python_version < "3.11"
|
||||
exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11"
|
||||
fastapi-amis-admin==0.7.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
fastapi-user-auth==0.7.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
fastapi==0.112.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
frozenlist==1.7.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
frozenlist==1.5.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
gitdb==4.0.12 ; python_version >= "3.10" and python_version < "4.0"
|
||||
gitpython==3.1.44 ; python_version >= "3.10" and python_version < "4.0"
|
||||
greenlet==3.2.3 ; python_version < "3.14" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_version >= "3.10"
|
||||
grpclib==0.4.8 ; python_version >= "3.10" and python_version < "4.0"
|
||||
h11==0.16.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
greenlet==3.1.1 ; python_version < "3.14" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_version >= "3.10"
|
||||
grpclib==0.4.7 ; python_version >= "3.10" and python_version < "4.0"
|
||||
h11==0.14.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
h2==4.2.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
hpack==4.1.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
httpcore==1.0.9 ; python_version >= "3.10" and python_version < "4.0"
|
||||
httpcore==1.0.7 ; python_version >= "3.10" and python_version < "4.0"
|
||||
httpx==0.28.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
hyperframe==6.1.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
idna==3.10 ; python_version >= "3.10" and python_version < "4.0"
|
||||
jinja2==3.1.6 ; python_version >= "3.10" and python_version < "4.0"
|
||||
jmespath==1.0.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
loguru==0.7.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
lxml==5.4.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
lxml==5.3.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
markupsafe==3.0.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
mpmath==1.3.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
msgspec==0.19.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
multidict==6.4.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||
numpy==2.2.6 ; python_version >= "3.10" and python_version < "3.11"
|
||||
numpy==2.3.0 ; python_version >= "3.12" and python_version < "4.0" or python_version == "3.11"
|
||||
pandas==2.3.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
numpy==2.2.6 ; python_version >= "3.10" and python_version <= "3.11" or python_version >= "3.12" and python_version < "4.0"
|
||||
pandas==2.2.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
passlib==1.7.4 ; python_version >= "3.10" and python_version < "4.0"
|
||||
pillow==11.2.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
propcache==0.3.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
@ -70,19 +69,19 @@ simpleeval==1.0.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
six==1.17.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
smmap==5.0.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
sniffio==1.3.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
soupsieve==2.7 ; python_version >= "3.10" and python_version < "4.0"
|
||||
soupsieve==2.6 ; python_version >= "3.10" and python_version < "4.0"
|
||||
sqlalchemy-database==0.1.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
sqlalchemy==2.0.41 ; python_version >= "3.10" and python_version < "4.0"
|
||||
sqlmodel==0.0.24 ; python_version >= "3.10" and python_version < "4.0"
|
||||
starlette==0.38.6 ; python_version >= "3.10" and python_version < "4.0"
|
||||
toml==0.10.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
typing-extensions==4.14.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
typing-inspection==0.4.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
typing-inspection==0.4.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
tzdata==2025.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
tzlocal==5.3.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
urllib3==1.26.20 ; python_version >= "3.10" and python_version < "4.0"
|
||||
uvicorn==0.34.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
uvicorn==0.34.0 ; python_version >= "3.10" and python_version < "4.0"
|
||||
websockets==15.0.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
win32-setctime==1.2.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"
|
||||
wrapt==1.17.2 ; python_version >= "3.10" and python_version < "4.0"
|
||||
yarl==1.20.1 ; python_version >= "3.10" and python_version < "4.0"
|
||||
yarl==1.18.3 ; python_version >= "3.10" and python_version < "4.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user