{
  "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": []
  }
}