This commit is contained in:
louiscklaw
2025-02-01 01:16:09 +08:00
commit 91fab4a5d5
4178 changed files with 407527 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

View File

@@ -0,0 +1,23 @@
---
tags: app-icon
---
## Description
icon wanted
![alt text](icon_wanted.jpeg)
then look into `C:\_workspace\004_carousell\_lettersoup\source\mobile\android\app\src\main\res\drawable\splash.png`
to see if image file updated
## Ref
https://ionicframework.com/docs/native/splash-screen
https://capacitorjs.com/docs/cordova/migrating-from-cordova-to-capacitor#splash-screens-and-icons
```bash
# command to update splash screen
$ npm run update_splash
$ npm run update_app_icon
```