XKSYU2021 1 сар өмнө
parent
commit
638e99f84d
7 өөрчлөгдсөн 126 нэмэгдсэн , 11 устгасан
  1. 61 0
      .vscode/launch.json
  2. 14 5
      404.html
  3. 9 0
      blog.html
  4. 15 6
      index.html
  5. 9 0
      project.html
  6. 9 0
      tool.html
  7. 9 0
      tool/joke.html

+ 61 - 0
.vscode/launch.json

@@ -0,0 +1,61 @@
+{
+    "configurations": [
+        {
+            "type": "vscode-edge-devtools.debug",
+            "request": "launch",
+            "name": "Launch Microsoft Edge and open the Edge DevTools",
+            "url": "http://localhost:8080",
+            "webRoot": "e:\\web\\main\\index.html"
+        },
+        {
+            "type": "pwa-msedge",
+            "name": "Launch Microsoft Edge",
+            "request": "launch",
+            "runtimeArgs": [
+                "--remote-debugging-port=9222"
+            ],
+            "url": "e:\\web\\main\\index.html", // Provide your project's url to finish configuring
+            "presentation": {
+                "hidden": true
+            }
+        },
+        {
+            "type": "pwa-msedge",
+            "name": "Launch Microsoft Edge in headless mode",
+            "request": "launch",
+            "runtimeArgs": [
+                "--headless",
+                "--remote-debugging-port=9222"
+            ],
+            "url": "e:\\web\\main\\index.html", // Provide your project's url to finish configuring
+            "presentation": {
+                "hidden": true
+            }
+        },
+        {
+            "type": "vscode-edge-devtools.debug",
+            "name": "Open Edge DevTools",
+            "request": "attach",
+            "url": "e:\\web\\main\\index.html", // Provide your project's url to finish configuring
+            "presentation": {
+                "hidden": true
+            }
+        }
+    ],
+    "compounds": [
+        {
+            "name": "Launch Edge Headless and attach DevTools",
+            "configurations": [
+                "Launch Microsoft Edge in headless mode",
+                "Open Edge DevTools"
+            ]
+        },
+        {
+            "name": "Launch Edge and attach DevTools",
+            "configurations": [
+                "Launch Microsoft Edge",
+                "Open Edge DevTools"
+            ]
+        }
+    ]
+}

+ 14 - 5
404.html

@@ -1,11 +1,20 @@
 <!DOCTYPE html>
 <meta charset="utf-8">
 <html>
-<head>
-    <title>查无此页 | 夏空拾雨小站</title>
-    <base href="/">
-    <link rel="stylesheet" type="text/css" href="./lib/main.css?1.1.0">
-</head>
+    <head>
+        <title>查无此页 | 夏空拾雨小站</title>
+        <base href="/">
+        <link rel="stylesheet" type="text/css" href="./lib/main.css?1.1.0">
+        <!-- Google tag (gtag.js) -->
+        <script async src="https://www.googletagmanager.com/gtag/js?id=G-Z80GL04TQC"></script>
+        <script>
+          window.dataLayer = window.dataLayer || [];
+          function gtag(){dataLayer.push(arguments);}
+          gtag('js', new Date());
+        
+          gtag('config', 'G-Z80GL04TQC');
+        </script>
+    </head>
 <body>
     <div class="page404">
         <h1>没有这个页面...qwq&nbsp;</h1>

+ 9 - 0
blog.html

@@ -6,6 +6,15 @@
         <link rel="stylesheet" type="text/css" href="./lib/blog.css?v1.0.0">
         <title>教程 | 夏空拾雨小站</title>
         <meta name="description" content="wxp的网站。云销雨霁,彩彻区明。这里一直都在,从黄昏直到满夜星光。">
