OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
71
app/Domain/Blueprints/Templates/definitions/sq.yaml
Normal file
71
app/Domain/Blueprints/Templates/definitions/sq.yaml
Normal file
@@ -0,0 +1,71 @@
|
||||
slug: "sq"
|
||||
icon: "fa-chess"
|
||||
disclaimer: ""
|
||||
minColumns: 2
|
||||
|
||||
boxes:
|
||||
sq_qa:
|
||||
icon: "fa-1"
|
||||
title: "box.sq.qa"
|
||||
sq_qb:
|
||||
icon: "fa-2"
|
||||
title: "box.sq.qb"
|
||||
sq_qc:
|
||||
icon: "fa-3"
|
||||
title: "box.sq.qc"
|
||||
sq_qd:
|
||||
icon: "fa-4"
|
||||
title: "box.sq.qd"
|
||||
sq_qe:
|
||||
icon: "fa-5"
|
||||
title: "box.sq.qe"
|
||||
|
||||
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.sq.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: "sq_qa" }
|
||||
- type: boxes
|
||||
columns:
|
||||
- { width: 100, box: "sq_qb" }
|
||||
- type: boxes
|
||||
columns:
|
||||
- { width: 100, box: "sq_qc" }
|
||||
- type: boxes
|
||||
columns:
|
||||
- { width: 100, box: "sq_qd" }
|
||||
- type: boxes
|
||||
columns:
|
||||
- { width: 100, box: "sq_qe" }
|
||||
Reference in New Issue
Block a user