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.
- package/lib/business/grade-panel.js +8 -0
- package/lib/business/notified-panel.js +42 -0
- package/lib/index.js +1 -1
- package/lib/overseas-ui.common.js +50 -0
- package/lib/theme-style/index.css +1 -1
- package/lib/theme-style/notified-panel.css +1 -1
- package/package.json +1 -1
- package/packages/business/grade-panel/src/gradePanel.vue +8 -0
- package/packages/business/notified-panel/src/index.vue +14 -0
- package/packages/theme-style/lib/index.css +1 -1
- package/packages/theme-style/lib/notified-panel.css +1 -1
- package/packages/theme-style/src/notified-panel.scss +11 -0
|
@@ -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
|
|