ADD file via upload

main
phgkfux43 4 months ago
parent 1a3e1a2975
commit cbcdc46f35

@ -0,0 +1,88 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="59e60451-a957-4f50-a33b-4ff6ad548edd" name="Changes" comment="项目初始化">
<change afterPath="$PROJECT_DIR$/.idea/KAOS.iml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/exam-system-backend/app.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/exam-system-backend/config/db.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/exam-system-backend/controllers/auth.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/exam-system-backend/controllers/exams.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/exam-system-backend/controllers/results.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/exam-system-backend/middlewares/auth.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/exam-system-backend/models/Exam.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/exam-system-backend/models/Result.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/exam-system-backend/models/User.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/exam-system-backend/package.json" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/exam-system-backend/routes/auth.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/exam-system-backend/routes/exams.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/exam-system-backend/routes/results.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/kaoshi.env" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/vue/kaoshi.html" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/vue/script.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/index/vue/style.css" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="ProjectId" id="2wGnMWghKpFDAz128Qc0JPNBTX9" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/../xzs-admin-master" />
<property name="nodejs_package_manager_path" value="npm" />
<property name="project.structure.last.edited" value="项目" />
<property name="project.structure.proportion" value="0.0" />
<property name="project.structure.side.proportion" value="0.0" />
<property name="settings.editor.selected.configurable" value="configurable.group.appearance" />
<property name="vue.rearranger.settings.migration" value="true" />
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="59e60451-a957-4f50-a33b-4ff6ad548edd" name="Changes" comment="" />
<created>1745676732704</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1745676732704</updated>
<workItem from="1745676734891" duration="87000" />
<workItem from="1745676841661" duration="361000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="项目初始化" />
<option name="LAST_COMMIT_MESSAGE" value="项目初始化" />
</component>
</project>
Loading…
Cancel
Save