OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
68
app/Domain/Blueprints/Templates/definitions/lean.yaml
Normal file
68
app/Domain/Blueprints/Templates/definitions/lean.yaml
Normal file
@@ -0,0 +1,68 @@
|
||||
slug: "lean"
|
||||
icon: "fa-flask"
|
||||
disclaimer: "text.lean.disclaimer"
|
||||
minColumns: 5
|
||||
|
||||
boxes:
|
||||
problem:
|
||||
icon: "fa-lock"
|
||||
title: "box.lean.problem"
|
||||
alternatives:
|
||||
icon: "fa-arrow-down-up-across-line"
|
||||
title: "box.lean.alternatives"
|
||||
solution:
|
||||
icon: "fa-key"
|
||||
title: "box.lean.solution"
|
||||
keymetrics:
|
||||
icon: "fa-chart-column"
|
||||
title: "box.lean.keymetrics"
|
||||
uniquevalue:
|
||||
icon: "fa-gift"
|
||||
title: "box.lean.uniquevalue"
|
||||
highlevelconcept:
|
||||
icon: "fa-wand-magic-sparkles"
|
||||
title: "box.lean.highlevelconcept"
|
||||
unfairadvantage:
|
||||
icon: "fa-person-running"
|
||||
title: "box.lean.unfairadvantage"
|
||||
channels:
|
||||
icon: "fa-truck"
|
||||
title: "box.lean.channels"
|
||||
customersegment:
|
||||
icon: "fa-user"
|
||||
title: "box.lean.customersegment"
|
||||
earlyadopters:
|
||||
icon: "fa-chart-pie"
|
||||
title: "box.lean.earlyadopters"
|
||||
cost:
|
||||
icon: "fa-file-invoice-dollar"
|
||||
title: "box.lean.cost"
|
||||
revenue:
|
||||
icon: "fa-sack-dollar"
|
||||
title: "box.lean.revenue"
|
||||
|
||||
statusLabels: default
|
||||
relatesLabels: {}
|
||||
|
||||
layout:
|
||||
- type: boxes
|
||||
id: firstRow
|
||||
columns:
|
||||
- { width: 20, box: "problem" }
|
||||
- { width: 20, box: "solution" }
|
||||
- { width: 20, box: "uniquevalue" }
|
||||
- { width: 20, box: "unfairadvantage" }
|
||||
- { width: 20, box: "customersegment" }
|
||||
- type: boxes
|
||||
id: secondRow
|
||||
columns:
|
||||
- { width: 20, box: "alternatives" }
|
||||
- { width: 20, box: "keymetrics" }
|
||||
- { width: 20, box: "highlevelconcept" }
|
||||
- { width: 20, box: "channels" }
|
||||
- { width: 20, box: "earlyadopters" }
|
||||
- type: boxes
|
||||
id: thirdRow
|
||||
columns:
|
||||
- { width: 50, box: "cost" }
|
||||
- { width: 50, box: "revenue" }
|
||||
Reference in New Issue
Block a user