代码注释

gjw_branch
顾婧玟 4 months ago
parent f13212511d
commit 2a4d61db1d

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4"> <!-- 模块声明版本为4 -->
<component name="PyDocumentationSettings"> <!-- Python文档设置组件用于配置Python文档相关的格式等设置 -->
<option name="format" value="PLAIN" /> <!-- 文档格式选项设置为纯文本PLAIN格式 -->
<option name="myDocStringFormat" value="Plain" /> <!-- 自定义文档字符串格式选项设置为纯文本Plain格式 -->
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="PyDocumentationSettings">
<option name="format" value="PLAIN" />
<option name="myDocStringFormat" value="Plain" />
</component>
<component name="TemplatesService"> <!-- 模板服务组件,用于配置模板相关的服务设置 -->
<option name="TEMPLATE_CONFIGURATION" value="Jinja2" /> <!-- 模板配置选项设置使用Jinja2模板引擎 -->
<option name="TEMPLATE_FOLDERS"> <!-- 模板文件夹选项,用于指定模板文件所在的文件夹列表 -->
<component name="TemplatesService">
<option name="TEMPLATE_CONFIGURATION" value="Jinja2" />
<option name="TEMPLATE_FOLDERS">
<list>
<option value="$MODULE_DIR$/src/DjangoBlog-master/DjangoBlog-master/templates" /> <!-- 具体的模板文件夹路径指向项目中DjangoBlog-master下的templates目录 -->
<option value="$MODULE_DIR$/src/DjangoBlog-master/DjangoBlog-master/templates" />
</list>
</option>
</component>

@ -4,13 +4,22 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="feebdecb-aab4-468a-89d2-02ab184d6524" name="更改" comment="" />
<list default="true" id="feebdecb-aab4-468a-89d2-02ab184d6524" name="更改" comment="">
<change beforePath="$PROJECT_DIR$/.idea/django.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/django.iml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/DjangoBlog-master/.idea/inspectionProfiles/profiles_settings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/DjangoBlog-master/.idea/inspectionProfiles/profiles_settings.xml" 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_BRANCH_BY_REPOSITORY">
<map>
<entry key="$PROJECT_DIR$" value="main" />
</map>
</option>
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectColorInfo">{
@ -22,20 +31,23 @@
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"ModuleVcsDetector.initialDetectionPerformed": "true",
"RunOnceActivity.OpenDjangoStructureViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
"git-widget-placeholder": "main",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.tslint": "(autodetect)",
"vue.rearranger.settings.migration": "true"
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;ModuleVcsDetector.initialDetectionPerformed&quot;: &quot;true&quot;,
&quot;RunOnceActivity.OpenDjangoStructureViewOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252&quot;: &quot;true&quot;,
&quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
&quot;git-widget-placeholder&quot;: &quot;gjw__branch&quot;,
&quot;last_opened_file_path&quot;: &quot;C:/Users/35500/Desktop/软件工程与方法学/django&quot;,
&quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
&quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
&quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
&quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
&quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
&quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
}
}]]></component>
}</component>
<component name="RunManager">
<configuration name="django" type="Python.DjangoServer" factoryName="Django server">
<module name="django" />
@ -79,10 +91,25 @@
<updated>1760248745025</updated>
<workItem from="1760248747064" duration="34000" />
<workItem from="1760248891758" duration="6962000" />
<workItem from="1760271313858" duration="27000" />
<workItem from="1760271342012" duration="835000" />
<workItem from="1760851293582" duration="1237000" />
<workItem from="1760852569906" duration="605000" />
</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>
</project>

@ -1,12 +1,12 @@
<?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.12" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="PyDocumentationSettings">
<option name="format" value="PLAIN" />
<option name="myDocStringFormat" value="Plain" />
</component>
</module>
<?xml version="1.0" encoding="UTF-8"?> <!-- XML文件声明指定版本为1.0编码为UTF-8 -->
<module type="PYTHON_MODULE" version="4"> <!-- 定义模块类型为Python模块版本4 -->
<component name="NewModuleRootManager"> <!-- 新模块根管理器组件,用于管理模块的根路径等 -->
<content url="file://$MODULE_DIR$" /> <!-- 配置模块内容的路径,指向当前模块所在目录 -->
<orderEntry type="jdk" jdkName="Python 3.12" jdkType="Python SDK" /> <!-- 配置Python SDK指定使用Python 3.12版本 -->
<orderEntry type="sourceFolder" forTests="false" /> <!-- 配置源码文件夹,且该文件夹不用于测试 -->
</component>
<component name="PyDocumentationSettings"> <!-- Python文档设置组件控制文档相关格式 -->
<option name="format" value="PLAIN" /> <!-- 设置文档格式为纯文本PLAIN -->
<option name="myDocStringFormat" value="Plain" /> <!-- 设置自定义文档字符串格式为纯文本Plain -->
</component>
</module> <!-- 模块定义结束 -->

@ -1,6 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
<component name="InspectionProjectProfileManager">9
<settings><!-- 配置设置区域 -->
<option name="USE_PROJECT_PROFILE" value="false" /><!-- 配置选项是否使用项目配置文件当前设置为不使用false -->
<version value="1.0" /><!-- 配置版本信息当前版本为1.0 -->
</settings>
</component>
Loading…
Cancel
Save