OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
42
app/Domain/Blueprints/Templates/definitions/swot.yaml
Normal file
42
app/Domain/Blueprints/Templates/definitions/swot.yaml
Normal file
@@ -0,0 +1,42 @@
|
||||
slug: "swot"
|
||||
icon: "fa-chess-board"
|
||||
disclaimer: ""
|
||||
minColumns: 2
|
||||
|
||||
boxes:
|
||||
swot_strengths:
|
||||
icon: "fa-dumbbell"
|
||||
title: "box.swot.strengths"
|
||||
swot_weaknesses:
|
||||
icon: "fa-fire"
|
||||
title: "box.swot.weaknesses"
|
||||
swot_opportunities:
|
||||
icon: "fa-clover"
|
||||
title: "box.swot.opportunities"
|
||||
swot_threats:
|
||||
icon: "fa-bolt-lightning"
|
||||
title: "box.swot.threats"
|
||||
|
||||
statusLabels: {}
|
||||
relatesLabels: default
|
||||
|
||||
dataLabels:
|
||||
1: { title: "label.description", field: "conclusion", active: true }
|
||||
2: { title: "label.data", field: "data", active: true }
|
||||
3: { title: "label.assumptions", field: "assumptions", active: false }
|
||||
|
||||
layout:
|
||||
- type: header
|
||||
columns:
|
||||
- { width: 50, header: { icon: "far fa-thumbs-up", title: "box.header.swot.helpful" } }
|
||||
- { width: 50, header: { icon: "far fa-thumbs-down", title: "box.header.swot.harmful" } }
|
||||
- type: boxes
|
||||
id: firstRow
|
||||
columns:
|
||||
- { width: 50, box: "swot_strengths" }
|
||||
- { width: 50, box: "swot_weaknesses" }
|
||||
- type: boxes
|
||||
id: secondRow
|
||||
columns:
|
||||
- { width: 50, box: "swot_opportunities" }
|
||||
- { width: 50, box: "swot_threats" }
|
||||
Reference in New Issue
Block a user