OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
58
app/Domain/Blueprints/Templates/definitions/obm.yaml
Normal file
58
app/Domain/Blueprints/Templates/definitions/obm.yaml
Normal file
@@ -0,0 +1,58 @@
|
||||
slug: "obm"
|
||||
icon: "fa-object-group"
|
||||
disclaimer: "text.obm.disclaimer"
|
||||
minColumns: 5
|
||||
minWidthOffset: 50
|
||||
|
||||
boxes:
|
||||
obm_kp:
|
||||
icon: "fa-ring"
|
||||
title: "box.obm.kp"
|
||||
obm_kr:
|
||||
icon: "fa-hammer"
|
||||
title: "box.obm.kr"
|
||||
obm_ka:
|
||||
icon: "fa-person-digging"
|
||||
title: "box.obm.ka"
|
||||
obm_vp:
|
||||
icon: "fa-gift"
|
||||
title: "box.obm.vp"
|
||||
obm_ch:
|
||||
icon: "fa-truck"
|
||||
title: "box.obm.ch"
|
||||
obm_cr:
|
||||
icon: "fa-heart"
|
||||
title: "box.obm.cr"
|
||||
obm_cs:
|
||||
icon: "fa-person"
|
||||
title: "box.obm.cs"
|
||||
obm_fc:
|
||||
icon: "fa-file-invoice-dollar"
|
||||
title: "box.obm.fc"
|
||||
obm_fr:
|
||||
icon: "fa-cash-register"
|
||||
title: "box.obm.fr"
|
||||
|
||||
statusLabels: default
|
||||
relatesLabels: {}
|
||||
|
||||
layout:
|
||||
- type: boxes
|
||||
id: firstRow
|
||||
columns:
|
||||
- { width: 20, box: "obm_kp" }
|
||||
- { width: 20, nested: true, rows: [
|
||||
{ id: "firstRowTop", columns: [{ width: 100, box: "obm_ka" }] },
|
||||
{ id: "firstRowBottom", columns: [{ width: 100, box: "obm_kr" }] }
|
||||
]}
|
||||
- { width: 20, box: "obm_vp" }
|
||||
- { width: 20, nested: true, rows: [
|
||||
{ id: "firstRowTop2", columns: [{ width: 100, box: "obm_cr" }] },
|
||||
{ id: "firstRowBottom2", columns: [{ width: 100, box: "obm_ch" }] }
|
||||
]}
|
||||
- { width: 20, box: "obm_cs" }
|
||||
- type: boxes
|
||||
id: secondRow
|
||||
columns:
|
||||
- { width: 50, box: "obm_fc" }
|
||||
- { width: 50, box: "obm_fr" }
|
||||
Reference in New Issue
Block a user