- 重新设计了页面布局和样式,使其更加美观和易读 - 增加了对内容的格式化处理,支持更好的文本排版 - 添加了响应式设计,确保在不同设备上都能良好显示 - 优化了错误处理,提高了页面的健壮性
@@ -194,7 +194,7 @@ const handleContentFormatting = (content: string): string => {
/* 处理可能的空白内容 */
.tos-content:empty::before {
- content: "暂无内容";
+ content: '暂无内容';
color: #999;
font-style: italic;
}
@@ -189,7 +189,7 @@ const fetchPolicy = async () => {
.policy-content:empty::before {
- content: "暂无隐私政策内容";
+ content: '暂无隐私政策内容';