整理目录

This commit is contained in:
Zhanghu
2025-10-28 13:40:25 +08:00
parent 99ea33693c
commit 38cd05834d
144 changed files with 11308 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"env": {},
"apps": [
{
"name": "Desktop",
"image-path": "desktop.png"
},
{
"name": "Steam Big Picture",
"cmd": "steam://open/bigpicture",
"prep-cmd": [
{
"do": "",
"undo": "steam://close/bigpicture"
}
],
"auto-detach": true,
"wait-all": true,
"image-path": "steam.png"
}
]
}