保存控件新增文案样式枚举

Signed-off-by: feibuzhid <chenyufei31@huawei.com>
This commit is contained in:
feibuzhid
2024-08-24 21:32:27 +08:00
parent 757e7a72e3
commit 9dc32ce08d
@@ -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
};