-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b06093
commit ec9ea42
Showing
3 changed files
with
31 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import { DOCUMENT } from '@angular/common'; | ||
import { | ||
Component, | ||
Input, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,35 @@ | ||
{ | ||
"title": "404 not found!", | ||
"body": [{ | ||
"type": "404", | ||
"img": { | ||
"src": "/assets/images/404.svg", | ||
"alt": "404 not found!" | ||
}, | ||
"text": { | ||
"spacer": "none", | ||
"title": { | ||
"label": "OH!NO <br>页面没有找到", | ||
"style": "style-v1", | ||
"classes": "mat-display-1" | ||
"body": [ | ||
{ | ||
"type": "404", | ||
"img": { | ||
"src": "/assets/images/404.svg", | ||
"alt": "404 not found!" | ||
}, | ||
"body": "信使是基于 Material UI 的 Angular 前端框架,后端适配 Drupal,提供优秀的数字创新体验。" | ||
}, | ||
"actions": [{ | ||
"label": "Go Back", | ||
"href": "/", | ||
"style": "style-v1", | ||
"icon": "open_in_new" | ||
}, { | ||
"label": "Go To Home", | ||
"href": "/", | ||
"style": "style-v1", | ||
"icon": "open_in_new" | ||
}] | ||
}] | ||
"text": { | ||
"spacer": "none", | ||
"title": { | ||
"label": "OH!NO <br>页面没有找到", | ||
"style": "style-v1", | ||
"classes": "mat-display-1" | ||
}, | ||
"body": "信使是基于 Material UI 的 Angular 前端框架,后端适配 Drupal,提供优秀的数字创新体验。" | ||
}, | ||
"actions": [ | ||
{ | ||
"label": "Go Back", | ||
"href": "/", | ||
"style": "style-v1", | ||
"icon": "open_in_new" | ||
}, | ||
{ | ||
"label": "Go To Home", | ||
"href": "/", | ||
"style": "style-v1", | ||
"icon": "open_in_new" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters