From 5762af96073c1554264218ef489ead81fa91d37a Mon Sep 17 00:00:00 2001 From: zhangzhijie Date: Sun, 14 Jul 2024 12:16:17 +0800 Subject: [PATCH] update --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 25eae39..6f22da9 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@ } }); source = jQuery.urlParams().source || 'dizang'; - filename = source + '.json'; + filename = 'source/' + source + '.json'; $.getJSON(filename, function(data) { var items = []; $.each(data, function(name, str) {