Skip to content

设置

控制面板 > 仪表盘 > 设置

栏目标题键名默认键值键值类型说明
面板配置panel_configs pathobject
版本类型build_type1number主程序升级版本类型
开发者模式developer_modeobject

面板配置

json
{
    "path": "admin",
    "port": null,
    "ipv4": [],
    "ipv6": [],
    "accountSupport": {
        "email": true,
        "phone": true,
        "aid": true
    }
}

开发者模式

json
{
    "apiSignature": true, // API Signature
    "cache": true // 缓存
}

Released under the Apache-2.0 License