folder_open

项目文档

@for (docType of documentTypeOrder; track docType) { @let doc = getDocumentByType(docType); @if (doc) {
{{ getIcon(docType) }} {{ getDisplayName(docType) }} @if (doc.isLoading) { }
@if (hasContent(doc)) { {{ getLastUpdatedText(doc) }} } {{ expandedStates[docType] ? 'expand_less' : 'expand_more' }}
@if (expandedStates[docType]) {
@if (hasContent(doc)) {
} @else {
inbox

暂无内容

@if (doc.isLoading) {

正在加载中...

}
}
} @else { @if (hasContent(doc)) {
{{ getContentPreview(doc.content) }}
} }
} @else {
{{ getIcon(docType) }} {{ getDisplayName(docType) }}
未创建
} }