|
@@ -0,0 +1,22 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <title>必开网页</title>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+
|
|
|
+</body>
|
|
|
+<script>
|
|
|
+ const urls = [
|
|
|
+ "https://siyuan.tianyunperfect.cn/",
|
|
|
+ "https://www.zhixi.com/drawing/73a8069049eee5987ca6b48cc4233d87?page=owner¤t=1#open",
|
|
|
+ "https://www.zhixi.com/view/67d067d8"
|
|
|
+ ];
|
|
|
+
|
|
|
+ for (let i = 0; i < urls.length; i++) {
|
|
|
+ window.open(urls[i], "_blank");
|
|
|
+ }
|
|
|
+ window.close();
|
|
|
+</script>
|
|
|
+</html>
|