<?php /** * 状态栏 * @author auto create */ class StatusBar { /** * 状态栏背景色,默认为黑色 **/ public $status_bg; /** * 状态栏文案 **/ public $status_value; } ?>