From ea8b8d9b39cbe789c17f023c3de7a887fb122776 Mon Sep 17 00:00:00 2001 From: "Rogue.Ping" Date: Fri, 29 Nov 2024 16:01:32 +0800 Subject: [PATCH] update readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c24b792..d79a278 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,7 @@ 1. 拖拽预览支持`Lottie文件`、`SVGA文件`、`GIF文件`及其对应的`zip包` -2. 除了拖拽,还能通过菜单栏打开动画文件 - -![example2](https://github.com/Rogue24/JPCover/raw/master/AnimationPreviewer/example3.jpeg) - -3. 可以自定义App背景图片 - -![example2](https://github.com/Rogue24/JPCover/raw/master/AnimationPreviewer/example4.jpeg) - -4. 📢 注意`Lottie文件`的内容需要跟以下规格保持一致: +2. 📢 注意`Lottie文件`的内容需要跟以下规格保持一致: ```swift lottie_dir: @@ -43,3 +35,11 @@ lottie_dir: img_2.png ... ``` + +3. 除了拖拽,还能通过菜单栏打开动画文件 + +![example2](https://github.com/Rogue24/JPCover/raw/master/AnimationPreviewer/example3.jpeg) + +4. 可以自定义App背景图片 + +![example2](https://github.com/Rogue24/JPCover/raw/master/AnimationPreviewer/example4.jpeg)