File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " gitbook-reader-app " ,
3- "version" : " 0.6.2 " ,
2+ "name" : " yet-another- gitbook-reader" ,
3+ "version" : " 0.6.8 " ,
44 "author" : " xfoss.com" ,
55 "homepage" : " https://gnu4cn.github.io/gitbook-reader/" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 3131
3232 <!-- 操作 -->
3333 < mat-card-actions fxLayout ="row " fxLayoutGap ="0px ">
34- < button mat-button *ngIf ="book.recordList " (click) ="openReadingRecordDialog(book) ">
34+ < button mat-button *ngIf ="book.recordList && book.recordList.length > 0 "
35+ (click) ="openReadingRecordDialog(book) ">
3536 < ion-icon name ="list-outline "> </ ion-icon > 阅读记录
3637 </ button >
3738 < button mat-button *ngIf ="book.downloaded " (click) ="openReadmeDialog(book.desc) ">
You can’t perform that action at this time.
0 commit comments