commit 95d5fe67805c3eec601c5effb20d2af37cd5af4e Author: moranzhi Date: Fri Apr 10 16:37:45 2026 +0800 first commit diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..10b731c --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ diff --git a/.idea/084PlayHtml.iml b/.idea/084PlayHtml.iml new file mode 100644 index 0000000..eb59920 --- /dev/null +++ b/.idea/084PlayHtml.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..4b7439e --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,12 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..8f1f352 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..148b03f --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/image/sinners/以实玛利.png b/image/sinners/以实玛利.png new file mode 100644 index 0000000..1739a73 Binary files /dev/null and b/image/sinners/以实玛利.png differ diff --git a/image/sinners/堂吉诃德.png b/image/sinners/堂吉诃德.png new file mode 100644 index 0000000..76cc32d Binary files /dev/null and b/image/sinners/堂吉诃德.png differ diff --git a/image/sinners/奥提斯.png b/image/sinners/奥提斯.png new file mode 100644 index 0000000..2009029 Binary files /dev/null and b/image/sinners/奥提斯.png differ diff --git a/image/sinners/希斯克利夫.png b/image/sinners/希斯克利夫.png new file mode 100644 index 0000000..70ebc96 Binary files /dev/null and b/image/sinners/希斯克利夫.png differ diff --git a/image/sinners/格里高尔.png b/image/sinners/格里高尔.png new file mode 100644 index 0000000..ccb295b Binary files /dev/null and b/image/sinners/格里高尔.png differ diff --git a/image/sinners/浮士德.png b/image/sinners/浮士德.png new file mode 100644 index 0000000..72f1822 Binary files /dev/null and b/image/sinners/浮士德.png differ diff --git a/image/sinners/罗佳.png b/image/sinners/罗佳.png new file mode 100644 index 0000000..b8d307d Binary files /dev/null and b/image/sinners/罗佳.png differ diff --git a/image/sinners/良秀.png b/image/sinners/良秀.png new file mode 100644 index 0000000..e495122 Binary files /dev/null and b/image/sinners/良秀.png differ diff --git a/image/sinners/辛克莱.png b/image/sinners/辛克莱.png new file mode 100644 index 0000000..cac94d3 Binary files /dev/null and b/image/sinners/辛克莱.png differ diff --git a/image/sinners/鸿璐.png b/image/sinners/鸿璐.png new file mode 100644 index 0000000..0a7fd51 Binary files /dev/null and b/image/sinners/鸿璐.png differ diff --git a/image/sinners/默尔索.png b/image/sinners/默尔索.png new file mode 100644 index 0000000..b3e97b2 Binary files /dev/null and b/image/sinners/默尔索.png differ diff --git a/index.css b/index.css new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..2e23fdd --- /dev/null +++ b/index.html @@ -0,0 +1,200 @@ + + + + + + 边狱公司 + + + + + + + + + +
+
+
+
+
+ + + + + + diff --git a/matching-game.html b/matching-game.html new file mode 100644 index 0000000..21c218c --- /dev/null +++ b/matching-game.html @@ -0,0 +1,798 @@ + + + + + + 罪人与原著 - 连线游戏 + + + + + + +
+

罪人与原著

+ +
+ +
+
+
罪人
+
+
+
+ +
罪人立绘
+
+
+ +
初始Ego
+
+
+
点击图片查看提示
+
+ +
+ +
+
原著
+
+ +
+
+ +
+
+ +
+
匹配结果
+
+ +
+ +
+ + + + diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..4aef0eb --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "084playhtml" +version = "0.1.0" +description = "Add your description here" +requires-python = ">=3.12" +dependencies = []