{
  "taskSchedule": {
    "type": "cron",
    "value": "*/10 * * * *"
  },
  "taskConfigSchema": {
    "fields": [
      {
        "name": "user",
        "label": "用于查询动态的用户",
        "type": "user",
        "required": true
      },
      {
        "name": "uid",
        "label": "需要监控的用户 UID",
        "type": "input",
        "required": true
      }
    ]
  },
  "alert": "【工具姬】需 0.1.1 及以上版本才可正常运行该插件（旧版升级上来的请重新登录用户）"
}