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,31 @@
slug: "retros"
icon: "fa-hand-spock"
disclaimer: ""
minColumns: 3
boxes:
well:
icon: "fa-circle-check"
title: "box.retros.continue"
notwell:
icon: "fa-circle-xmark"
title: "box.retros.stop_doing"
startdoing:
icon: "fa-circle-plus"
title: "box.retros.start_doing"
statusLabels: {}
relatesLabels: {}
dataLabels:
1: { title: "label.description", field: "conclusion", active: true }
2: { title: "label.data", field: "data", active: false }
3: { title: "label.assumptions", field: "assumptions", active: false }
layout:
- type: boxes
id: firstRow
columns:
- { width: 33, box: "well" }
- { width: 33, box: "notwell" }
- { width: 33, box: "startdoing" }