From 8acd42a3513497e2e2dff562ce88077661eaf029 Mon Sep 17 00:00:00 2001 From: bobi Date: Tue, 27 Aug 2019 09:01:21 +0800 Subject: [PATCH] =?UTF-8?q?add:=E6=8F=92=E4=BB=B6=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/navs.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/data/navs.json b/data/navs.json index c4cc434..5651240 100644 --- a/data/navs.json +++ b/data/navs.json @@ -311,13 +311,25 @@ "icon": "", "children": [ { - "title": "二维码", + "title": "jquery.qrcode.js", "href": "pages/tripartite/qrcode.html" }, { - "title": "让数字动起来", + "title": "jquery.countup.js", "href": "pages/tripartite/countup.html" - } + }, + { + "title": "toastr.js", + "href": "pages/tripartite/countup.html" + }, + { + "title": "SweetAlert2.js", + "href": "pages/tripartite/countup.html" + }, + { + "title": "Animate.css", + "href": "https://daneden.github.io/animate.css" + } ] } ]