From 46af60b48bb173ae5878e8d34b4240872909ebf3 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Mon, 8 Jan 2024 11:55:22 +0800 Subject: [PATCH] 'commit' --- WebRoot/.vscode/settings.json | 2 +- WebRoot/view/tb/form/report.html | 2 - WebRoot/view/tb/m_login.html | 270 +++++++++++++++++++++++++++++++ 3 files changed, 271 insertions(+), 3 deletions(-) create mode 100644 WebRoot/view/tb/m_login.html diff --git a/WebRoot/.vscode/settings.json b/WebRoot/.vscode/settings.json index cef36201..3cfe0d4f 100644 --- a/WebRoot/.vscode/settings.json +++ b/WebRoot/.vscode/settings.json @@ -3,6 +3,6 @@ "DevChat.DevChatPath": "C:\\Users\\Administrator\\.chat\\mamba\\envs\\devchat\\Scripts\\devchat", "devchat.defaultModel": "gpt-4", "DevChat.PythonVirtualEnv": "C:\\Users\\Administrator\\.chat\\mamba\\envs\\devchat-ask\\python.exe", - "DevChat.PythonForChat": "c:\\Users\\Administrator\\.vscode\\extensions\\merico.devchat-0.1.37\\tools\\python-3.11.6-embed-amd64\\python.exe", + "DevChat.PythonForChat": "c:\\Users\\Administrator\\.vscode\\extensions\\merico.devchat-0.1.38\\tools\\python-3.11.6-embed-amd64\\python.exe", "DevChat.PythonForCommands": "C:\\Users\\Administrator\\.chat\\mamba\\envs\\devchat-commands\\python.exe" } \ No newline at end of file diff --git a/WebRoot/view/tb/form/report.html b/WebRoot/view/tb/form/report.html index bfcb9c77..58bd0661 100644 --- a/WebRoot/view/tb/form/report.html +++ b/WebRoot/view/tb/form/report.html @@ -264,10 +264,8 @@ '' ); } - } } - } }); diff --git a/WebRoot/view/tb/m_login.html b/WebRoot/view/tb/m_login.html new file mode 100644 index 00000000..8a01fd5a --- /dev/null +++ b/WebRoot/view/tb/m_login.html @@ -0,0 +1,270 @@ + + + + + 登录 + + + + + + +
+
+
+

+ +

+

+ + +

+
+ +
+
+
+
+ + + + + + + + \ No newline at end of file