    L2Dwidget.init({
        "model": {
            jsonPath: "https://unpkg.com/live2d-widget-model-chitose@1.0.5/assets/chitose.model.json", // 卡通模型
            "scale": 1
        },
        "display": {
            "position": "right", // 定位位置（"left"/"right"/"top"/"bottom"）
            "width": 130, // 宽度
            "height": 260, // 高度
            "hOffset": 0,
            "vOffset": -20
        },
        "mobile": {
            "show": false,
            "scale": 0.5
        },
        "react": {
            "opacityDefault": 1, // 透明度
            "opacityOnHover": 0.2
        }
    });