feat: 创建Photos虚拟组件(设置 virtualComponent 组件路径),预设我的|共享类别

This commit is contained in:
tnt group
2023-05-17 20:16:36 +08:00
parent f26e4e478a
commit 2b67bb16f3
4 changed files with 49 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import My from './My'
import Share from './Share'
export const PhotoList = [...Share, ...My]