update icon

This commit is contained in:
king
2025-10-06 13:28:46 +08:00
parent 6544db2f70
commit d0b41ef24e
13 changed files with 47 additions and 27 deletions

View File

@ -110,7 +110,7 @@ function autoPost(appId, appName, appIdInfo) {
const subMsg = appName || appId;
await sendMsg(`[${subMsg}]可加入,点击此通知可直接跳转加入`, {
"open-url": url,
"media-url": "https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/testflight.png"
"media-url": "https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/TestFlight_01.png"
});
}
resolve();