Przeglądaj źródła

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

liuyf23 2 lat temu
rodzic
commit
7a6d154b10

+ 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>