From 21fb967f2543c6dd98238eef07a0d82208239630 Mon Sep 17 00:00:00 2001 From: Rieko-wang Date: Wed, 23 Nov 2022 16:16:35 +0800 Subject: [PATCH] ... --- config.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/config.json b/config.json index b6337cb..a853d3a 100644 --- a/config.json +++ b/config.json @@ -1,11 +1,9 @@ { - "title": "The Basics - Networking", - "description": "Your app fetched this from a remote endpoint!", - "movies": [ - { "id": "1", "title": "Star Wars", "releaseYear": "1977" }, - { "id": "2", "title": "Back to the Future", "releaseYear": "1985" }, - { "id": "3", "title": "The Matrix", "releaseYear": "1999" }, - { "id": "4", "title": "Inception", "releaseYear": "2010" }, - { "id": "5", "title": "Interstellar", "releaseYear": "2014" } - ] + "showApp": true, + "banner": [ + { + "src": "https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimg.daimg.com%2Fuploads%2Fallimg%2F210114%2F1-210114151951.jpg&refer=http%3A%2F%2Fimg.daimg.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1671718750&t=393134a8bbc364340ead46000ba01d2e" + } + ], + "bottom-tips": "React-native-学习demo" }