Merge branch 'dev' into master-fetch-dev

This commit is contained in:
奔跑的面条
2023-05-28 15:59:08 +08:00
64 changed files with 2562 additions and 1127 deletions
+3 -1
View File
@@ -10,5 +10,7 @@ export enum StorageEnum {
// 工作台布局配置
GO_CHART_LAYOUT_STORE = 'GO_CHART_LAYOUT',
// 工作台需要保存的数据
GO_CHART_STORAGE_LIST = 'GO_CHART_STORAGE_LIST'
GO_CHART_STORAGE_LIST = 'GO_CHART_STORAGE_LIST',
// 用户存储的图片媒体
GO_USER_MEDIA_PHOTOS = 'GO_USER_MEDIA_PHOTOS'
}