添加注册登录功能

This commit is contained in:
2025-08-29 00:34:40 +08:00
parent 09065f2ce7
commit 2fe3474d9e
3060 changed files with 29217 additions and 87137 deletions

View File

@@ -920,5 +920,5 @@ def _parse_url(name: str) -> URL:
else:
raise exc.ArgumentError(
"Could not parse SQLAlchemy URL from string '%s'" % name
"Could not parse SQLAlchemy URL from given URL string"
)