添加了postsPanel作为通用帖子显示板,增加了对jest测试的配置,添加了论坛主页,设定了论坛全局框架,设定了论坛基础主题色及主题切换、字号切换逻辑
Change-Id: I9fad0cf577088adb00c9850d405ccd23e6072413
diff --git a/src/components/selfStatus/style.module.css b/src/components/selfStatus/style.module.css
index bcf883c..8ed86a7 100644
--- a/src/components/selfStatus/style.module.css
+++ b/src/components/selfStatus/style.module.css
@@ -6,7 +6,7 @@
padding: 20px;
border: 1px solid #ccc;
border-radius: 10px;
- background-color: #f9f9f9;
+ background-color: var(--card-bg);
width: 100%;
height: 100%; /* Adjust height as needed */
box-sizing: border-box;
@@ -48,6 +48,7 @@
.userName {
font-size: 18px;
+ color:var(--text-color);
font-weight: bold;
margin-bottom: 5px;
}
@@ -56,6 +57,8 @@
.downloadTraffic,
.downloadPoints,
.shareRatio {
+ color:var(--text-color);
+ margin-top:5px;
font-size: 14px;
margin-bottom: 5px;
}