From 840ed10d06323d0535c13d4a2c9a80455934e31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=A1=E5=9D=82=E6=98=B4?= Date: Wed, 5 Mar 2025 10:43:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=EF=BC=9A=20js?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/js/index.css | 4 ++++ test/js/index.html | 11 +++++++++++ test/js/index.js | 0 3 files changed, 15 insertions(+) create mode 100644 test/js/index.css create mode 100644 test/js/index.html create mode 100644 test/js/index.js diff --git a/test/js/index.css b/test/js/index.css new file mode 100644 index 0000000..830576d --- /dev/null +++ b/test/js/index.css @@ -0,0 +1,4 @@ +* { + margin: 0; + padding: 0; +} diff --git a/test/js/index.html b/test/js/index.html new file mode 100644 index 0000000..d9f2102 --- /dev/null +++ b/test/js/index.html @@ -0,0 +1,11 @@ + + + + + + + + js测试 + + + diff --git a/test/js/index.js b/test/js/index.js new file mode 100644 index 0000000..e69de29