From b1b9c7fc10ccaf3e12a392aa957b8d03e02e2c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=AF=E5=87=9B?= Date: Tue, 7 Jul 2026 14:05:23 +0800 Subject: [PATCH] chore: move payload scripts to action/ --- .gitignore | 4 +++- {src/sdgb => action}/GetUserPreviewApi.py | 0 {src/sdgb => action}/PowerOn.py | 0 {src/sdgb => action}/UpsertMusic.py | 0 {src/sdgb => action}/UserLogoutApi.py | 0 uv.lock | 2 +- 6 files changed, 4 insertions(+), 2 deletions(-) rename {src/sdgb => action}/GetUserPreviewApi.py (100%) rename {src/sdgb => action}/PowerOn.py (100%) rename {src/sdgb => action}/UpsertMusic.py (100%) rename {src/sdgb => action}/UserLogoutApi.py (100%) diff --git a/.gitignore b/.gitignore index 2f2685a..d7030cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ **/__pycache__ **/settings.py -**/.DS_Store \ No newline at end of file +**/.DS_Store + +*.egg-info diff --git a/src/sdgb/GetUserPreviewApi.py b/action/GetUserPreviewApi.py similarity index 100% rename from src/sdgb/GetUserPreviewApi.py rename to action/GetUserPreviewApi.py diff --git a/src/sdgb/PowerOn.py b/action/PowerOn.py similarity index 100% rename from src/sdgb/PowerOn.py rename to action/PowerOn.py diff --git a/src/sdgb/UpsertMusic.py b/action/UpsertMusic.py similarity index 100% rename from src/sdgb/UpsertMusic.py rename to action/UpsertMusic.py diff --git a/src/sdgb/UserLogoutApi.py b/action/UserLogoutApi.py similarity index 100% rename from src/sdgb/UserLogoutApi.py rename to action/UserLogoutApi.py diff --git a/uv.lock b/uv.lock index 8fac29c..16aed5b 100644 --- a/uv.lock +++ b/uv.lock @@ -26,7 +26,7 @@ wheels = [ [[package]] name = "eaquira" version = "0.1.0" -source = { virtual = "." } +source = { editable = "." } dependencies = [ { name = "httpx" }, { name = "pycryptodome" },