Showing
1 changed file
with
2 additions
and
7 deletions
| ... | @@ -237,7 +237,7 @@ const loginAuthContent = ` | ... | @@ -237,7 +237,7 @@ const loginAuthContent = ` |
| 237 | 237 | ||
| 238 | <div style="margin-bottom: 12px;"> | 238 | <div style="margin-bottom: 12px;"> |
| 239 | <div style="font-weight: 500; color: #374151; margin-bottom: 4px;">Q:如何退出登录?</div> | 239 | <div style="font-weight: 500; color: #374151; margin-bottom: 4px;">Q:如何退出登录?</div> |
| 240 | - <div style="color: #4B5563;">A:进入"我的"页面,点击右上角设置图标,选择"退出登录"即可。</div> | 240 | + <div style="color: #4B5563;">A:进入“我的”页面,点击下方“退出登录”即可。</div> |
| 241 | </div> | 241 | </div> |
| 242 | </div> | 242 | </div> |
| 243 | ` | 243 | ` |
| ... | @@ -353,11 +353,6 @@ const personalInfoContent = ` | ... | @@ -353,11 +353,6 @@ const personalInfoContent = ` |
| 353 | <div style="font-weight: 500; color: #374151; margin-bottom: 4px;">Q:头像上传失败怎么办?</div> | 353 | <div style="font-weight: 500; color: #374151; margin-bottom: 4px;">Q:头像上传失败怎么办?</div> |
| 354 | <div style="color: #4B5563;">A:请检查:1) 图片大小是否超过5MB;2) 网络是否正常;3) 是否授予了相册/相机权限。建议使用JPG/PNG格式,大小不超过2MB。</div> | 354 | <div style="color: #4B5563;">A:请检查:1) 图片大小是否超过5MB;2) 网络是否正常;3) 是否授予了相册/相机权限。建议使用JPG/PNG格式,大小不超过2MB。</div> |
| 355 | </div> | 355 | </div> |
| 356 | - | ||
| 357 | - <div style="margin-bottom: 12px;"> | ||
| 358 | - <div style="font-weight: 500; color: #374151; margin-bottom: 4px;">Q:手机号可以修改吗?</div> | ||
| 359 | - <div style="color: #4B5563;">A:可以。进入个人信息页面,点击手机号→通过短信验证后即可更换新手机号。</div> | ||
| 360 | - </div> | ||
| 361 | </div> | 356 | </div> |
| 362 | ` | 357 | ` |
| 363 | 358 | ||
| ... | @@ -386,7 +381,7 @@ const performanceContent = ` | ... | @@ -386,7 +381,7 @@ const performanceContent = ` |
| 386 | </div> | 381 | </div> |
| 387 | 382 | ||
| 388 | <div style="background-color: #FEF2F2; border-left: 4px solid #DC2626; padding: 12px; margin: 16px 0; border-radius: 4px;"> | 383 | <div style="background-color: #FEF2F2; border-left: 4px solid #DC2626; padding: 12px; margin: 16px 0; border-radius: 4px;"> |
| 389 | - <span style="font-size: 12px; color: #991B1B;">⚠️ 注意:清除缓存后需要重新登录,收藏记录会被清空,请谨慎操作。</span> | 384 | + <span style="font-size: 12px; color: #991B1B;">⚠️ 注意:清除缓存后需要重新登录。</span> |
| 390 | </div> | 385 | </div> |
| 391 | </div> | 386 | </div> |
| 392 | ` | 387 | ` | ... | ... |
-
Please register or login to post a comment