This commit is contained in:
跨越晨昏 2024-09-17 18:02:39 +08:00
parent e1d30f9adb
commit 2beb638121
9 changed files with 56 additions and 4 deletions

3
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# 默认忽略的文件
/shelf/
/workspace.xml

8
.idea/SinkDark.iml Normal file
View File

@ -0,0 +1,8 @@
<?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.11" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -0,0 +1,12 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<option name="ignoredErrors">
<list>
<option value="E501" />
</list>
</option>
</inspection_tool>
</profile>
</component>

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

4
.idea/misc.xml Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11" project-jdk-type="Python SDK" />
</project>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/SinkDark.iml" filepath="$PROJECT_DIR$/.idea/SinkDark.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -1,7 +1,13 @@
@charset "gb2312"; @charset "UTF-8";
/* css */ /* css */
* { margin: 0; padding: 0 } * { margin: 0; padding: 0 }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; color: #555; background: #efefef; line-height: 1.5; } body {
font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; /* 设置字体大小和字体族 */
background-image: url('../images/盐湖.png'); /* 设置背景图片 */
line-height: 1.5; /* 设置行高为字体大小的1.5倍 */
background-size: cover; /* 背景图片覆盖整个元素区域,可能会被裁剪以保持宽高比 */
background-repeat: no-repeat; /* 背景图片不重复 */
}
img { border: 0; display: block } img { border: 0; display: block }
ul, li { list-style: none; } ul, li { list-style: none; }
a { text-decoration: none; color: #555 } a { text-decoration: none; color: #555 }

View File

@ -60,8 +60,7 @@
<h2>站长推荐</h2> <h2>站长推荐</h2>
<ul> <ul>
<li><a href="https://blog.csdn.net/HuangZhang_123" target="new">个人专题</a></li> <li><a href="https://blog.csdn.net/HuangZhang_123" target="new">个人专题</a></li>
<li><a href="https://item.jd.com/14055920.html" target="new">Django+Vue系统架构设计与实现</a></li> <li><a href="https://crossdark.com" target="new">旧网站</a></li>
<li><a href="https://item.jd.com/13855631.html" target="new">Django+Vue.js商城项目实战</a></li>
</ul> </ul>
</div> </div>
<div class="links"> <div class="links">