diff --git a/app/service/plugins/Premium.php b/app/service/plugins/Premium.php index e9ae946..4e83d83 100755 --- a/app/service/plugins/Premium.php +++ b/app/service/plugins/Premium.php @@ -90,7 +90,7 @@ class Premium if ($command == "/start") { if ($chat['type'] == "private") { - $startbanner = isset($this->bots['startbanner']) ? $this->bots['startbanner'] : "https://img1.imgtp.com/2023/04/25/KvnPEf7O.jpg"; + $startbanner = $this->bots['apiurl']."/img/banner.jpg"; //在这里更新一个按钮 //根据开启功能引导 $inline_keyboard = array( diff --git a/public/img/banner.jpg b/public/img/banner.jpg new file mode 100755 index 0000000..a0bdea3 Binary files /dev/null and b/public/img/banner.jpg differ