overseas 0.0.1 → 0.0.2

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,6 +558,14 @@ 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: ''
561
569
  }
562
570
  },
563
571
  data: function data() {
@@ -1360,6 +1360,34 @@ 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(),
1363
1391
  _c(
1364
1392
  "div",
1365
1393
  { staticStyle: { margin: "16px" } },
@@ -1822,6 +1850,20 @@ var _components;
1822
1850
  //
1823
1851
  //
1824
1852
  //
1853
+ //
1854
+ //
1855
+ //
1856
+ //
1857
+ //
1858
+ //
1859
+ //
1860
+ //
1861
+ //
1862
+ //
1863
+ //
1864
+ //
1865
+ //
1866
+ //
1825
1867
 
1826
1868
 
1827
1869