diff --git a/index.php b/index.php index bae7884..744440e 100644 --- a/index.php +++ b/index.php @@ -11,8 +11,8 @@ foreach ($settings_res as $row) { $project_name = $settings['site_name'] ?? '智域科技'; $project_description = $settings['seo_description'] ?? '全球领先的IT数字化架构与行业解决方案专家'; -$logo_path = $settings['site_logo'] ?? '/assets/pasted-20260226-073317-a8105f30.png'; -$wechat_qr = $settings['wechat_qr'] ?? '/assets/pasted-20260226-110355-12dfa7de.png'; +$logo_path = $settings['site_logo'] ?? 'assets/pasted-20260226-073317-a8105f30.png'; +$wechat_qr = $settings['wechat_qr'] ?? 'assets/pasted-20260226-110355-12dfa7de.png'; $wechat_id = $settings['wechat_id'] ?? 'zhiyukj888'; $tg_link = $settings['tg_link'] ?? 'https://t.me/zhangshihao818'; @@ -38,7 +38,7 @@ $body_class = 'view-' . $view; - +
@@ -94,25 +94,25 @@ $body_class = 'view-' . $view;