Преглед на файлове

@修复:“加图片水印”、“加文字水印” 插件配置

liuyf23 преди 2 години
родител
ревизия
7a6d154b10
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      show-client/app/src/main/assets/mobile-action.xml

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

@ -253,4 +253,7 @@
253 253
	<action name="webviewScreenCapture" class="com.ai.ipu.mobile.common.screenshort.MobileScreenShort" method="webviewScreenCapture" />
254 254
	<action name="getCaptrueScreenStatus" class="com.ai.ipu.mobile.common.screenshort.MobileScreenShort" method="getCaptrueScreenStatus" />
255 255
256
	<!--图片加水印-->
257
	<action name="addImageWaterMarkForImage" class="com.ai.ipu.mobile.plugin.MobileCamera" method="addImageWaterMarkForImage" />
258
	<action name="addTextWaterMarkForImage" class="com.ai.ipu.mobile.plugin.MobileCamera" method="addTextWaterMarkForImage" />
256 259
</actions>