补充美颜模型和美颜配置

This commit is contained in:
2022-09-19 15:43:06 +08:00
parent 8ef917ebb6
commit c634d29e79
365 changed files with 5751 additions and 1296 deletions

View File

@@ -0,0 +1,10 @@
package com.yunbao.faceunity.entity
/**
* 滤镜
* @property key String 名称标识
* @property imageRes Int 图片
* @property desRes Int 描述
* @constructor
*/
data class FaceBeautyStyleBean @JvmOverloads constructor(val key: String, val imageRes: Int, val desRes: Int)