Selaa lähdekoodia

@修复:“截屏”插件配置

liuyf23 2 vuotta sitten
vanhempi
commit
35825aa580
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      show-client/app/src/main/assets/mobile-action.xml

+ 8 - 0
show-client/app/src/main/assets/mobile-action.xml

@ -248,4 +248,12 @@
248 248
	<action name="validateGestureLock" class="com.ai.ipu.mobile.common.screenlock.GestureLock" method="validateGestureLock" />
249 249
	<action name="delGestureLock" class="com.ai.ipu.mobile.common.screenlock.GestureLock" method="delGestureLock" />
250 250
	<action name="styleGestureLock" class="com.ai.ipu.mobile.common.screenlock.GestureLock" method="styleGestureLock" />
251
252
	<!--截屏-->
253
	<action name="captureScreen" class="com.ai.ipu.mobile.common.screenshort.MobileScreenShort" method="captureScreen" />
254
	<action name="fullScreenCapture" class="com.ai.ipu.mobile.common.screenshort.MobileScreenShort" method="fullScreenCapture" />
255
	<action name="noStatusScreenCapture" class="com.ai.ipu.mobile.common.screenshort.MobileScreenShort" method="noStatusScreenCapture" />
256
	<action name="handMovementScreenCapture" class="com.ai.ipu.mobile.common.screenshort.MobileScreenShort" method="handMovementScreenCapture" />
257
	<action name="webviewScreenCapture" class="com.ai.ipu.mobile.common.screenshort.MobileScreenShort" method="webviewScreenCapture" />
258
251 259
</actions>