OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
73
app/Domain/Blueprints/Templates/definitions/em.yaml
Normal file
73
app/Domain/Blueprints/Templates/definitions/em.yaml
Normal file
@@ -0,0 +1,73 @@
|
||||
slug: "em"
|
||||
icon: "fa-heart"
|
||||
disclaimer: "text.em.disclaimer"
|
||||
minColumns: 4
|
||||
|
||||
boxes:
|
||||
em_who:
|
||||
icon: "fa-1"
|
||||
title: "box.em.who"
|
||||
em_what:
|
||||
icon: "fa-2"
|
||||
title: "box.em.what"
|
||||
em_see:
|
||||
icon: "fa-3"
|
||||
title: "box.em.see"
|
||||
em_say:
|
||||
icon: "fa-4"
|
||||
title: "box.em.say"
|
||||
em_do:
|
||||
icon: "fa-5"
|
||||
title: "box.em.do"
|
||||
em_hear:
|
||||
icon: "fa-6"
|
||||
title: "box.em.hear"
|
||||
em_pains:
|
||||
icon: "fa-face-frown"
|
||||
title: "box.em.pains"
|
||||
em_gains:
|
||||
icon: "fa-face-smile"
|
||||
title: "box.em.gains"
|
||||
em_motives:
|
||||
icon: "fa-face-rolling-eyes"
|
||||
title: "box.em.motives"
|
||||
|
||||
statusLabels: default
|
||||
relatesLabels: {}
|
||||
|
||||
dataLabels:
|
||||
1: { title: "label.em.description", field: "conclusion", active: true }
|
||||
2: { title: "label.data", field: "data", active: false }
|
||||
3: { title: "label.conclusion", field: "assumptions", active: false }
|
||||
|
||||
layout:
|
||||
- type: header
|
||||
columns:
|
||||
- { width: 100, header: { icon: "fas fa-bullseye", title: "box.em.header.goal" } }
|
||||
- type: boxes
|
||||
id: firstRow
|
||||
columns:
|
||||
- { width: 50, box: "em_who" }
|
||||
- { width: 50, box: "em_what" }
|
||||
- type: header
|
||||
columns:
|
||||
- { width: 100, header: { icon: "fas fa-heart", title: "box.em.header.empathy" } }
|
||||
- type: boxes
|
||||
id: secondRow
|
||||
columns:
|
||||
- { width: 25, box: "em_see" }
|
||||
- { width: 25, box: "em_say" }
|
||||
- { width: 25, box: "em_do" }
|
||||
- { width: 25, box: "em_hear" }
|
||||
- type: header
|
||||
columns:
|
||||
- { width: 100, header: { icon: "fas fa-7", title: "box.em.header.think_feel" } }
|
||||
- type: boxes
|
||||
id: thirdRow
|
||||
columns:
|
||||
- { width: 50, box: "em_pains" }
|
||||
- { width: 50, box: "em_gains" }
|
||||
- type: boxes
|
||||
id: fourthRow
|
||||
columns:
|
||||
- { width: 100, box: "em_motives" }
|
||||
Reference in New Issue
Block a user