feat: 添加页脚和AppID显示

在页面底部添加包含版本信息的页脚,并在应用列表中显示AppID
This commit is contained in:
2026-01-07 13:56:50 +08:00
parent 04c0c3cae5
commit 48caa4168c
3 changed files with 17 additions and 0 deletions

View File

@@ -24,6 +24,15 @@ header {
padding-bottom: 20px;
border-bottom: 1px solid #000;
}
/* 页面尾部样式 */
footer {
text-align: center;
margin-top: 30px;
padding-top: 20px;
margin-bottom: 30px;
/* padding-bottom: 20px; */
border-top: 1px solid #000;
}
/* 页面标题样式 */
header h1 {