OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
95
app/Domain/Blueprints/Templates/definitions/ea.yaml
Normal file
95
app/Domain/Blueprints/Templates/definitions/ea.yaml
Normal file
@@ -0,0 +1,95 @@
|
||||
slug: "ea"
|
||||
icon: "fa-seedling"
|
||||
disclaimer: ""
|
||||
minColumns: 4
|
||||
|
||||
boxes:
|
||||
ea_political:
|
||||
icon: "fa-landmark"
|
||||
title: "box.ea.political"
|
||||
ea_economic:
|
||||
icon: "fa-chart-line"
|
||||
title: "box.ea.economic"
|
||||
ea_societal:
|
||||
icon: "fa-people-arrows"
|
||||
title: "box.ea.societal"
|
||||
ea_technological:
|
||||
icon: "fa-computer"
|
||||
title: "box.ea.technological"
|
||||
ea_legal:
|
||||
icon: "fa-scale-balanced"
|
||||
title: "box.ea.legal"
|
||||
ea_ecological:
|
||||
icon: "fa-cloud-sun"
|
||||
title: "box.ea.ecological"
|
||||
|
||||
statusLabels:
|
||||
status_observation:
|
||||
icon: "fa-tower-observation"
|
||||
color: "blue"
|
||||
title: "status.ea.observation"
|
||||
dropdown: "info"
|
||||
active: true
|
||||
status_threat:
|
||||
icon: "fa-cloud-bolt"
|
||||
color: "red"
|
||||
title: "status.ea.threat"
|
||||
dropdown: "danger"
|
||||
active: true
|
||||
status_trend:
|
||||
icon: "fa-arrow-trend-up"
|
||||
color: "lightgreen"
|
||||
title: "status.ea.trend"
|
||||
dropdown: "success"
|
||||
active: true
|
||||
|
||||
relatesLabels:
|
||||
relates_none:
|
||||
icon: "fa-border-none"
|
||||
color: "grey"
|
||||
title: "relates.none"
|
||||
dropdown: "default"
|
||||
active: true
|
||||
relates_customers:
|
||||
icon: "fa-users"
|
||||
color: "green"
|
||||
title: "relates.customers"
|
||||
dropdown: "success"
|
||||
active: true
|
||||
relates_offerings:
|
||||
icon: "fa-barcode"
|
||||
color: "red"
|
||||
title: "relates.offerings"
|
||||
dropdown: "danger"
|
||||
active: true
|
||||
relates_markets:
|
||||
icon: "fa-shop"
|
||||
color: "brown"
|
||||
title: "relates.markets"
|
||||
dropdown: "default"
|
||||
active: true
|
||||
relates_stakeholders:
|
||||
icon: "fa-handshake"
|
||||
color: "orange"
|
||||
title: "relates.stakeholders"
|
||||
dropdown: "warning"
|
||||
active: true
|
||||
|
||||
dataLabels:
|
||||
1: { title: "label.description", field: "conclusion", active: true }
|
||||
2: { title: "label.data", field: "data", active: false }
|
||||
3: { title: "label.assumption", field: "assumptions", active: false }
|
||||
|
||||
layout:
|
||||
- type: boxes
|
||||
id: firstRow
|
||||
columns:
|
||||
- { width: 33.33, box: "ea_political" }
|
||||
- { width: 33.33, box: "ea_economic" }
|
||||
- { width: 33.33, box: "ea_societal" }
|
||||
- type: boxes
|
||||
id: secondRow
|
||||
columns:
|
||||
- { width: 33.33, box: "ea_technological" }
|
||||
- { width: 33.33, box: "ea_legal" }
|
||||
- { width: 33.33, box: "ea_ecological" }
|
||||
Reference in New Issue
Block a user