From 4c6605a68560f3eaa1ab7335f3e35b9198b2115e Mon Sep 17 00:00:00 2001 From: tim Date: Wed, 9 Jul 2025 15:46:28 +0800 Subject: [PATCH] feat: update pom.xml --- open-isle-cli/src/views/ProfileView.vue | 65 ++++++++++++++++++++++++- pom.xml | 19 ++++++++ 2 files changed, 82 insertions(+), 2 deletions(-) diff --git a/open-isle-cli/src/views/ProfileView.vue b/open-isle-cli/src/views/ProfileView.vue index 1dcf2862e..b40ff61ff 100644 --- a/open-isle-cli/src/views/ProfileView.vue +++ b/open-isle-cli/src/views/ProfileView.vue @@ -42,14 +42,45 @@
+
+
统计信息
+
+
+
访问天数
+
0
+
+
+
已读帖子
+
165k
+
+
+
已送出
+
165k
+
+
+
已收到
+
165k
+
+
+
热门回复
- +
+ +
+
+
暂无热门回复
+
热门话题
- +
+ +
+
+
暂无热门话题
+
@@ -268,6 +299,29 @@ export default { font-size: 20px; font-weight: bold; } +.total-summary { + width: 100%; +} +.total-summary-content { + display: flex; + flex-direction: row; + gap: 20px; +} +.total-summary-item { + display: flex; + flex-direction: row; + gap: 10px; + align-items: center; + padding: 10px 0; +} +.total-summary-item-label { + font-size: 18px; + opacity: 0.7; +} +.total-summary-item-value { + font-size: 24px; + font-weight: bold; +} .summary-divider { margin-top: 20px; display: flex; @@ -298,4 +352,11 @@ export default { .timeline-link:hover { text-decoration: underline; } + +.summary-empty { + margin-top: 10px; + font-size: 14px; + opacity: 0.5; +} + diff --git a/pom.xml b/pom.xml index 46c55c8cc..8dc576f54 100644 --- a/pom.xml +++ b/pom.xml @@ -94,6 +94,25 @@ org.springframework.boot spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + 17 + 17 + + + + + org.projectlombok + lombok + 1.18.32 + + + +