feat(mobile): embed a photo in block

The seleted photo will be stored in assets folder.
This commit is contained in:
leizhe
2021-12-07 21:03:25 +08:00
parent 7e54abadca
commit a0cb6e5526
6 changed files with 53 additions and 3 deletions

View File

@@ -10,5 +10,9 @@
{
"pkg": "@capacitor/splash-screen",
"classpath": "com.capacitorjs.plugins.splashscreen.SplashScreenPlugin"
},
{
"pkg": "@capacitor/camera",
"classpath": "com.capacitorjs.plugins.camera.CameraPlugin"
}
]