diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..35410ca
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/AIDeveloper.iml b/.idea/AIDeveloper.iml
new file mode 100644
index 0000000..f77e96c
--- /dev/null
+++ b/.idea/AIDeveloper.iml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml
new file mode 100644
index 0000000..01d8a79
--- /dev/null
+++ b/.idea/jsLibraryMappings.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..b4e51a5
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..381a73f
--- /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/index-3.html b/prototype/index-3.html
similarity index 100%
rename from index-3.html
rename to prototype/index-3.html
diff --git a/index-4.html b/prototype/index-4.html
similarity index 100%
rename from index-4.html
rename to prototype/index-4.html
diff --git a/index-v2.html b/prototype/index-v2.html
similarity index 100%
rename from index-v2.html
rename to prototype/index-v2.html
diff --git a/index.html b/prototype/index.html
similarity index 100%
rename from index.html
rename to prototype/index.html
diff --git a/requirements.txt b/requirements.txt
index e69de29..ca749cc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -0,0 +1 @@
+PyQt5>=5.15.0
\ No newline at end of file
diff --git a/services/__init__.py b/services/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/services/requirement_service.py b/services/requirement_service.py
new file mode 100644
index 0000000..e69de29