安全更新,升级依赖,新增简介页面

This commit is contained in:
huangyp 2024-10-29 18:00:06 +08:00
parent cb27e6fd56
commit a2dc8a57ad
3 changed files with 8 additions and 17 deletions

1
.idea/modules.xml generated
View File

@ -4,7 +4,6 @@
<modules>
<module fileurl="file://$PROJECT_DIR$/password-xl.iml" filepath="$PROJECT_DIR$/password-xl.iml" />
<module fileurl="file://$PROJECT_DIR$/password-xl-home.iml" filepath="$PROJECT_DIR$/password-xl-home.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/password-xl-service.main.iml" filepath="$PROJECT_DIR$/.idea/modules/password-xl-service.main.iml" />
<module fileurl="file://$PROJECT_DIR$/password-xl-web.iml" filepath="$PROJECT_DIR$/password-xl-web.iml" />
</modules>
</component>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="AdditionalModuleElements">
<content url="file://$MODULE_DIR$/../../password-xl-service/build/generated/sources/annotationProcessor/java/main">
<sourceFolder url="file://$MODULE_DIR$/../../password-xl-service/build/generated/sources/annotationProcessor/java/main" isTestSource="false" generated="true" />
</content>
</component>
</module>

View File

@ -20,7 +20,7 @@
color: #57beff;
display: flex;
justify-content: center;
margin-top: 15vh;
margin-top: 12vh;
padding: 0;
white-space: nowrap;
}
@ -90,26 +90,26 @@
.tags {
display: flex;
justify-content: center;
margin-top: 10vh;
margin-top: 6vh;
flex-wrap: wrap;
padding: 0 2vw;
}
.tags > div {
border-radius: 40px;
padding: 15px 30px;
line-height: 40px;
border-radius: 38px;
padding: 13px 26px;
line-height: 36px;
text-align: center;
font-size: 20px;
color: white;
margin: 12px;
margin: 10px;
user-select: none;
transition: transform 0.3s ease;
white-space: nowrap;
}
.tags > div:hover {
transform: scale(1.2);
transform: scale(1.15);
}
.desc {
@ -131,7 +131,7 @@
.about {
position: fixed;
bottom: 10px;
bottom: 2px;
width: 100%;
text-align: center;
}