第一次提交

This commit is contained in:
AQUAFIN
2026-09-21 17:39:16 +08:00
parent ea9a6644b1
commit 34783833e5
80 changed files with 3151 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 已忽略包含查询文件的默认文件夹
/queries/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
+6
View File
@@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>
+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Black">
<option name="sdkName" value="Python 3.14 (沃林学生管理系统)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.14 (.venv)" project-jdk-type="Python SDK" />
</project>
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/../../ai/.idea/ai.iml" filepath="$PROJECT_DIR$/../../ai/.idea/ai.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/沃林学生管理系统.iml" filepath="$PROJECT_DIR$/.idea/沃林学生管理系统.iml" />
</modules>
</component>
</project>
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.14 (.venv)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="ai" />
</component>
</module>