) {
+ log::error!("打开官方网站失败: {e}");
+ }
+ }
"lightweight_mode" => {
if crate::lightweight::is_lightweight_mode() {
if let Err(e) = crate::lightweight::exit_lightweight_mode(app) {
diff --git a/src/components/settings/AboutSection.tsx b/src/components/settings/AboutSection.tsx
index ac0c9ffb2..dd827aef2 100644
--- a/src/components/settings/AboutSection.tsx
+++ b/src/components/settings/AboutSection.tsx
@@ -3,6 +3,7 @@ import {
Download,
Copy,
ExternalLink,
+ Globe,
Info,
Loader2,
RefreshCw,
@@ -360,6 +361,16 @@ export function AboutSection({ isPortable }: AboutSectionProps) {
+