OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
97
app/Domain/Blueprints/Templates/definitions/sb.yaml
Normal file
97
app/Domain/Blueprints/Templates/definitions/sb.yaml
Normal file
@@ -0,0 +1,97 @@
|
||||
slug: "sb"
|
||||
icon: "fa-briefcase"
|
||||
disclaimer: ""
|
||||
minColumns: 4
|
||||
|
||||
boxes:
|
||||
sb_industry:
|
||||
icon: "fa-industry"
|
||||
title: "box.sb.industry"
|
||||
sb_description:
|
||||
icon: "fa-file-lines"
|
||||
title: "box.sb.description"
|
||||
sb_st_design:
|
||||
icon: "fa-user-tie"
|
||||
title: "box.sb.st_design"
|
||||
sb_st_decision:
|
||||
icon: "fa-sitemap"
|
||||
title: "box.sb.st_decision"
|
||||
sb_st_experts:
|
||||
icon: "fa-chalkboard-user"
|
||||
title: "box.sb.st_experts"
|
||||
sb_st_support:
|
||||
icon: "fa-person-circle-question"
|
||||
title: "box.sb.st_support"
|
||||
sb_budget:
|
||||
icon: "fa-money-bills"
|
||||
title: "box.sb.budget"
|
||||
sb_time:
|
||||
icon: "fa-business-time"
|
||||
title: "box.sb.time"
|
||||
sb_culture:
|
||||
icon: "fa-masks-theater"
|
||||
title: "box.sb.culture"
|
||||
sb_change:
|
||||
icon: "fa-book-skull"
|
||||
title: "box.sb.change"
|
||||
sb_principles:
|
||||
icon: "fa-ruler-combined"
|
||||
title: "box.sb.principles"
|
||||
|
||||
statusLabels:
|
||||
status_pending:
|
||||
icon: "fa-person-circle-question"
|
||||
color: "blue"
|
||||
title: "status.pending"
|
||||
dropdown: "info"
|
||||
active: true
|
||||
status_accepted:
|
||||
icon: "fa-person-circle-check"
|
||||
color: "green"
|
||||
title: "status.accepted"
|
||||
dropdown: "success"
|
||||
active: true
|
||||
status_rejected:
|
||||
icon: "fa-person-circle-xmark"
|
||||
color: "red"
|
||||
title: "status.rejected"
|
||||
dropdown: "danger"
|
||||
active: true
|
||||
|
||||
relatesLabels: {}
|
||||
|
||||
dataLabels:
|
||||
1: { title: "label.description", field: "conclusion", active: true }
|
||||
2: { title: "label.data", field: "data", active: false }
|
||||
3: { title: "label.assumptions", field: "assumptions", active: false }
|
||||
|
||||
layout:
|
||||
- type: boxes
|
||||
columns:
|
||||
- { width: 100, box: "sb_description", statusLabels: {} }
|
||||
- type: boxes
|
||||
columns:
|
||||
- { width: 100, box: "sb_industry", statusLabels: {} }
|
||||
- type: boxes
|
||||
id: stakeholderRow
|
||||
columns:
|
||||
- { width: 25, box: "sb_st_design", statusLabels: "inherit" }
|
||||
- { width: 25, box: "sb_st_decision", statusLabels: "inherit" }
|
||||
- { width: 25, box: "sb_st_experts", statusLabels: "inherit" }
|
||||
- { width: 25, box: "sb_st_support", statusLabels: "inherit" }
|
||||
- type: boxes
|
||||
id: financialsRow
|
||||
columns:
|
||||
- { width: 50, box: "sb_budget", statusLabels: {} }
|
||||
- { width: 50, box: "sb_time", statusLabels: {} }
|
||||
- type: boxes
|
||||
id: culturechangeRow
|
||||
columns:
|
||||
- { width: 50, box: "sb_culture", statusLabels: {} }
|
||||
- { width: 50, box: "sb_change", statusLabels: {} }
|
||||
- type: boxes
|
||||
columns:
|
||||
- { width: 100, box: "sb_principles", statusLabels: {} }
|
||||
- type: static
|
||||
columns:
|
||||
- { width: 100, icon: "fas fa-person-falling", title: "box.sb.risks", content: "text.sb.risks_analysis" }
|
||||
Reference in New Issue
Block a user