@for (docType of documentTypeOrder; track docType) {
@let doc = getDocumentByType(docType);
@if (doc) {
@if (expandedStates[docType]) {
@if (hasContent(doc)) {
} @else {
inbox
暂无内容
@if (doc.isLoading) {
正在加载中...
}
}
} @else {
@if (hasContent(doc)) {
{{ getContentPreview(doc.content) }}
}
}