From 9860e221460a0a4ac1903dad2c97160d0eed0e63 Mon Sep 17 00:00:00 2001
From: long <515897141@qq.com>
Date: 星期五, 03 三月 2023 10:59:42 +0800
Subject: [PATCH] 初始化

---
 clear.html |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/clear.html b/clear.html
new file mode 100644
index 0000000..223032f
--- /dev/null
+++ b/clear.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Document</title>
+    <script>
+        localStorage.clear()
+        // TODO 鐩存帴杩涘叆闀块摼
+        // location.href = '';
+    </script>
+</head>
+<body>
+    
+</body>
+</html>
\ No newline at end of file

--
Gitblit v1.8.0