Skip to content

Commit c989ac1

Browse files
committed
Complete made-with fixing.
1 parent 971cceb commit c989ac1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

electron/src/book.backend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/app/book/markdown-elements/made-with-love.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}}

0 commit comments

Comments
 (0)