From 21f856a3b96f2a6120054b96304f1825f78895f3 Mon Sep 17 00:00:00 2001 From: Zhiyong Wu Date: Mon, 17 Oct 2022 14:43:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/get_coco.sh | 2 ++ templates/about.html | 3 ++- templates/index.html | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/get_coco.sh b/scripts/get_coco.sh index 524f8dd..480c9bb 100644 --- a/scripts/get_coco.sh +++ b/scripts/get_coco.sh @@ -20,3 +20,5 @@ for f in $f1 $f2 $f3; do curl -L $url$f -o $f && unzip -q $f -d $d && rm $f & # download, unzip, remove in background done wait # finish background tasks + + diff --git a/templates/about.html b/templates/about.html index 0de6f6e..f4d8afb 100644 --- a/templates/about.html +++ b/templates/about.html @@ -5,4 +5,5 @@

Instructions

Add instructions here

-{% endblock %} \ No newline at end of file +{% endblock %} + diff --git a/templates/index.html b/templates/index.html index 9ff6f4d..e335bd9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,4 +6,5 @@

linjie

- \ No newline at end of file + +