fix: rescourses改名res

This commit is contained in:
DLmaster361
2025-08-13 19:34:10 +08:00
parent bb84099072
commit 13e9d248e8
63 changed files with 9 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ class Notification:
title=title,
message=message,
app_name="AUTO_MAA",
app_icon=(Path.cwd() / "resources/icons/AUTO_MAA.ico").as_posix(),
app_icon=(Path.cwd() / "res/icons/AUTO_MAA.ico").as_posix(),
timeout=t,
ticker=ticker,
toast=True,
@@ -272,7 +272,7 @@ class Notification:
Config.get("Notify", "CompanyWebHookBotUrl"),
)
Notify.CompanyWebHookBotPushImage(
Path.cwd() / "resources/images/notification/test_notify.png",
Path.cwd() / "res/images/notification/test_notify.png",
Config.get("Notify", "CompanyWebHookBotUrl"),
)