overseas 0.0.2 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -558,14 +558,6 @@ var base_button = __webpack_require__(1);
558
558
  return [];
559
559
  },
560
560
  type: Array
561
- },
562
- talWebhook: {
563
- type: String,
564
- default: ''
565
- },
566
- talSecret: {
567
- type: String,
568
- default: ''
569
561
  }
570
562
  },
571
563
  data: function data() {
@@ -1360,34 +1360,6 @@ var render = function () {
1360
1360
  : _vm._e(),
1361
1361
  ]
1362
1362
  }),
1363
- _vm.talWebhook || _vm.talSecret
1364
- ? [
1365
- _vm.talWebhook
1366
- ? _c("div", { staticClass: "form-item tal-form-item" }, [
1367
- _c("div", { staticClass: "item-label" }, [
1368
- _vm._v("知音楼机器人 Webhook"),
1369
- ]),
1370
- _c("div", { staticClass: "item-body" }, [
1371
- _c("div", { staticClass: "tal-value" }, [
1372
- _vm._v(_vm._s(_vm.talWebhook)),
1373
- ]),
1374
- ]),
1375
- ])
1376
- : _vm._e(),
1377
- _vm.talSecret
1378
- ? _c("div", { staticClass: "form-item tal-form-item" }, [
1379
- _c("div", { staticClass: "item-label" }, [
1380
- _vm._v("知音楼机器人密钥"),
1381
- ]),
1382
- _c("div", { staticClass: "item-body" }, [
1383
- _c("div", { staticClass: "tal-value" }, [
1384
- _vm._v(_vm._s(_vm.talSecret)),
1385
- ]),
1386
- ]),
1387
- ])
1388
- : _vm._e(),
1389
- ]
1390
- : _vm._e(),
1391
1363
  _c(
1392
1364
  "div",
1393
1365
  { staticStyle: { margin: "16px" } },
@@ -1850,20 +1822,6 @@ var _components;
1850
1822
  //
1851
1823
  //
1852
1824
  //
1853
- //
1854
- //
1855
- //
1856
- //
1857
- //
1858
- //
1859
- //
1860
- //
1861
- //
1862
- //
1863
- //
1864
- //
1865
- //
1866
- //
1867
1825
 
1868
1826
 
1869
1827