This commit is contained in:
2026-07-09 09:10:49 +08:00
parent 2882d37112
commit fec47bf47a
54 changed files with 5985 additions and 992 deletions
@@ -72,6 +72,7 @@ async def create_package(
ensure_ascii=False,
),
)
await db.commit()
return _to_out(pkg)
@@ -109,6 +110,7 @@ async def update_package(
ensure_ascii=False,
),
)
await db.commit()
return _to_out(pkg)
@@ -142,4 +144,5 @@ async def delete_package(
ensure_ascii=False,
),
)
await db.commit()
return {"ok": True}