OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)

This commit is contained in:
wangruiguo
2026-09-03 18:49:20 +08:00
commit d647428529
3501 changed files with 1988906 additions and 0 deletions

View File

@@ -0,0 +1,83 @@
slug: "sm"
icon: "fa-chess"
disclaimer: ""
minColumns: 2
boxes:
sm_qa:
icon: "fa-clipboard-question"
title: "box.sm.qa"
sm_qb:
icon: "fa-clipboard-question"
title: "box.sm.qb"
sm_qc:
icon: "fa-clipboard-question"
title: "box.sm.qc"
sm_qd:
icon: "fa-clipboard-question"
title: "box.sm.qd"
sm_qe:
icon: "fa-clipboard-question"
title: "box.sm.qe"
sm_qf:
icon: "fa-clipboard-question"
title: "box.sm.qf"
sm_qg:
icon: "fa-clipboard-question"
title: "box.sm.qg"
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.sm.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: "sm_qa" }
- type: boxes
columns:
- { width: 100, box: "sm_qb" }
- type: boxes
columns:
- { width: 100, box: "sm_qc" }
- type: boxes
columns:
- { width: 100, box: "sm_qd" }
- type: boxes
columns:
- { width: 100, box: "sm_qe" }
- type: boxes
columns:
- { width: 100, box: "sm_qf" }
- type: boxes
columns:
- { width: 100, box: "sm_qg" }