getMakeupDefine static method

List<FUBeautyParam> getMakeupDefine()

Implementation

static List<FUBeautyParam> getMakeupDefine() {
  List<FUBeautyParam> define = [
    FUBeautyParam(
        mParam: 'makeup_noitem',
        mValue: 0.70,
        type: 3,
        mTitle: 'Default',
        image: ''),
    FUBeautyParam(
        mParam: 'naicha',
        mValue: 0.70,
        type: 3,
        mTitle: 'type 1',
        image: 'zhibo_meiyan_meizhuang_naicha'),
    FUBeautyParam(
        mParam: 'dousha',
        mValue: 0.70,
        type: 3,
        mTitle: 'type 2',
        image: 'zhibo_meiyan_lvjing_dousha'),
    FUBeautyParam(
        mParam: 'chaoA',
        mValue: 0.70,
        type: 3,
        mTitle: 'type 3',
        image: 'zhibo_meiyan_lvjing_chaoa'),
  ];
  // currentMakeupsList = define;
  // SharedUtils.remove(SharedConstant.fcMakeupShare);
  return define;
}