diff --git a/CONTRIBUTORS.svg b/CONTRIBUTORS.svg
index 3a0bf11f..7b7da532 100644
--- a/CONTRIBUTORS.svg
+++ b/CONTRIBUTORS.svg
@@ -60,103 +60,105 @@
Map<Integer, String> m = new HashMap<>();
@@ -760,6 +762,7 @@
for (String element : set) {
System.out.println(element);
}
+set.forEach(e -> System.out.println(e.toString()));
Deque<String> a = new ArrayDeque<>();
diff --git a/index.html b/index.html
index c597169d..47ef174a 100644
--- a/index.html
+++ b/index.html
@@ -793,9 +793,6 @@
-
-
-
@@ -946,8 +943,8 @@
-
-
+
+
@@ -1088,7 +1085,7 @@
如果你有资源,可以很方便部署 web 版,这非常简单,只需要克隆 gh-pages 分支代码到你的静态服务就可以了,还可以使用 docker 快捷部署 web 版。
-