OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
37
app/Domain/Blueprints/Templates/definitions/lbm.yaml
Normal file
37
app/Domain/Blueprints/Templates/definitions/lbm.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
slug: "lbm"
|
||||
icon: "fa-building"
|
||||
disclaimer: "text.lbm.disclaimer"
|
||||
minColumns: 3
|
||||
|
||||
boxes:
|
||||
lbm_customers:
|
||||
icon: "fa-users"
|
||||
color: "#ccffcc"
|
||||
title: "box.lbm.customers"
|
||||
lbm_offerings:
|
||||
icon: "fa-barcode"
|
||||
color: "#ffcccc"
|
||||
title: "box.lbm.offerings"
|
||||
lbm_capabilities:
|
||||
icon: "fa-pen-ruler"
|
||||
color: "#ccecff"
|
||||
title: "box.lbm.capabilities"
|
||||
lbm_financials:
|
||||
icon: "fa-money-bill"
|
||||
color: "#ffffaa"
|
||||
title: "box.lbm.financials"
|
||||
|
||||
statusLabels: default
|
||||
relatesLabels: {}
|
||||
|
||||
layout:
|
||||
- type: boxes
|
||||
id: firstRow
|
||||
columns:
|
||||
- { width: 33.33, box: "lbm_customers" }
|
||||
- { width: 33.33, box: "lbm_offerings" }
|
||||
- { width: 33.33, box: "lbm_capabilities" }
|
||||
- type: boxes
|
||||
id: secondRow
|
||||
columns:
|
||||
- { width: 100, box: "lbm_financials" }
|
||||
Reference in New Issue
Block a user