!180 挑单release 保存控件新增样式枚举

Merge pull request !180 from feibuzhid/cherry-pick-1724724993
This commit is contained in:
openharmony_ci
2024-08-31 02:36:13 +00:00
committed by Gitee
@@ -33,6 +33,9 @@ enum class SaveDesc : int32_t {
RECEIVE = 6,
CONTINUE_TO_RECEIVE = 7,
SAVE_TO_GALLERY = 8,
EXPORT_TO_GALLERY = 9,
QUICK_SAVE_TO_GALLERY = 10,
RESAVE_TO_GALLERY = 11,
MAX_LABEL_TYPE
};