Ver Fonte

首页配置

lizhen há 1 mês atrás
pai
commit
19b04b8e9b
2 ficheiros alterados com 9 adições e 0 exclusões
  1. 1 0
      application/config.php
  2. 8 0
      application/extra/site.php

+ 1 - 0
application/config.php

@@ -371,6 +371,7 @@ return [
         [
             'website' => '全站基础配置',
             'takecash' => '提现配置',
+            'show' => '显示配置',
         ],
 
     //各种url

+ 8 - 0
application/extra/site.php

@@ -27,6 +27,7 @@ return array (
     'dictionary' => '字典配置',
     'website' => '全站基础配置',
     'takecash' => '提现配置',
+    'show' => '显示配置',
   ),
   'mail_type' => '1',
   'mail_smtp_host' => 'smtp.qq.com',
@@ -54,4 +55,11 @@ return array (
   'take_cash_rule' => '单次提现最低一元,最高一万元。提现手续费千分之六',
   'mini_login_bgimage' => '/uploads/20250605/bc0270dd56731960da4a373c06e1bdf9.png',
   'dongtai_audit_switch' => '1',
+  'index_logo' => '/uploads/20250610/a3f3db9858269a9282f7f881ee9d1c75.png',
+  'index_title' => '幸福里·未来社区',
+  'index_title_info' => '广州幸福里,黄埔欢迎你,我在文冲等你',
+  'ysszd_logo' => '/uploads/20250610/fe18b6a17a1af582c3317877ea47e25f.png',
+  'ysszd_title' => '粤省事直达',
+  'ysszd_title_info' => '广东移动政务服务平台:一站式,更省事!',
+  'ysszd_icon' => '/uploads/20250610/ffba11454e8511367fd8164b97152120.png',
 );