From db50cba5847c46dfe364195dcd1fbe70c2369f4a Mon Sep 17 00:00:00 2001 From: sonto Date: Sat, 28 Feb 2026 21:06:34 +0800 Subject: [PATCH] devel --- .idea/.gitignore | 8 ++++++++ .idea/AIDeveloper.iml | 13 +++++++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/jsLibraryMappings.xml | 6 ++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ index-3.html => prototype/index-3.html | 0 index-4.html => prototype/index-4.html | 0 index-v2.html => prototype/index-v2.html | 0 index.html => prototype/index.html | 0 requirements.txt | 1 + services/__init__.py | 0 services/requirement_service.py | 0 14 files changed, 52 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/AIDeveloper.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/jsLibraryMappings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml rename index-3.html => prototype/index-3.html (100%) rename index-4.html => prototype/index-4.html (100%) rename index-v2.html => prototype/index-v2.html (100%) rename index.html => prototype/index.html (100%) create mode 100644 services/__init__.py create mode 100644 services/requirement_service.py 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