File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/app/book/markdown-elements Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export class BookBackend {
6868 bookWindow . setMaximizable ( true ) ;
6969 bookWindow . setMinimumSize ( 1024 , 600 ) ;
7070 const webContents = bookWindow . webContents ;
71- webContents . openDevTools ( ) ;
71+ // webContents.openDevTools();
7272
7373 bookWindow . loadURL ( this . bookUrl ) ;
7474
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { join } from '../shared/utils';
1414 </ng-template>
1515 <span [style.font-size.em]="size">
1616 <ng-container *ngIf="url && url.length > 0; else noUrl">
17- 作者: <a [attr.href]="url" target="_blank" [style.color]="color" rel="noopener">
17+ 作者:<a [attr.href]="url" target="_blank" [style.color]="color" rel="noopener">
1818 <ng-content></ng-content>
1919 <slot></slot>
2020 {{name}}
You can’t perform that action at this time.
0 commit comments