commit 96b6391f6763e59e1cc38f80870d2f9396ecb960 Author: abearixong Date: Wed Dec 17 10:09:33 2025 +0800 添加 .gitignore 文件并创建 index.html,包含 Shadow DOM 示例 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b512c09 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..c47bd59 --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ + + + Shadow DOM Test + + +

Shadow DOM Example

+
+ + + \ No newline at end of file