+        <!-- Google tag (gtag.js) -->
+        <script async src="https://www.googletagmanager.com/gtag/js?id=G-Z80GL04TQC"></script>
+        <script>
+          window.dataLayer = window.dataLayer || [];
+          function gtag(){dataLayer.push(arguments);}
+          gtag('js', new Date());
+        
+          gtag('config', 'G-Z80GL04TQC');
+        </script>
     </head>
 
     <div class="header">

+ 15 - 6
index.html

@@ -1,11 +1,20 @@
 <!DOCTYPE html>
 <html>
-<head>  
-    <meta charset="utf-8">
-    <link rel="stylesheet" type="text/css" href="./lib/main.css?v1.1.0">
-    <title>主页 | 夏空拾雨小站</title>
-    <meta name="description" content="wxp的网站。云销雨霁,彩彻区明。这里一直都在,从黄昏直到满夜星光。">
-</head>
+    <head>  
+        <meta charset="utf-8">
+        <link rel="stylesheet" type="text/css" href="./lib/main.css?v1.1.0">
+        <title>主页 | 夏空拾雨小站</title>
+        <meta name="description" content="wxp的网站。云销雨霁,彩彻区明。这里一直都在,从黄昏直到满夜星光。">
+        <!-- Google tag (gtag.js) -->
+        <script async src="https://www.googletagmanager.com/gtag/js?id=G-Z80GL04TQC"></script>
+        <script>
+          window.dataLayer = window.dataLayer || [];
+          function gtag(){dataLayer.push(arguments);}
+          gtag('js', new Date());
+        
+          gtag('config', 'G-Z80GL04TQC');
+        </script>
+    </head>
 
 <body>
     <div class="header">

+ 9 - 0
project.html

@@ -6,6 +6,15 @@
         <link rel="stylesheet" type="text/css" href="./lib/project.css?v1.0.2">
         <title>项目 | 夏空拾雨小站</title>
         <meta name="description" content="wxp的网站。云销雨霁,彩彻区明。这里一直都在,从黄昏直到满夜星光。">
+        <!-- Google tag (gtag.js) -->
+        <script async src="https://www.googletagmanager.com/gtag/js?id=G-Z80GL04TQC"></script>
+        <script>
+          window.dataLayer = window.dataLayer || [];
+          function gtag(){dataLayer.push(arguments);}
+          gtag('js', new Date());
+        
+          gtag('config', 'G-Z80GL04TQC');
+        </script>
     </head>
 
     <div class="header">

+ 9 - 0
tool.html

@@ -6,6 +6,15 @@
         <link rel="stylesheet" type="text/css" href="./lib/tool.css?v1.0.1">
         <title>工具 | 夏空拾雨小站</title>
         <meta name="description" content="wxp的网站。云销雨霁,彩彻区明。这里一直都在,从黄昏直到满夜星光。">
+        <!-- Google tag (gtag.js) -->
+        <script async src="https://www.googletagmanager.com/gtag/js?id=G-Z80GL04TQC"></script>
+        <script>
+          window.dataLayer = window.dataLayer || [];
+          function gtag(){dataLayer.push(arguments);}
+          gtag('js', new Date());
+        
+          gtag('config', 'G-Z80GL04TQC');
+        </script>
     </head>
     <div class="header">
         <h1 onclick="window.location.href='./index.html'" style="cursor: pointer;">夏空拾雨小站</h1>

+ 9 - 0
tool/joke.html

@@ -3,6 +3,15 @@
     <HEAD>
         <TITLE>坏了!</TITLE>
         <meta charset="utf-8">
+        <!-- Google tag (gtag.js) -->
+        <script async src="https://www.googletagmanager.com/gtag/js?id=G-Z80GL04TQC"></script>
+        <script>
+          window.dataLayer = window.dataLayer || [];
+          function gtag(){dataLayer.push(arguments);}
+          gtag('js', new Date());
+        
+          gtag('config', 'G-Z80GL04TQC');
+        </script>
     </HEAD>
     <BODY>
         <script language=JavaScript>