{
  "tags": {
    "fields": [
      {
        "label": "API设置",
        "slug": "tags_api_settings",
        "type": "tab-pane",
        "attrs": {
          "items": [
            {
              "label": "百度关键词提取",
              "slug": "st",
              "type": "tab-pane-item",
              "fields": [
                {
                  "slug": "appid",
                  "label": "AppID",
                  "type": "input"
                },
                {
                  "slug": "key",
                  "label": "API Key",
                  "type": "input"
                },
                {
                  "slug": "secret",
                  "label": "Secret Key",
                  "type": "input"
                },
                {
                  "slug": "reset_token",
                  "label": "重置Token",
                  "type": "button",
                  "attrs": {
                    "icon": "Refresh"
                  }
                }
              ],
              "remark": {
                "style": "block",
                "content": "* 目前百度关键词提取API已经不提供免费额度，需要付费开通才可以使用。查看<a href=\"https://www.wbolt.com/how-to-get-baidu-bce-app-api.html\" target=\"_blank\">百度应用API申请及配置教程</a>。"
              }
            },
            {
              "label": "讯飞",
              "slug": "xf",
              "type": "tab-pane-item",
              "fields": [
                {
                  "slug": "appid",
                  "label": "AppID",
                  "type": "input"
                },
                {
                  "slug": "key",
                  "label": "APIKey",
                  "type": "input"
                }
              ],
              "remark": {
                "style": "block",
                "content": "* 讯飞关键词提取API未实名账号每日20000次限额，可通过实名认证申请提升额度。"
              }
            },
            {
              "label": "OpenCalais",
              "slug": "opencalais",
              "type": "tab-pane-item",
              "fields": [
                {
                  "slug": "key",
                  "label": "API Key",
                  "type": "input"
                }
              ],
              "remark": {
                "style": "block",
                "content": "*仅建议应用于英文站点，查看<a href=\"https://www.wbolt.com/how-to-create-an-opencalais-api.html\" target=\"_blank\">英文分词OpenCalais API申请教程</a>。"
              }
            },
            {
              "label": "Dandelion",
              "slug": "dandelion",
              "type": "tab-pane-item",
              "fields": [
                {
                  "slug": "key",
                  "label": "API Key",
                  "type": "input"
                },
                {
                  "slug": "confidence",
                  "label": "置信度",
                  "type": "slider",
                  "value": 0.5,
                  "attrs": {
                    "max": 1,
                    "min": 0,
                    "step": 0.1
                  },
                  "tooltip": {
                    "content": "置信度阈值，默认0.5。"
                  }
                }
              ],
              "remark": {
                "style": "block",
                "content": "* 目前Dandelion API已经不提供免费额度，需要付费开通才可以使用。查看<a href=\"https://www.wbolt.com/how-to-get-dandelion-api.html\" target=\"_blank\">Dandelion API申请及配置教程</a>。"
              }
            }
          ]
        }
      }
    ],
    "default": {
      "st": {
        "appid": "",
        "key": "",
        "secret": ""
      },
      "xf": {
        "appid": "",
        "key": ""
      },
      "opencalais": {
        "key": ""
      },
      "dandelion": {
        "key": "",
        "confidence": 0.5
      }
    },
    "disable": []
  }
}