From 6ded2d843b8e255a6055fecc5652d32f02497e15 Mon Sep 17 00:00:00 2001 From: theliu Date: Sun, 26 Apr 2026 20:09:08 +0800 Subject: [PATCH] v1.0 --- templates | 1 - templates/index.html | 185 +++++++++++++++++++++++++++++++++ templates/login.html | 237 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 422 insertions(+), 1 deletion(-) delete mode 160000 templates create mode 100644 templates/index.html create mode 100644 templates/login.html diff --git a/templates b/templates deleted file mode 160000 index 34d6f8a..0000000 --- a/templates +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 34d6f8a3dcf8c75ee63c6106feb0b2921cc2e7df diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..41c1d2b --- /dev/null +++ b/templates/index.html @@ -0,0 +1,185 @@ + + + + + + Web WeChat - 苹果风格聊天 + + + + +
+ + + + +
+
+
+
+ +
+
+

选择对话

+

离线

+
+
+
+ + + + +
+
+ +
+ +
+ +

欢迎使用 Web WeChat

+

选择一个联系人开始聊天

+
+
+ +
+
+ + +
+
+ + +
+
+ + + +
+ + +
+ +
+ +
+
+ + + + + +
+ +
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..d65cdb2 --- /dev/null +++ b/templates/login.html @@ -0,0 +1,237 @@ + + + + + + Web WeChat - 登录 + + + + + +
+ +
+ + + + \ No newline at end of file