refract start command

This commit is contained in:
lhhxxxxx
2022-06-04 21:52:53 +08:00
parent f68527b258
commit d0049ddd1f

View File

@@ -31,8 +31,7 @@
"screencapRawWithGzip": "[Adb] -s [Address] exec-out \"screencap | gzip -1\"",
"screencapEncode": "[Adb] -s [Address] exec-out screencap -p",
"release": "[Adb] kill-server",
"startOfficial": "[Adb] -s [Address] shell am start -n com.hypergryph.arknights/com.u8.sdk.U8UnityContext",
"startBilibili": "[Adb] -s [Address] shell am start -n com.hypergryph.arknights.bilibili/com.u8.sdk.U8UnityContext"
"start": "[Adb] -s [Address] shell am start -n [Intent]"
},
"BlueStacks": {
"devices": "[Adb] devices",
@@ -46,8 +45,7 @@
"screencapRawWithGzip": "[Adb] -s [Address] exec-out \"screencap | gzip -1\"",
"screencapEncode": "[Adb] -s [Address] exec-out screencap -p",
"release": "[Adb] kill-server",
"startOfficial": "[Adb] -s [Address] shell am start -n com.hypergryph.arknights/com.u8.sdk.U8UnityContext",
"startBilibili": "[Adb] -s [Address] shell am start -n com.hypergryph.arknights.bilibili/com.u8.sdk.U8UnityContext"
"start": "[Adb] -s [Address] shell am start -n [Intent]"
},
"MuMuEmulator": {
"devices": "[Adb] devices",
@@ -61,8 +59,7 @@
"screencapRawWithGzip": "[Adb] -s [Address] exec-out \"screencap | gzip -1\"",
"screencapEncode": "[Adb] -s [Address] exec-out screencap -p",
"release": "[Adb] kill-server",
"startOfficial": "[Adb] -s [Address] shell am start -n com.hypergryph.arknights/com.u8.sdk.U8UnityContext",
"startBilibili": "[Adb] -s [Address] shell am start -n com.hypergryph.arknights.bilibili/com.u8.sdk.U8UnityContext"
"start": "[Adb] -s [Address] shell am start -n [Intent]"
},
"LDPlayer": {
"devices": "[Adb] devices",
@@ -76,8 +73,7 @@
"screencapRawWithGzip": "[Adb] -s [Address] shell \"screencap | gzip -1\"",
"screencapEncode": "[Adb] -s [Address] shell screencap -p",
"release": "[Adb] kill-server",
"startOfficial": "[Adb] -s [Address] shell am start -n com.hypergryph.arknights/com.u8.sdk.U8UnityContext",
"startBilibili": "[Adb] -s [Address] shell am start -n com.hypergryph.arknights.bilibili/com.u8.sdk.U8UnityContext"
"start": "[Adb] -s [Address] shell am start -n [Intent]"
},
"Nox": {
"devices": "[Adb] devices",
@@ -91,8 +87,7 @@
"screencapRawWithGzip": "[Adb] -s [Address] exec-out \"screencap | gzip -1\"",
"screencapEncode": "[Adb] -s [Address] exec-out screencap -p",
"release": "[Adb] kill-server",
"startOfficial": "[Adb] -s [Address] shell am start -n com.hypergryph.arknights/com.u8.sdk.U8UnityContext",
"startBilibili": "[Adb] -s [Address] shell am start -n com.hypergryph.arknights.bilibili/com.u8.sdk.U8UnityContext"
"start": "[Adb] -s [Address] shell am start -n [Intent]"
},
"XYAZ": {
"devices": "[Adb] devices",
@@ -106,8 +101,7 @@
"screencapRawWithGzip": "[Adb] -s [Address] shell \"screencap | gzip -1\"",
"screencapEncode": "[Adb] -s [Address] shell screencap -p",
"release": "[Adb] kill-server",
"startOfficial": "[Adb] -s [Address] shell am start -n com.hypergryph.arknights/com.u8.sdk.U8UnityContext",
"startBilibili": "[Adb] -s [Address] shell am start -n com.hypergryph.arknights.bilibili/com.u8.sdk.U8UnityContext"
"start": "[Adb] -s [Address] shell am start -n [Intent]"
},
"WSA": {
"devices": "[Adb] devices",
@@ -122,8 +116,7 @@
"screencapRawWithGzip": "[Adb] -s [Address] shell \"screencap -d [DisplayId] | gzip -1\"",
"screencapEncode": "[Adb] -s [Address] shell screencap -d [DisplayId] -p",
"release": "[Adb] kill-server",
"startOfficial": "[Adb] -s [Address] shell am start -n com.hypergryph.arknights/com.u8.sdk.U8UnityContext",
"startBilibili": "[Adb] -s [Address] shell am start -n com.hypergryph.arknights.bilibili/com.u8.sdk.U8UnityContext"
"start": "[Adb] -s [Address] shell am start -n [Intent]"
},
"Compatible": {
"devices": "[Adb] devices",
@@ -137,8 +130,7 @@
"screencapRawWithGzip": "[Adb] -s [Address] exec-out \"screencap | gzip -1\"",
"screencapEncode": "[Adb] -s [Address] exec-out screencap -p",
"release": "[Adb] kill-server",
"startOfficial": "[Adb] -s [Address] shell am start -n com.hypergryph.arknights/com.u8.sdk.U8UnityContext",
"startBilibili": "[Adb] -s [Address] shell am start -n com.hypergryph.arknights.bilibili/com.u8.sdk.U8UnityContext"
"start": "[Adb] -s [Address] shell am start -n [Intent]"
}
}
}