Skip to content

Commit

Permalink
fix: new day update.
Browse files Browse the repository at this point in the history
  • Loading branch information
alterhu2020 committed May 7, 2019
1 parent ad77f14 commit 72d70dc
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/blog/2019/05-06-what.md
Expand Up @@ -17,4 +17,19 @@ mounted() {

when a component tries to set the focus on searchbar the setFocus() method needs a short delay to work.

:::
:::

### application splash screen 制作

1. 需要 appicon: 1024x1024px的格式,splash: 2732x2732px的格式尺寸,分别保存如下名称:

- icon.png
- splash.png

2. 将上面的两个文件保存在一个文件夹里面,例如`resources`,执行如下命令:

```
$ ionic cordova resources
```

[参考视频说明](https://www.youtube.com/watch?v=dPUmskG_-y0)

0 comments on commit 72d70dc

Please sign in to comment.