afa 6 сар өмнө
parent
commit
7a0511ff06

+ 1 - 1
application/admin/lang/zh-cn/general/announcement.php

@@ -4,7 +4,7 @@ return [
     'Type_id'        => '分类',
     'Sub_type_id'    => '二级分类',
     'Title'          => '标题',
-    'Introduction'=> '信息导读',
+    'Introduction'=> '信息导读/外链',
     'Body'        => '内容',
     'Images'      => '图片',
     'Weigh'       => '权重',

+ 6 - 0
application/api/controller/Home.php

@@ -143,4 +143,10 @@ class Home extends Api
         // 提交事务
         $this->success('', $list);
     }
+
+    //首页轮播图
+    public function getBanner()
+    {
+        $this->success('ok', config('best_cha'));
+    }
 }

+ 13 - 0
application/config.php

@@ -399,4 +399,17 @@ return [
             4 => ['product_id'=>23, 'num'=>1], //翡翠地址”,空投价值18888茶宝“星火”RWA权益卡1张 product_id 23。
             5 => ['product_id'=>28, 'num'=>1]  //彩宝地址”,空投价值68888茶宝“始”RWA权益卡1张 product_id 28。
     ],
+    //优选茶权
+    'best_cha' => [
+        //横图1
+        'line1' => [
+            "img_url"=> "https://teaclub.oss-cn-chengdu.aliyuncs.com/rwacha/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20250603132653.jpg",
+            "url"    => "exList"
+        ],
+        //横图2
+        'line2'=> [
+            "img_url"=> "https://teaclub.oss-cn-chengdu.aliyuncs.com/rwacha/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20250603132644.jpg",
+            "url"    => "exchange"
+        ],
+    ],
 ];