💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
命名空间: ~~~ builder\widget ~~~ ```php WidgetFacade::echo2Return(function () { \yii\bootstrap4\Modal::$autoIdPrefix = 'ModalB4'; \yii\bootstrap4\Modal::begin([ 'title' => 'ModalB4 title', 'bodyOptions' => [ 'class' => 'text-center', ], 'toggleButton' => [ 'label' => 'ModalB4 btn', 'class' => 'layui-btn layui-btn-sm layui-btn-primary', ], ]); echo implode("\n", array_fill(0, 100, 'ModalB4 content')); \yii\bootstrap4\Modal::end(); }), ```