OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
83
app/Domain/Blueprints/Templates/definitions/sm.yaml
Normal file
83
app/Domain/Blueprints/Templates/definitions/sm.yaml
Normal file
@@ -0,0 +1,83 @@
|
||||
slug: "sm"
|
||||
icon: "fa-chess"
|
||||
disclaimer: ""
|
||||
minColumns: 2
|
||||
|
||||
boxes:
|
||||
sm_qa:
|
||||
icon: "fa-clipboard-question"
|
||||
title: "box.sm.qa"
|
||||
sm_qb:
|
||||
icon: "fa-clipboard-question"
|
||||
title: "box.sm.qb"
|
||||
sm_qc:
|
||||
icon: "fa-clipboard-question"
|
||||
title: "box.sm.qc"
|
||||
sm_qd:
|
||||
icon: "fa-clipboard-question"
|
||||
title: "box.sm.qd"
|
||||
sm_qe:
|
||||
icon: "fa-clipboard-question"
|
||||
title: "box.sm.qe"
|
||||
sm_qf:
|
||||
icon: "fa-clipboard-question"
|
||||
title: "box.sm.qf"
|
||||
sm_qg:
|
||||
icon: "fa-clipboard-question"
|
||||
title: "box.sm.qg"
|
||||
|
||||
statusLabels:
|
||||
status_draft:
|
||||
icon: "fa-circle-question"
|
||||
color: "blue"
|
||||
title: "status.draft"
|
||||
dropdown: "info"
|
||||
active: true
|
||||
status_review:
|
||||
icon: "fa-circle-exclamation"
|
||||
color: "orange"
|
||||
title: "status.review"
|
||||
dropdown: "warning"
|
||||
active: true
|
||||
status_accepted:
|
||||
icon: "fa-circle-check"
|
||||
color: "green"
|
||||
title: "status.accepted"
|
||||
dropdown: "success"
|
||||
active: true
|
||||
status_rejected:
|
||||
icon: "fa-circle-xmark"
|
||||
color: "red"
|
||||
title: "status.rejected"
|
||||
dropdown: "danger"
|
||||
active: true
|
||||
|
||||
relatesLabels: {}
|
||||
|
||||
dataLabels:
|
||||
1: { title: "label.sm.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: "sm_qa" }
|
||||
- type: boxes
|
||||
columns:
|
||||
- { width: 100, box: "sm_qb" }
|
||||
- type: boxes
|
||||
columns:
|
||||
- { width: 100, box: "sm_qc" }
|
||||
- type: boxes
|
||||
columns:
|
||||
- { width: 100, box: "sm_qd" }
|
||||
- type: boxes
|
||||
columns:
|
||||
- { width: 100, box: "sm_qe" }
|
||||
- type: boxes
|
||||
columns:
|
||||
- { width: 100, box: "sm_qf" }
|
||||
- type: boxes
|
||||
columns:
|
||||
- { width: 100, box: "sm_qg" }
|
||||
Reference in New Issue
Block a user